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
585

in the module pool program. I find some following code,

but when I double click on these modules, why I can't find them. thanks

PROCESS BEFORE OUTPUT.

MODULE %_INIT_PBO.

MODULE !S_USER.

3 REPLIES 3
Read only

Former Member
0 Likes
484

These module are system generated ones. Mostly the selection-screen's 1000 screen will be looking like this.

If u change this modules in the selction screen it will over ride the selection screen events.

Regards,

Prakash.

Read only

Former Member
0 Likes
484

hi Yunfa,

This is standard for executable program and screen 1000. You will not find code for this.

If you check any module pool program then you can find the module definition.

Goto SE51 and enter any excutable program- you will find this code which does not have any definition.

and if you enter any module pool program in this- you will get the definition of every module.

Regards,

Richa

Read only

Former Member
0 Likes
484

Are you able to compile the code? it maybe the definitions dont exist any more or not active. either ways when you double click it must give you an option to creat it or display it.

it will help if you can eloborate the code- is it a standard program or custom program?

can you debug the transaction? set a break-point and check if it accessible.