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
On which even we can validate the input fields in module progams?
when are objects are passed from task to the change request?
How can one distinguish between different kinds of parameters? : abap modularization
What are table clusters?
Explain the difference between a pool table and a transparent table?
Explain the difference between function group and function module?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What is the t-code to display batch input sessions? : abap bdc
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What are the sequences of event block?
Explain what is the difference between sy-tabix and sy-index? Where it is used?