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 use of start-of-selection.,if not use in report what will happen,?
How will you transfer data into a file in application server?
What are the different message types available in the abap/4 ?
Explain how do you move on to the next screen in interactive reporting?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
Control Break statements- At new...endat.
What are aggregated objects : abap data dictionary
Advantages and disadvantages of different types of bdc's?
Explain the differences between interactive and drill down reports?
What is an abap data dictionary? : abap data dictionary
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is the difference between ABAP and HR ABAP
What is luw?
What is a help view? : abap data dictionary
What is pass by value and what is pass by reference? Which is better?