How to implement a program (batch input) which reads a
external text file with inventory data, and write these data
in sap?
Answer Posted / bandivenkateswarlu
If u implement to batch input program we should follow
these guide lines.
guide lines.
1. Analying the data from the local file or flat file.
2. Analying the transaction.
3. Declaring the internal table (BDCDATA)
program: Name of the module pool program name
dynpro: it indicate for screen no
dynbegin: it indicates for new screen no
fname: Name of the fields in the database table
fval: values area assinged with the fields
4.Transfeering the data from local file to internal table.
5. Populating the internal table . (BDCDATA)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
What is an update type with reference to a match code id? : abap data dictionary
What is the differences between structure and table in data dictionary in abap?
What is an “on input filed” statements?
What are the functional areas?
What is the difference between Classic badi and Kernal badi ?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What is the use of the raising exception?
What is the use of program rsbdcsub? : abap bdc
What are the dynapro keywords?
What are the function modules used in a sap script driver program?
How many secondary indexes can we create in a table?
Write special commands of list?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
What are the tcodes for performance tuning?