Answer Posted / moazam khan
IN CONTEXT OF BDC A TABLE CONTROL IS USED TO UPDATE MULTIPLE
ITEM DETAILS FOR A SINGLE HEADER DETAIL
FOR EXAMPLE A VENDOR IN A LFA1
MAY HAVE MULTIPLE BANK DETAILS
SO TABLE CONTROL IS USED
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are the two methods of modifying sap standard tables ?
Difference between sy-tabix and sy-index?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What are the user groups?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What are Delivery classes? What data will you want to transport during client copy?
What happens if a function module runs in an update task?
What are the data types of internal tables?
Explain how to create any functions? How to go about it?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the events in screen programming?
What is the basic difference internal tables and database tables? : abap data dictionary
What are conditional chain statement?
What happens if a function module runs in an update task? : abap modularization