‎2007 Apr 04 10:31 AM
Can someone post the syntax for table control?
also how do i use the cursor?
‎2007 Apr 04 10:37 AM
hi
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.
regards,
madhu
‎2007 Apr 04 10:34 AM
CONTROLS <b>table</b> TYPE TABLEVIEW USING SCREEN <b>100.</b>
here table is the name of ur table control and 100 is the screen number
chk these programs
DEMO_DYNPRO_TABLE_CONTROL_1
DEMO_DYNPRO_GET_CURSOR Demonstration for GET CURSOR on a Screen
DEMO_DYNPRO_SET_CURSOR Demonstration for Cursor Position
‎2007 Apr 04 10:34 AM
Check out these demo programs
RSDEMO_TABLE_CONTROL
DEMO_DYNPRO_TABLE_CONTROL_1
DEMO_DYNPRO_TABLE_CONTROL_2
RSDEMO02
Regards,
santosh
‎2007 Apr 04 10:34 AM
Have a look at the sample programs: RSDEMO_TABLE_CONTROL
‎2007 Apr 04 10:37 AM
hi
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.
regards,
madhu