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 a size category?
What are your ways to performance optimization?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
Differentiate between the uline and write: sy-uline statements if any?
How do you move on to the next screen in interactive reporting?
What are the pooled and cluster tables?
How can we use / display table in a screen?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What is the difference between sum and collect?
What is sequence of event triggered in report?
Where do you find info on new developments in SAP?
Does the external program run in the same sap luw as the caller, or in a separate one?
How many secondary indexes can we create in a table?
did u done enhancement framework?how u implemented?
What is an abap/4 query? : abap hr