‎2008 Nov 14 1:38 PM
Hi All,
-> Goto EKKN table
-> Utilities->Table contents, Execute
-> Observe the field PS_PSP_PNR for any EBELN value
-> On the List it's showing one value & when double clicking showing other value
Any Hint, Please.
Thanks,
Kalyan
‎2008 Nov 14 1:41 PM
‎2008 Nov 14 1:41 PM
‎2008 Nov 14 1:46 PM
Hi
It measn the field PS_PSP_PNR has an convertion routine for input/output format.
Infact the field PS_PSP_PNR is linked to the data element PS_PSP_PNR and this data element use PS_POSNR as domain.
This domain as convetion routine ABPSP, and so the fm CONVERTION_EXIT_ABPSP_OUTPUT is called before displaying the value in the video.
Now in trx SE16 the system can trigger the convertion routine only the detail screen and not in the abap list.
So:
- In the abap list you should see the true value;
- In the detail list you should see the value "translated" by the convertion routine for output (CONVERTION_EXIT_ABPSP_OUTPUT)
Max
‎2008 Nov 14 2:45 PM
Hi,
Yes It shows different values. SAP generates internal number for every project system data.
E.g User creates WBS elements with one value when user save the WBS element. System creates internal number for that WBS element.
Goto PRPS enter WBS element and execute.
POSID value is user entered value, OBJNR value is internally generated value.
Regards,
Chandra
‎2008 Nov 17 9:49 AM
Hi All,
Thanks for your help.
There is a conversion exit, CONVERSION_EXIT_KONPR_OUTPUT
used for the corresponding domain.
Regards,
Kal Chand