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
624

i am a beginner. i need your help in writing module pool programming, please help.

1 ACCEPTED SOLUTION
5 REPLIES 5
Read only

Former Member
0 Likes
579

Hi sonu,

What is your problem? Just start module pool programming, and if you stuck somewhere then get back to us with your problem...

Regards,

Sagar

Read only

Former Member
0 Likes
579

Dear,

For make a function module go se37 and give inport and export parameter.and flowlogic which u want.

and if u want to make module pool programming then go through tcode->abapdocu->abap user dialog->screen->processing screen and check all example.

Thanks,

jatin

Read only

naveen_inuganti2
Active Contributor
0 Likes
579

Hi....

Hey.... module pool is very interesting concept among all the ABAP concepts.

There 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

Thanks,

Naveen Inuganti.

Read only

0 Likes
579

Sir,

      Your post is really helpful...Thank you a lot