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

Former Member
0 Likes
373

what is the syntax for declaring table control in the dialog programming

4 REPLIES 4
Read only

Former Member
0 Likes
337

Hi,

You have the wizard for the table control so no need of writing any code just click the wizard and follow the steps.

Refer those Threads

Thanks

Yogesh

Read only

Former Member
0 Likes
337

Hi,

Look at the Demo programs

DEMO_DYNPRO_TABLE_CONTROL_1

DEMO_DYNPRO_TABLE_CONTROL_2

Regards

Sudheer

Read only

Former Member
0 Likes
337

see following link:

http://help.sap.com/saphelp_sm32/helpdata/en/d1/801bdf454211d189710000e8322d00/content.htm

Reward points if helpful.

Regards.

Srikanta Gope

Read only

Former Member
0 Likes
337

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