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
function modules are also external subroutines. State true or false. : abap modularization
What are the components of sapscript?
How do you retrieve the data for repetitive structures ? : abap hr
What is generic buffering?
What are th control break events in abap?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
Explain what are standard layouts sets in the sap script?
Can you print decimals in type n?
How to maintain lists?
What is database view ? : sap abap data dictionary
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What are the types of windows in sap script?
What is bdc programming? : abap bdc
what next in SAP-ABAP/4 is it going to be change?
Can we use transfer dataset to transfer data in internal table ?