‎2009 Mar 10 9:59 AM
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
‎2009 Mar 10 10:03 AM
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
‎2009 Mar 10 10:03 AM
Use this conversion exit.
CONVERSION_EXIT_ABPSP_INPUT
CONVERSION_EXIT_ABPSP_OUTPUT
‎2009 Mar 10 10:04 AM
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
‎2009 Mar 10 10:07 AM
‎2009 Mar 10 10:51 AM
>
> 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.
‎2009 Apr 14 8:53 AM