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


Please Help Members By Posting Answers For Below Questions

MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?

2629


How can I get ascii value of any letter? Is there any function?

819


Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?

1050


What is meant by search help? : sap abap data dictionary

746


Explain what is the purpose of sap script?

721






Define abap/4 layer?

957


Event handling in oops

1269


What are the functional areas? User groups? and how does ABAP query work in relation to these?

861


What are the two statements which are required in an abap program to output an icon using a write statement?

930


How do you take care of performance issues in your ABAP programs?

819


When to use logical database?

718


What is the difference between scrolling a table horizontally and vertically?

722


What is a sequence of event-triggered in report?

802


Difference between domain and data element? What are aggregate object?

782


Difference between sap script and report?

900