How do you upload the Data?
Answer / 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 |
Did you create primary index?
Difference between the sub-routines and function modules
What is the typical structure of an ABAP/4 program?
what is the difference between invoice and proforma invoice?
Types of updating in call tr?
If there are 100 records...explain the BDC session method step by step how you gonna do ?
What are the different types of data dictionary objects?
How you will catch errors in call transaction?
Which technical field in the BDCDATA table holds the last cursor position
wat is a field symbol?
How do you call a transaction from a report ?
If we put Top of Page in between Start-of-selection and End-of-selection and what happenes