2008 Nov 19 2:20 AM
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
2008 Nov 19 2:22 AM
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
2008 Nov 19 2:22 AM
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