2007 Oct 31 12:08 PM
Hi all,
could you send me any document related to TABLE CONTROL and table control with wizard.
Any document, may be type of word, pdf or powerpoint(ppt) etc.
Thanks.
Hi all,
could you send me any document related to TABLE CONTROL and table control with wizard.
Any document, may be type of word, pdf or powerpoint(ppt) etc.
Thanks.
2007 Oct 31 12:11 PM
Hi,
Go through below programs
DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement
DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB
http://www.allsaplinks.com/files/using_table_in_screen.pdf
Reward Points if it helps,
Satish
2007 Oct 31 12:12 PM
Hi
follow these steps for implemeting table control in module pool program.
1) Declaration of table control in the module pool program
syntax
CONTROLS .
if you only want to determine the row of the table control. SY´-SUBRC allows you to check if the cursor is placed in a row of a table control.
u need to comment the performs of table control fields and write ur own perform statements. And u have to declare the table control fields as separate internal tables.
Go through this urls.
Check the below links.
http://www.planetsap.com/howdo_a.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm
http://sap.niraj.tripod.com/id25.html
http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm
regards,
Prabhu
reward if it is helpful
2007 Oct 31 12:14 PM
http://help.sap.com/saphelp_sm32/helpdata/en/6d/150d67da1011d3963800a0c94260a5/content.htm
sap.niraj.tripod.com/id31.html
reward if useful
2007 Oct 31 12:24 PM