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

Conversion exit

Former Member
0 Likes
1,340

Hi,

I need to output PSPEL field from AUFK table. I need to modify contents of this field. while output this field It shows 23 characters. But while debugging It shows 8 characters. How to use conversion exit for this.

PSPEL, Data Element -> length NUMC 8.

Domain -> output length 24.

Regards,

Zakir.

3 REPLIES 3
Read only

Former Member
0 Likes
817

Hi,

Following are the conversion exits for PSPEL

CONVERSION_EXIT_ABPSP_INPUT Conversion External > Internal WBS Element Number

CONVERSION_EXIT_ABPSP_OUTPUT Conversion Internal > External WBS Element Number

When you output PSPEL you can use CONVERSION_EXIT_ABPSP_OUTPUT routine to get PSPEL in output format.

For eg : Value 00002033 returns 1-TP-12 after using the conversion routine.

Hope this helps.

ashish

Read only

Former Member
0 Likes
817

Hi Zakir,

Use CONVERSION_EXIT_ABPSP_INPUT.

Pass the same field as the input and output parameter.

Regards,

Atish

Read only

Former Member
0 Likes
817

hi zakir,

use fm CONVERSION_EXIT_ABPSP_INPUT if u want to display the output length as 24.

use fm CONVERSION_EXIT_ABPSP_OUTPUT if u want the output in the length of 8.

<b><i>Reward points if useful</i></b>

Chandra