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: 

SAP Customer Exit - Customer Namespace (i.e. /ABC/)

Former Member
0 Kudos
224

Hi ABAP Experts,

The question I would like to ask is when taking advantage of a SAP customer exit, can you assign the work to a customer namespace (i.e. /ABC/) ?

The problem seems to be that we want the majority of our custom development in our customer reserved namespace i.e. /ABC/. Yet, to activate a customer exit, the ABAP code follows the old "Z" standard. For example, customer exit EXIT_RMMR01RS_003 has the include ZXM08U03. To activate this exit, one would create the include ZSM08U03 and include customer code. Unfortunately, the include ZSM08U03 can't be assigned to a package with /ABC/.

Any help would be greatly appreciated.

Thanks,

Jay

1 ACCEPTED SOLUTION

Former Member
0 Kudos
117

i dont think so. the reserved name spaces are for specific vendor products, while exits are for all customers.so exits would not be able to use a reserved name space.. but within that exit ZXM08U03 you can create another include using /ABC/ name space

1 REPLY 1

Former Member
0 Kudos
118

i dont think so. the reserved name spaces are for specific vendor products, while exits are for all customers.so exits would not be able to use a reserved name space.. but within that exit ZXM08U03 you can create another include using /ABC/ name space