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 are the steps in a bdc session? : abap bdc
What are the functions of lock objects?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
Do you know any other patterns if yes.. explain
What is modularization and its benefits?
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
What are matchcodes?
What are the arithmetic operators in the sap abap?
What are the abap/4 commands that link to a layout set?
what is friend class
How is conversion of data types done between abap/4 & external level?
How do you convert non-char field into char type fields ?
Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What are the kinds of foreign key fields?