‎2008 Dec 01 2:28 PM
Hi Experts,
when I open my dynpro with table control I see that all my data sets are in my global table. When I want to scroll in my table control, I see some data sets are missing, but I did not know why.
In PBO all data sets are shown in my global table. In PAI some data sets are missing.
Who can help me?
Regards,
Mike
‎2008 Dec 02 3:35 AM
Hi,
Please note my understanding is correct.
There are 2 way of table control program
1) program selects the data and populates on to the scree
2) user enters data then passes back to the program which again comes back to the scree
if you have data in the internal table of the program and undable to transfert to the screen( table control )
in PBO
in first module
describe table itab lines tc-lines.
loop at itab with control tc.
endloop.
try this out if you still have problem please let us know
Regards
Ramchander rao.K
‎2008 Dec 02 3:45 AM
Hi Mike
Check this link for some useful info:
http://help.sap.com/saphelp_nw70/helpdata/EN/9f/dbac1d35c111d1829f0000e829fbfe/content.htm
Regards
Neha