Answer Posted / norty_n
Data can be uploaded into the presentation server by using
the function modules UPLOAD,WS_UPLOAD or by GUI_UPLOAD.
To upload into the application server we use..
OPEN DATASET <FILE NAME> FOR INPUT IN <MODE> statement
followed by CLOSE DATASET.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the parameters in bdc_open_group? : abap bdc
What are the Various Types of internal tables?
How to set an Enhancement point for a custom report?
How to transfer the objects? Have to transferred any objects?
How can we send data to external programs?
Explain the advantages of abap query tool?
What is the purpose of sum statement?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
How memory management happens for internal tables and work areas in abap?
What is the use of 'table index'?
how to capture the errors in bdc Call transaction method?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
Describe the difference between macro and subroutine?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization