‎2007 Aug 14 1:42 PM
what is the syntax for declaring table control in the dialog programming
‎2007 Aug 14 1:46 PM
‎2007 Aug 14 1:47 PM
Hi,
Look at the Demo programs
DEMO_DYNPRO_TABLE_CONTROL_1
DEMO_DYNPRO_TABLE_CONTROL_2
Regards
Sudheer
‎2007 Aug 14 1:48 PM
see following link:
http://help.sap.com/saphelp_sm32/helpdata/en/d1/801bdf454211d189710000e8322d00/content.htm
Reward points if helpful.
Regards.
Srikanta Gope
‎2007 Aug 14 1:49 PM
hi,
statement is
CONTROLS table TYPE TABLEVIEW USING SCREEN 100.
here table is the name of table control been defined in screen.
and better you go through this sample
DEMO_DYNPRO_TABLE_CONTROL_1
DEMO_DYNPRO_TABLE_CONTROL_2