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 the stpes in ALE?
what is difference bt ABAP MEMORY AND SAPMEMORY
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
WHAT IS THE DIFF B/W MACRO & SUBROUTINE?
How can one distinguish between different kinds of parameters? : abap modularization
What is constructor expression in nw abap 7.4?
What was the purpose of the BADI you have used?
What is the difference between normal report program and module pool program?
3 Answers Atos Origin, Kaavian,
Hi, Can any one help me. i have a dropdown list box with values like LG01 SAMPLEDRAW LG02 LASER......... Like this i have multiple values .and my table name is T496N. Whenever i select ex:lgo1 sampledraw the program title should be change with SAMPLEDRAW(With out execute f8 button). Thanks and Regards
IN Smart Form how many windows are there explain them each? Upto how many main windows we can place in Smartform?
I have developed a program where i have used Ranges and the program is running fine in DEV and Quality server but as soon as it goes to Prod server it shows some errors.What can be done in this case??
What are pooled tables? : abap data dictionary