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

EKKN Table Issue

Former Member
0 Likes
1,422

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,060

Hint:

Do a search on Conversion Exits

pk

4 REPLIES 4
Read only

Former Member
0 Likes
1,061

Hint:

Do a search on Conversion Exits

pk

Read only

Former Member
0 Likes
1,060

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

Read only

Former Member
0 Likes
1,060

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

Read only

Former Member
0 Likes
1,060

Hi All,

Thanks for your help.

There is a conversion exit, CONVERSION_EXIT_KONPR_OUTPUT

used for the corresponding domain.

Regards,

Kal Chand