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 Conversion Routine in Customer Namespace?

Former Member
0 Likes
1,088

Hello everybody,

for some custom domains, I would like to create a custom Conversion Routine for display of specially formatted values. The help for Conversion Routines in the domain creation screen says, that I have to create two function modules CONVERSION_EXIT_xxxxx_INPUT and CONVERSION_EXIT_xxxxx_OUTPUT to do this.

Now these function modules are in the SAP namespace, which I cannot use. Is there any way to create these function modules in the customer namespace?

Thanks and regards,

Christoph

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
872

I tried the same in my SAP ECC 6.0

1) Created a func group ZZ001

2) Created func CONVERSION_EXIT_ZZ001_INPUT

I got a popup "Function module name is reserved for SAP" but after pressing ENTER I was able to create my function.

Hello everybody,

for some custom domains, I would like to create a custom Conversion Routine for display of specially formatted values. The help for Conversion Routines in the domain creation screen says, that I have to create two function modules CONVERSION_EXIT_xxxxx_INPUT and CONVERSION_EXIT_xxxxx_OUTPUT to do this.

Now these function modules are in the SAP namespace, which I cannot use. Is there any way to create these function modules in the customer namespace?

Thanks and regards,

Christoph

4 REPLIES 4
Read only

Former Member
0 Likes
873

I tried the same in my SAP ECC 6.0

1) Created a func group ZZ001

2) Created func CONVERSION_EXIT_ZZ001_INPUT

I got a popup "Function module name is reserved for SAP" but after pressing ENTER I was able to create my function.

Read only

0 Likes
872

Hello Erik,

I tried the same and it seems possible to create a function module with this name. But are there any consequences with this proceedure? Do I need a modification for this? Is the transport flagged in some way?

My client is rather strict in his "We stick to custom development in our namespace"-Policy.

Thanks and regards,

Christoph

Read only

Former Member
0 Likes
872

go for field exits.

search filed exit in SCN.

Read only

Former Member
0 Likes
872

Hi,

check this link

http://sapabap.iespana.es/sap/oss/0016466.htm

in that check as Conversion Routine name space

Thanks and regards

durga.K