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
Define batch input session?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
what is the t-code to link technical and functional operation?
State the system field for the current date?
What is the diff between database view and maintenance view?
What is the syntax of packed number?
What is lock object ? : abap data dictionary
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
Explain the Types of Select statements?
Is it possible to pass data to and from include programs explicitly? : abap modularization
Explain the difference between open_form and close_form?
ABAP : Classical reports events name
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What is the t-code to display batch input sessions? : abap bdc
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary