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
Explain what is an rdbms?
What are logical data bases used in hr module? : abap hr
What are the relational operations that can be performed on view in sap? : abap data dictionary
What is structure?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
Explain different types of attributes of function module?
Define abap/4 layer?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What is the difference between scrolling a table horizontally and vertically?
What is meant by a schema? : sap abap hr
What is the use of enqueue function module? : sap abap data dictionary
How to convert the Unit for 'Distance' (The value from one Unit to another).
What is bdc programming in sap?
Explain different types of locks?