cancel
Showing results for 
Search instead for 
Did you mean: 

Domain with a conversion exit

former_member497277
Participant
0 Kudos

Hi:

I have a domain 'PS_PSPNR' with a conversion exit 'KONPD', in R/3 system and I need this a field with this domain in server WAS. The question is that it hasn't data in server WAS and this conversion can't to do.

What could do it in this case??.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try the following :

Make a new conversion exit on WAS server.

ZKONP for example.

For the input and output functions eg conversion_exit_zkonp_output

have a simple call to R/3 to a customer function there.

The customer functions in R/3 are only RFC wrappers to conversion_exit_konpd_output

conversion_exit_konpd_input.

Or upgrade to ECC6.0

Happy WAS programming with PROJ data.

Cheers

Phil.