Answer Posted / ritesh sharma
• Declare internal tables for upload.
• declare another internal table with same structure of BDCDATA.
• call function BDC_Open _group.
• call function BDC_insert.
• call function BDC_close_group.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how do you use structures in the abap programs?
How do you differentiate tax for different countries? : sap abap hr
What are logical data bases used in hr module? : abap hr
Explain the data types of internal tables?
What two statements are required in an abap program to output an icon using a write statement?
How do you activate a function exit?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
How can you distinguish between different kinds of parameters?
What is table buffer?
How do you process errors in session method ? : abap bdc
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What are the two levels in defining a match code ?
Explain what are the various types of selection screen event?
Can you create an internal table dynamically?(at run time)
Explain client-dependent and client-independent tables.