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 Programming

Former Member
0 Likes
685

Hii

i need a tutorial for the module pool programming starting from the base upto the level that a simple dialog program can be easily developed

Helpful answers will be rewarded

bye

and thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
4 REPLIES 4
Read only

Former Member
0 Likes
621

HI,

Search In SDN as Step by step Module pool program.

U will get many links

Thanks,

Sendil

Read only

Former Member
Read only

naveen_inuganti2
Active Contributor
0 Likes
621

HI.....

Im module pool concept.... we design screens.. through screen painter...SE51,

We can design menu bar , application tool bars.. through SE41,

We can give functionality to them...

And we can write code for this functionality in module pool programs...

you can do this from SE80 or SE38....

There will be basically two important events.. appears.. PBO and PAI...

All the action done by screen before screen appear.... handled by PBO with appropriate code....

Ex: If your screen having one field with default entry....that should fills with PBO code...

And..,

PAI event handles the code for the actions which we can do with that screen...

Ex: If your screen having a push button... DELETE to delete the above field default entry.. this cod ecan be handled in PAI event of that scren...

Also you can create no.of screens in one program...

you can navigate among them as you wish...with following statements,,,

set screen 100,

leave to screen 200,

call screen 300.

Finally you can create transaction code for this module pool programs to call that screen of course this is mandatory.....

......

Dont worry just start working... you can get back here with your problems...

Check below links.....

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

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

http://www.geocities.com/ZSAPcHAT

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

http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm

http://www.sapdevelopment.co.uk/dialog/dialoghome.htm

http://www.sap-img.com/

http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm

http://www.sapgenie.com/links/abap.htm

http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm

and....

Go through tcode->abapdocu->abap user dialog->screen->processing screen and check all example

Thanks,

Naveen.I

Read only

Former Member
0 Likes
621