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
Explain the differences between se01, se09 and se10?
Explain what are the system fields? Explain?
What are the different types of work process?
How can one distinguish between different kinds of parameters? : abap modularization
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What are the internal tables and work area?
Explain the difference between function group and function module?
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
How do you write a function module in sap?
What are the different window types in sapscript?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What are the different methods of passing data? : abap modularization
What is an authorization in sap?
How table control cn be generated using bdc? : abap bdc
What is an update type with reference to a match code id? : abap data dictionary