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

WBS Element

ashok_kumar24
Contributor
0 Likes
1,164

Hi Experts,

I m facing a strange problem.

In the table EKKN(Purchase Order Account Assignment data) there is a field called PS_PSP_PNR(WBS Element).

The WBS Element is stored/displayed in a different format.

For Eg if I give P-00-01-0030 in the PS_PSP_PNR(table selection) I am getting 00000174 in the output of EKKN.

But in my report if I give P-00-01-0030 for WBS Element(selection) my select query is not able to pick the data because it is stored in a different format(00000174).

Is there any conversion routine for this and any other alternative solution.

Thanks

Ashok

6 REPLIES 6
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
993

Hi

Below are the Conversion Routines for WBS Element.

CONVERSION_EXIT_ABPSP_INPUT Conversion External > Internal WBS Element Number

CONVERSION_EXIT_ABPSP_OUTPUT Conversion Internal > External WBS Element Number

Regards,

Sreeram Kumar.Madisetty

Read only

GauthamV
Active Contributor
0 Likes
993

Use this conversion exit.

CONVERSION_EXIT_ABPSP_INPUT

CONVERSION_EXIT_ABPSP_OUTPUT

Read only

Former Member
0 Likes
993

174 is ebeln and P-00-01-0030 is wbs if u give the input in psp_nr field u ll get the output for ebeln please exactly mention whats your doubt

Read only

Former Member
0 Likes
993

This message was moderated.

Read only

christine_evans
Active Contributor
0 Likes
993

>

> Hi Experts,

>

> I m facing a strange problem.

>

> In the table EKKN(Purchase Order Account Assignment data) there is a field called PS_PSP_PNR(WBS Element).

>

> The WBS Element is stored/displayed in a different format.

>

> For Eg if I give P-00-01-0030 in the PS_PSP_PNR(table selection) I am getting 00000174 in the output of EKKN.

>

> But in my report if I give P-00-01-0030 for WBS Element(selection) my select query is not able to pick the data because it is stored in a different format(00000174).

>

> Is there any conversion routine for this and any other alternative solution.

>

> Thanks

> Ashok

For future reference. If you ever need to find the conversion exit for a database table field, check the domain of that field's data element. If there is an entry in the Convers routine field, double clicking on it will give you the conversion exit function modules.

Read only

ashok_kumar24
Contributor
0 Likes
993

Was helpful