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

how to maintain data in table control

Former Member
0 Likes
503

plz send a detail description of how to create table control and maintain data in that table control.

plz send a detail description of how to create table control and maintain data in that table control.

2 REPLIES 2
Read only

Former Member
0 Likes
461

Hello Narendar,

Check the following link:

http://help.sap.com/saphelp_erp2005/helpdata/en/45/adee2396f711d1b46b0000e8a52bed/frameset.htm

Also, a table control wizard in Screen Painter(SE51) exists, which takes you step by step through the Table Control generation and also creates code, so you can start using the Table Control right away.

You can either specify a database table, or use an internal table from program.

If you want to use internal table, it needs to be predefined in your program, before you start creating the table control.

Reward if helpful.

Read only

Former Member
0 Likes
461

See sample programs:

DEMO_DYNPRO_TABLE_CONTROL_1

DEMO_DYNPRO_TABLE_CONTROL_2

RSDEMO_TABLE_CONTROL

Regards,

ravi