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: 

Need conversion rule for field PACKNR

Former Member
0 Kudos

Hi all

I am trying to insert PACKNR field from flat file to Data Base Table KONDP. I am getting the PACKNR field as 75 from flat file in order to upload it to data base table i need to Convert it in internal format IVPHv6g}0MZX08002hqR8m.

How can i encode PACKNR 75 as IVPHv6g}0MZX08002hqR8m?

Regards,

Aboli.

1 ACCEPTED SOLUTION

Sm1tje
Active Contributor
0 Kudos

Domain of PACKNR has a converion routine.

Double click in table on dataelement of PACKNR and next double click on domain of this dataelement.

Now you see exit routine, double click on this and you will get two routines:

CONVERSION_EXIT_VHUPI_INPUT

CONVERSION_EXIT_VHUPI_OUTPUT

Edited by: Micky Oestreich on Jun 18, 2009 1:10 PM

3 REPLIES 3

Sm1tje
Active Contributor
0 Kudos

Domain of PACKNR has a converion routine.

Double click in table on dataelement of PACKNR and next double click on domain of this dataelement.

Now you see exit routine, double click on this and you will get two routines:

CONVERSION_EXIT_VHUPI_INPUT

CONVERSION_EXIT_VHUPI_OUTPUT

Edited by: Micky Oestreich on Jun 18, 2009 1:10 PM

Former Member
0 Kudos

Hello

Convrsion routines:

CONVERSION_EXIT_VHUPI_INPUT

CONVERSION_EXIT_VHUPI_OUTPUT

Former Member
0 Kudos

Hi,

Use FM's CONVERSION_EXIT_VHUPI_INPUT and CONVERSION_EXIT_VHUPI_OUTPUT.

Regards,

Raju.