‎2007 Dec 31 4:37 AM
hi everyone,
is there any class for creating table control?my requirement is
created 2 custom containers,one for alv display and other for table control display.
For alv i used cl_gui_alv->set_table_first_display,likewise any class for creaitng table control?????????
pleas find me a solution......
thanks in advance......
‎2007 Dec 31 4:44 AM
If you are SAP 6.0, You can use the Class CL_TABLECONTROL .
Kanagaraja L
‎2007 Dec 31 8:15 AM
Hi,
You can use the class CL_TABLECONTROL for creating table control and the method SET_VALUES shall be used to fill values for tha tabcntrl.
Else, you can use the Table Control Wizard to create the tabcntrl easily.
Regards,
Renjith Michael.