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

module pool

Former Member
0 Likes
545

Hi,

May i have a sample prog in module pool using table control.

Regards,

kb

3 REPLIES 3
Read only

Former Member
0 Likes
528

check this....

http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9ce935c111d1829f0000e829fbfe/content.htm

This link shows u an example which u can understand and implement it.

have a look at this Demo Programs

demo_dynpro_tabcont_loop

demo_dynpro_tabcont_loop_at

Look at the link for more info

http://sap.niraj.tripod.com/id29.html

Read only

Former Member
0 Likes
528

HI,

demo programs on table controls with module pools

Please check the following in se38

REPORT demo_dynpro_tabcont_loop.

REPORT demo_dynpro_tabcont_loop_at.

Table control is used in DYNPROS (Module pool screens) to display or edit data in table format.

You can also create a standard, executable report program and use a CALL SCREEN to display a screen (that was created in SE51) containing the table control.

For more information, please check this link.

http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm

This example shows how to build a table control using ABAP.

http://members.aol.com/_ht_a/skarkada/sap/table_control/table_control.htm

Hope this will help.

regards,

Omkar.

Read only

Former Member
0 Likes
528

thanks