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
What is the bitwise operator in the sap abap?
What is the diff between database view and maintenance view?
How do you display a data in a detail list?
What are different types of parameters?
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
Explain what is the difference between primary key and unique key?
What is the function module to popup contents in the internal table?
Difference between /N and /BEND?
What’s value table?
In sap scripts, how will you link form with the event driven?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What are the different types of locks? : abap data dictionary
What is generic buffering?
How many types of size categories and data classes are there?
What is append structure?