‎2007 Oct 31 3:52 AM
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.
‎2007 Oct 31 3:58 AM
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
‎2007 Oct 31 4:01 AM
Hi Zakir,
Use CONVERSION_EXIT_ABPSP_INPUT.
Pass the same field as the input and output parameter.
Regards,
Atish
‎2007 Oct 31 4:06 AM
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