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 purpose of at first and at last?
Explain the different types of screen keywords?
What is primary index?
What are conversion & interface programs in sap?
What is generic buffering?
What are the check tables?
Explain what is the step-by-step process to create a table in data dictionary?
SAP query how to use end users?
Differentiate between transparent tables, cluster tables and pooled tables
How to create any functions? How to go about it?
What are the names of the function modules that will be generated upon activation of a lock object?
How the at-user command serves mainly in lists?
Explain the differences between at selection-screen and at selection-screen output?
Did you use buffering?
How to split one Invoice into Multiple ( Step by Step)?