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

What are the types of bdc s?

772


What is the modification assistant?

789


In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.

2367


What are the differences between the table and the structure in the data dictionary in the sap abap?

814


What has to be done to the packed fields before submitting to a BDC session.

940


foreign key enforcement?

1838


What are the different types of mode (run code) in call transaction method?

858


How do you document abap/4 programs? Do you use program documentation menu option?

915


What are the fields in a bdc_tab table? : abap bdc

812


Explain lsmw?

839


What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?

1128


Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?

1268


Does the external program run in the same sap luw as the caller, or in a separate one?

866


Explain the advantages of logical databases?

796


What is full form of bdc session? : abap bdc

877