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 are pooled tables?
Among pooled and Cluster tables, in which table data used to store in Row Format?
what is the difference between Blocked ALV and interactive ALV?
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
difference between user-exit and customer-exit?
How are exceptions handles in bapi's ?
26) Explain the Importance of each type of window in scripts?
What is SQL Trace, how would you carried out performance analysis of ABAP code using SQL Trace? Give the steps?
What are control tables?
What is an update task?
Can we call reports and transactions from interactive reporting lists?
I want to give a input/output field on list, where can i define it.