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

Custom Module Pool...

Former Member
0 Likes
662

Hello SDN ABAP Community,

I researched this question on the web and in SDN before posting this because I would like an up-to-date understanding of best way to do this.

I have a need to write a custom module pool. It has been a while since I have been to class. I need to get figured out how my naming conventions will work for all the pieces of the module pool (SE51, SE41, pieces of the SE38 module pool).

I seem to remember the teacher saying that the way that SAP allows for customer created module pools was to set the 5th character of the name to 'Z'. eg- sap would use SAPMPetc. customer would use SAPMZetc.

From my searching of web I found following naming standards...

Module pool - SAPDY* SAPDZ*

Module pool for dialog - DY* DZ*

INCLUDES - SAPMY* SAPMZ*

Module pool for screens - MY* MZ*

INCLUDES - MP9*

Module pool for info types - MP9*

INCLUDES - SAPFY* SAPFZ*

Module pool for subroutines - FY* FZ*

INCLUDES - SAPUY* SAPUZ*

Module pool for update program - UY* UZ*

INCLUDES

From searching SDN I found following link for ABAP objects, but I am needing for module pool.

http://help.sap.com/saphelp_nw04/helpdata/en/92/c2b084bc1d11d2958700a0c94260a5/frameset.htm

So my question... is there any SAP resource that I can look at to see SAP naming conventions for customer created module pool with SE41, SE51 and SE38?

Thank you,

Dean Atteberry.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
558

Hi Dean, here you can take a look at SAP´s official customer name ranges for all objects, including Module Pool:

Best regards,

Federico Alvarez

2 REPLIES 2
Read only

Former Member
0 Likes
559

Hi Dean, here you can take a look at SAP´s official customer name ranges for all objects, including Module Pool:

Best regards,

Federico Alvarez

Read only

Former Member
0 Likes
558

Thank you, Federico. Exactly what I was looking for!

Dean.