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
Difference between Read and Get cursor?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
Explain what is an rfc?
How are the date abd time field values stored in sap?
What are the 2 other types of views, which are not allowed in release 3.0?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
how to genernate 21 sencondary index
What are secondary indexes. How can we know which index is being used in a select query?
What is bdc programming? : abap bdc
What are logical data bases used in hr module? : abap hr
What is a data element?
Explain the data types of internal tables?
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is a transaction variant and why are they used?