There is a file in application server. How can you upload it
and separate it as per different fields?
Answers were Sorted based on User's Feedback
Answer / 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 |
How to transfer data which is coming from are report as output to another report
what is ment by buffering?
What are the requirements a dialog program must fulfill?
14. How do you write UTP?(unit test plan)
when we use bdc and lsmw and bapis and ale idocs
What is the differrences between structure and table in data dictionary in abap? : abap hr
How will you process the Session method in Background?
what is 'X' parameter in BAPI?
What is RFC function module?
How can you distinguish between different kinds of parameters?
How to call transaction in session method without recording?
what is the way to precide search helps in POV?