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

function modules are also external subroutines. State true or false. : abap modularization

684


What are the components of sapscript?

712


How do you retrieve the data for repetitive structures ? : abap hr

738


What is generic buffering?

949


What are th control break events in abap?

694






Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?

755


Explain what are standard layouts sets in the sap script?

1026


Can you print decimals in type n?

663


How to maintain lists?

713


What is database view ? : sap abap data dictionary

689


What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc

711


What are the types of windows in sap script?

694


What is bdc programming? : abap bdc

656


what next in SAP-ABAP/4 is it going to be change?

1751


Can we use transfer dataset to transfer data in internal table ?

1736