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 is the syntax of packed number?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What are the parameter types for a method?
Explain the client concept of sap.
How do you document ABAP programs? Do you use program documentation menu option?
How do you activate a function exit?
What is at exit-command:?
How are the function code handles in flow logic?
What are the field and chain statements?
what is the process of creating quotation using BAPIs.
What statement will be found in an sap application program that implements a function module exit?
What are matchcodes?
What is the difference between synchronous and asynchronous update? : abap bdc
how to capture the errors in bdc Call transaction method?
What is the difference between ABAP and HR ABAP