explains how to handle the table control in bdc
Answer Posted / om prakash
We can handle table control using Line index .
Line index indicates which line of table control is to be use for BDC transaction .
Ex -
perform bdc_field using 'BDC_CURSOR' 'ANLB-NDPER(02)'.
Indicates 2nd line of table control is going to be used for transaction which is Line index of Table Control.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is read line in abap?
Are you familiar with all steps for setting up a workflow?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
Do you know any other patterns if yes.. explain
What are pooled tables? : abap data dictionary
What is the difference between a structure and a table? : abap data dictionary
What is a size category? : abap data dictionary
Does the table can have multiple foreign keys?
What are the two levels in defining a match code ?
Explain how to write a bdc - how do you go about it?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What is sap locking?
When, how and how would you control changes to standard SAP objects.
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What are th control break events in abap?