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
How to specify a client for database table processing?
What is the function of a data element?
Write the bdc table structure? : abap bdc
Where do you use help views?
What is dynamic action? : sap abap hr
How do you find out who has transported a transport request?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
Is there any method apart from bdc for data upload to sap? : abap bdc
How we format the data before writing a statement in the report?
Explain the difference between float and packed data type?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What are the Various Types of internal tables?
What are the prerequisites for creating foreign key relationship?
If your project is support project ? when is your implementation has completed ?