how do you send the BDCDATA table in a Call Transaction
statement
Answer Posted / guest1
CALL TRANSACTION <tcode>
USING <bdc_tab>
MODE <mode>
UPDATE <update>
<tcode> : Transaction code
<bdc_tab> : Internal table of structure BDCDATA.
<mode> : Display mode:
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are authorization objects and what statement is used to perform an authorization check in an abap program?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What are types of select statements?
What are the steps to execute session method?
Where do you create indexes in abap?
What are the fields in the memory table ‘screen’?
How many types of data classes are there in sap?
when u prefer lsmw?
What is retro active accounting
Explain the advantages of abap query tool?
Different types of luws. What are they?
How to get that a secondary index is attached to a select query?
How we can give authorization on the fields of table control in a dialog-programming?
Explain sap abap 3-tier architecture?
how to capture the errors in bdc Call transaction method?