explains how to handle the table control in bdc
Answer / 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 |
what is the usage of Enhancement category in tables?
What is the typical structure of an ABAP program?
Difference bet'n simple and interactive reports?
How many default tab strips are there? How to insert more tabs in it?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What is updated Function Module.
Screen wise process for creating sales order quotation through transaction code VA21
difference between type and like in detail way
What are the different types of abap reports in sap?
What is the step by step process to create a table in data dictionary?
How you attach search help to data element? : sap abap data dictionary
I want to disable a field in selection screen so that it does not appear while displaying.How can i do that?wat wud be the code?