How to implement a program (batch input) which reads a
external text file with inventory data, and write these data
in sap?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bandivenkateswarlu
If u implement to batch input program we should follow
these guide lines.
guide lines.
1. Analying the data from the local file or flat file.
2. Analying the transaction.
3. Declaring the internal table (BDCDATA)
program: Name of the module pool program name
dynpro: it indicate for screen no
dynbegin: it indicates for new screen no
fname: Name of the fields in the database table
fval: values area assinged with the fields
4.Transfeering the data from local file to internal table.
5. Populating the internal table . (BDCDATA)
Is This Answer Correct ? | 0 Yes | 0 No |
What is the table & field to identify the no of items (bottles) stored in one case?
0 Answers iQuest, SAP Labs, Yash Technologies,
Some one is running a program in Foreground which has to be run in Back ground. How you are going to instruct to do in Back ground?
how to see the tables of 200 in client 100?
What are the two ways of searching an ABAP Object and How to navigate to them
What is delivery class? : abap data dictionary
what are the Performance technic you used?
what are the events of table maintenance generator?
How do you import pay scale data from non sap to sap? : sap abap hr
What is the function of the transport system and workbench organiser? : abap data dictionary
How to Delete an LSMW Projcet, Subproject and Object.
Can i Have Some Realtime Examples on Badi ?
If i have locked a program using Locking and iam in bangalore.How can i give authorization to other user to use my program who is another place say Pune?is it possible?