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
What are the types of bdc s?
What is the modification assistant?
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.
What are the differences between the table and the structure in the data dictionary in the sap abap?
What has to be done to the packed fields before submitting to a BDC session.
foreign key enforcement?
What are the different types of mode (run code) in call transaction method?
How do you document abap/4 programs? Do you use program documentation menu option?
What are the fields in a bdc_tab table? : abap bdc
Explain lsmw?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
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?
Does the external program run in the same sap luw as the caller, or in a separate one?
Explain the advantages of logical databases?
What is full form of bdc session? : abap bdc