Answer Posted / bandivenkateswarlu
Table control are treated like a loops in BDC.
actually the transfer the data from the program to screen is
automatic. but where as in table control is not automatic we
should pass the data to the table control we should pass the
data thorugh the loop statement .
This is defined in Both the PBO Event.Because of the table
control is where you should be transferred the data with the
loop only.
table control syntax is like this:
control (tc) type table view using screen (sno)
important parmaters:
1. Lines: No of displyable rows in a table.
2. Top-lines: The row of the table where the screen should
be start.
3.scroll: currently being using inside the loop statement.
if u update the value in table control that value is updated
with the same value. this is possible with the table control
only.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How can we send data to external programs?
What are the disadvantages of using explicit enhancement?
How can we upload a text file having delimiters in to legacy system?
Can you delete data element, which is being used by table fields. : abap data dictionary
Table events aNd table maintains generation
What are the page headers for secondary lists?
Can we use on change of between select and endselect?
Explain the data types of internal tables?
Define external layer?
Explain lsmw?
What is alv programming in abap? When is this grid used in abap? : abap hr
What do you understand by work area and internal tables in abap? Why do we use it?
Does every abap/4 have a modular structure?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?