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
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
How can end-of-selection be used?
What is the difference between function group and function module?
How do you read files from the application server ? : abap bdc
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
Advantages and disadvantages of different types of bdc's?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What is the difference between refresh and free statements?
what are Hana Basics
What is the difference between table and template?
How many types of tables exists and what are they in data dictionary?
What are two different ways to add fields to sap tables?
What is the difference between a substructure and an append structure?
What are interactive reports?
Can we access static attribute from instance method