How to implement a program (batch input) which reads a
external text file with inventory data, and write these data
in sap?

Answer Posted / anuraj singh rana

First you have to write codes to upload the file from
application server to presentation server.

Design the internal table according to the flat file.
Declare another internal table type BDCDATA which contains
the fields:
1.Program name.
2.Dynpro(Screen no.)
3.Dynbegin(Marks the begining of screen)
4.Fnam(Field name)
5.Fval(Field Value)

Then call either Transaction or session method to pass the
data into the SAP Database table.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Did you create secondary index?

691


What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc

560


Explain how to write a bdc - how do you go about it?

613


In sap scripts, how will you link form with the event driven?

552


Print options in smartforms?

1570






Setting up a BDC program where you find information from?

662


In a loop of an internal table, what is the use of at first & at last statements?

1477


How to call transaction in session method without recording?

1547


How to add a column to a table control while using alphanumerical layout editor ?

1793


What is the use of message command in a report? What are the different message types?

554


Advantages and disadvantages of different types of bdc's?

577


what are the two methods of modifying sap standard tables? : abap data dictionary

629


Why do we use types statement in abap programming?

671


How do you process errors in session method ? : abap bdc

587


What are interface/conversion programs in SAP?

594