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 functions does a data dictionary perform? : abap data dictionary
What is an Open Item in SAP? How will you find an Open Item in SAP?
How do you connect to the remote server if you are working from the office for the client in remote place?
Can a constructor be redefined?
Where are you used type casting?
how to track records from data dictionary?
What are the events used for logical database?
Why bapi need then bdc ? : abap bdc
How can we send data to external programs?
What is a database view? : abap data dictionary
Explain what is a foreign key relationship? Explain this with the help of an example.
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
Do we create table fields with out data elements and domains?
what are the two methods of modifying sap standard tables? : abap data dictionary