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 |
What data is contained? : abap data dictionary
how many ways to debug the script and can we debug the smartform if yes how can we debug
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
How is conversion of data types done between abap/4 & db layer?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What is the step by step process to create a table in data dictionary?
WHAT IS TCODE TO CREATE NEW MESSAGE TYPE?
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
How to write a bdc – how do you go about it?
how u transport a abap program from 4.7 version to 5.0 version?
What is the Transaction code for entancements?
Diff b/w ECC6.0 ,ECC 5.0 and 4.7......