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 is the company code? : sap abap hr
What is the difference between Check and Continue?
What is the last entry in all bdc tables? : abap bdc
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
Performance tuning techniques
What are the abap/4 commands that link to a layout set?
What is processing class, where we do them and why? : sap abap hr
What are the main events of which are used for logical database?
How memory management happens for internal tables and work areas in abap?
What are null values?
What is cts and what do you know about it? : abap hr
What are the check tables?
Differentiate database index and match code.
how to capture the errors in bdc Call transaction method?