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 do you restrict the data to be entered in the payroll area? : sap abap hr
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
How to write a bdc – how do you go about it?
Explain the Types of Select statements?
What is an abap dictionary? : abap data dictionary
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What are the basic objects of the data dictionary?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What are the different types of laws. What are they?
Can you create an internal table dynamically?(at run time)
What are the types of views? : sap abap data dictionary
How is the command suppress-dialog useful?
Explain the difference between function group and function module?
Can a domain, assigned to a data element be changed? : abap data dictionary