What are the commands for BDC to pass specified values
directly to a Batch Input Session..?
Answer Posted / punitha
you can use the call transaction method to input the data
directly to a batch input session.
call transaction <t-code of the screen> using BDCDATA
mode 'a'.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are logical databases?
What are the modes in lock objects? : sap abap data dictionary
What are two different ways to add fields to sap tables?
How to create any functions? How to go about it?
What is the transaction for recording bdc ? : abap bdc
How to eliminate duplicate entries in internal tables? : abap data dictionary
What will exactly the hide statement do?
How does the interection between the dynpro and the abap/4 modules takes place?
Explain how do you move on to the next screen in interactive reporting?
How is conversion of data types done between abap/4 & db layer?
Sy index and sy tabix
What are the page windows? How many main windows will be there in a page window?
What is the length of function code at user-command?
Differentiate between table and template ?
What are the requirements a dialog program must fulfill?