2006 Aug 11 12:56 PM
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.
2006 Aug 11 1:00 PM
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.
2006 Aug 11 1:01 PM
See sample programs:
DEMO_DYNPRO_TABLE_CONTROL_1
DEMO_DYNPRO_TABLE_CONTROL_2
RSDEMO_TABLE_CONTROL
Regards,
ravi