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 the types of the programming language used in the sap abap software?
How the transaction that are programmed by the user can be protected?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What is an evaluation path? : sap abap hr
How to copy table across clients?
How can we create callable modules of program code within one abap/4 program? : abap modularization
Can a transparent table exist in the data dictionary but not in the database physically?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
How do you validate the selection criteria of a report? And how do you display initial
What is personnel sub are
What are the Various Types of internal tables?
how to modify the standard method as per your requirement
What are the function of the transport system and workbench organiser? : abap data dictionary
Did you create primary index?
Where can you find error log for call transaction? : abap bdc