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
Does every abap/4 have a modular structure? : abap modularization
What is the syntax for ‘call transaction’?
Explain how do you move on to the next screen in interactive reporting?
What is an update type with reference to a match code id?
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
Explain what are interactive reports?
What is a variable in the sap abap?
Explain what is sap script? What is the purpose of sap script?
What is bdc programming? : abap bdc
What is a data class? : abap data dictionary
Where can you find error log for call transaction? : abap bdc
What are the differences between a database index and a match code? : abap data dictionary
how 2 create the normal form by using functional module
Explain the difference between get and get late?
What is the t-code to display batch input sessions? : abap bdc