2012 Jun 29 2:12 PM
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
2012 Jun 29 2:23 PM
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
2012 Jun 29 2:23 PM
2012 Jun 29 3:03 PM
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