There is a file in application server. How can you upload it
and separate it as per different fields?
Answer Posted / pavani
open dataset p_file for input in textmode encoding default.
if sy-subrc = 0.
do.
read dataset p_file into w_rec.
if sy-subrc = 0.
split w_rec at ',' into wa_final-fld1
wa_final-fld2
.
.
.
append wa_final to i_final.
enddo.
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are the different types of parameters? How can you distinguish between different kinds of parameters?
What is the difference between abap and hr abap? : abap hr
2)In production what is the user exit?
how to create view in bdc..??
How to read files and process BDC's automatically ?
What is new enhancement framework?
What are the advantages and disadvantages of different types of bdc's?
How table control cn be generated using bdc? : abap bdc
Where do you find info on new developments in SAP?
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
Which one is better joins or views and why?
What is view proxy in abap?
5) How to rereive text elements in SF and script?
What is a logical database?
What are the function module in bdc?