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 does an exec sql statement do in abap? What is the disadvantage of using it?
On which event we can validate the input fields in module programs?
What are the system table used in abap?
How is conversion of data types done between abap/4 & external level?
What is the advantage of structures?
How can you find the field/data underlying a transaction?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What is the difference of update types in call transaction method ? : abap bdc
How to handle error in session method? : abap bdc
what is the difference between Blocked ALV and interactive ALV?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What is internal payroll process? : sap abap hr
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What is the difference between leave transaction and call transaction?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization