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

Regarding output and debugguing

Former Member
0 Likes
428

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.

2 REPLIES 2
Read only

Former Member
0 Likes
397

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

Read only

varma_narayana
Active Contributor
0 Likes
397

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>