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
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What are the types of bdc s?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
how to create view in bdc..??
What are the events we use in dialog programming and explain them?
What are the data types of the external layer? : abap data dictionary
What is runtime analysis?
How do you write a function module in sap?
What are the different types of the variable in the sap abap?
What is a report?
What is native sql?
Did you create secondary index?
Where the payroll results are stored
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
What are the data types of internal tables?