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 the difference between RETURNING and CHANGING parameters for a method?
Explain the client concept of sap.
How many types of size categories and data classes are there? : abap data dictionary
What is the difference between sy-tabix and sy-index? Where it is used?
How do you process errors in session method ? : abap bdc
How do you connect to the remote server if you are working from the office for the client in remote place?
What is the use of enqueue function module? : sap abap data dictionary
How do we handle multiple line items in BDC's.
What is a table pool? : abap data dictionary
How many default tab strips are there?
What are the various types of selection screen event?
What are the events in abap/4 language? : abap hr
Can a filed occur in several field groups? : abap modularization
What is generic buffering?
How do you Export a session ?