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 statement will be found in an sap application program that implements a function module exit?
Explain the difference between a dialog program and a report?
What are base tables of an aggregate object?
What is a maintenance view? : abap data dictionary
What is view? Different types of view. Explain?
What are smart forms?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What is the difference between a structure and a table? : abap data dictionary
What is the use of abap data dictionary? : abap data dictionary
How can we send data to external programs?
What does the insert statement in extract datasets do? : abap modularization
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
Explain how to create any functions? How to go about it?
What is the difference between data elements and domains? : abap data dictionary
Give an example of interface from your project explaining why you used it?