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
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
How can I get ascii value of any letter? Is there any function?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What is meant by search help? : sap abap data dictionary
Explain what is the purpose of sap script?
Define abap/4 layer?
Event handling in oops
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What are the two statements which are required in an abap program to output an icon using a write statement?
How do you take care of performance issues in your ABAP programs?
When to use logical database?
What is the difference between scrolling a table horizontally and vertically?
What is a sequence of event-triggered in report?
Difference between domain and data element? What are aggregate object?
Difference between sap script and report?