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
Can we create a gui status in a program from the object browser?
What is the difference between function group and function module?
did u done enhancement framework?how u implemented?
Explain the different types of screen keywords?
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
please give the remaining answers.
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What are the page headers for secondary lists?
Differentiate database index and match code.
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
Why grouping of fields is required? What is the max no of modification groups for each field?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What is a subscreen? How can we use a subscreen?