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

In table PRPS field PSPHI

Former Member
0 Likes
2,194

hi all,

In table

PRPS field PSPHI the field type is NUMC 8 .

but the data displayed in table is more than that length.

what is to be changed or adjusted here ?

thanks

amit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,683

Hi Amit,

When u check for the Domain value of the field PSPHI output length is 24.

You need to use the Conversion routines 'CONVERSION_EXIT_KONPD_INPUT'

or 'CONVERSION_EXIT_KONPD_OUTPUT' based on your requirement.

Regards,

Madhavi

Hi Amit,

When u check for the Domain value of the field PSPHI output length is 24.

You need to use the Conversion routines 'CONVERSION_EXIT_KONPD_INPUT'

or 'CONVERSION_EXIT_KONPD_OUTPUT' based on your requirement.

Regards,

Madhavi

2 REPLIES 2
Read only

Former Member
0 Likes
1,684

Hi Amit,

When u check for the Domain value of the field PSPHI output length is 24.

You need to use the Conversion routines 'CONVERSION_EXIT_KONPD_INPUT'

or 'CONVERSION_EXIT_KONPD_OUTPUT' based on your requirement.

Regards,

Madhavi

Read only

Former Member
0 Likes
1,683

Hello Amit,

This due the Conversion exit.

When u r fetching data from PRPS with PSPHI u need to use the PROJ-PSPNR field. Then it will fetch all the WBS elements related to the concerned project.

If useful reward.

Vasanth