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
SAP query how to use end users?
How do you convert non-char field into char type fields ?
What are the different types of work process?
Explain the different types of screen keywords?
How can we create callable modules of program code within one abap/4 program? : abap modularization
Hat are the different types of mode (run code) in call transaction method?
What is the major difference between pool tables and transparent tables?
Which objects are independent transport objects?
Can we reuse a userexit?
What is retro active accounting
What is img? : sap abap hr
How to maintain lists?
What is sap abap tables?
What is sap abap data classes?
What is web dynpro for abap?