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

Is there a general conversion routine available

0 Likes
590

Hi Team,

My requirement is to compare the fields of two table i.e. BUZEI from Bseg table to a field called RPOSN which has the length of 6 digits.

I cannot compare at table level, since because both the lengths differs.

The dataelemnt of RPOSN is RKERFPOSNR does not have conversion routine.

How to compare the values of this fields.

Are there any general conversion routines available using that we can get the required output.

Regards

Sunil Kumar

1 ACCEPTED SOLUTION
Read only

laurent_fournier2
Contributor
0 Likes
548

Try CONVERSION_EXIT_ALPHA_INPUT.

2 REPLIES 2
Read only

laurent_fournier2
Contributor
0 Likes
549

Try CONVERSION_EXIT_ALPHA_INPUT.

Read only

Former Member
0 Likes
548

Hi

RKERFPOSNR is a char6 field. You can add or remove them using these FM's based on your requirement.


CONVERSION_EXIT_ALPHA_INPUT

CONVERSION_EXIT_ALPHA_OUTPUT

Regards,

Shravan