Answer Posted / medepalli.sunil@gmail.com
Table control in BDC is maintained by knowing the number of
records in the table control and then calculate visible
rows in the table. Visible rows in the TableControl are
calculated using the data structure CTU_PARAMS. It consists
of the default values (field).
Ex: defaultvalue = p
then P+,P++ to move the records up and
P-,P-- to move the records down
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are the different functions used in sap script?
Explain the advantages of different types of bdc's?
What will happen when we use fully buffered in abap?
What are the different attributes that can be assigned to a variant?
What are the various types of selection screen event?
What are the data types of the abap/4 layer?
Explain the difference between cluster tables and pool table?
What is the difference between upload and ws_upload ? : abap bdc
Explain the function module in bdc?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
Reports: Event functionality.
Does the table can have multiple foreign keys?
How many types of views are there? : abap data dictionary
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What is the difference of update types in call transaction method ? : abap bdc