Application Development 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: 

module pool programming

Former Member
0 Kudos
52

hi friends iam new to modulepool programming my requirement is as follows

.i have the screen '100' as follows . i have two input/output filelds (dictionary fields) sflight-carrid,connid. and i have two push buttons dispaly,exit.

when user clicks on the dispaly button then i want to display details of sflight with corresponding carrid and connid(which r enterd by user) on screen 200.and when i click on cancel buttton on screen 200 i shold come to main screen . pls tell how to handle this . give me coding with each screen flow logic.

thanks in advance

1 REPLY 1

Former Member
0 Kudos
35

Hi

Check the below link:

http://wiki.ittoolbox.com/index.php/FAQ:What_is_module_pool_program_in_abap%3F

http://help.sap.com/saphelp_46c/helpdata/en/35/26b1aaafab52b9e10000009b38f974/content.htm

http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm

http://sap.mis.cmich.edu/sap-abap/abap09/index.htm

You can also check the transaction ABAPDOCU which gives you lot of sample programs.

Also you can see the below examples...

Go to se38 and give demodynpro and press F4.

YOu will get a list of demo module pool programs.

One more T-Code is ABAPDOCU.

YOu can find more examples there.

See the prgrams:

DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement

DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB

http://www.geocities.com/ZSAPcHAT

http://www.allsaplinks.com/files/using_table_in_screen.pdf

Reward points if useful

regards

Anji