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
How many ways you can create table? : abap data dictionary
What is the difference between synchronous and asynchronous update? : abap bdc
What are the restrictions on subscreens?
What are null values?
What are the advantages and disadvantages of using views in abap programming ?
What is a projection view? : abap data dictionary
What is the procedure you followed to upload the data?
wat is the difference between A-gate & W-gate?where are they used?
if while coding power goes off , how to retrieve the codes?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
Does every abap/4 have a modular structure?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is the structure of bdcmsgcoll? : abap bdc
What is size category?
What are the differences between table controls and step loops?