‎2007 Oct 30 3:56 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. what is problem, can anybody suggest.
PSPEL, Data Element -> length NUMC 8.
Domain -> output length 24.
Regards,
Zakir.
‎2007 Oct 30 3:59 AM
Hi,
you need to make use of Conversion routine to get correct value.
CONVERSION_EXIT_ABPSP_INPUT Conversion External > Internal WBS Element Number
CONVERSION_EXIT_ABPSP_OUTPUT Conversion Internal > External WBS Element Number
Hope this helps.
ashish
‎2007 Oct 30 4:01 AM
Hi Zakir..
It means the Internal Storage length of the this fields is 8 digits (NUMC)
But the Output(display) length is 23 Digits.
In debugging it will always show the value using internal length.
you can use Conversion exits for this.
<b>reward if Helpful.</b>