There is a file in application server. How can you upload it
and separate it as per different fields?
Answer Posted / ranjan
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.
else.
exit.
enddo.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the basic objects of the data dictionary? : abap data dictionary
What is an rfc?
The max number of calling modes stacked at one time is?
What is foreign key relationship? : abap hr
What are the personnel administration related Infotypes
Where do you find info on new developments in SAP?
What is a variable in the sap abap?
can anyone please tell me, in orient paper mill project which fields exits for creating report.
How do you find the information on the current screen?
What is hotspot?
What are the functional modules used in sequence in bdc? : abap bdc
Some Realtime Objects on Bdc.
What is a subroutine?
How memory management happens for internal tables and work areas in abap?
What are the different software packets available in the market? : sap abap hr