Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table control Syntax

Former Member
0 Likes
584

Can someone post the syntax for table control?

also how do i use the cursor?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
507

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

4 REPLIES 4
Read only

Former Member
0 Likes
507

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

Read only

Former Member
0 Likes
507

Check out these demo programs

RSDEMO_TABLE_CONTROL

DEMO_DYNPRO_TABLE_CONTROL_1

DEMO_DYNPRO_TABLE_CONTROL_2

RSDEMO02

Regards,

santosh

Read only

Former Member
0 Likes
507

Have a look at the sample programs: RSDEMO_TABLE_CONTROL

Read only

Former Member
0 Likes
508

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