cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with FM /SAPAPO/DM_ORDKEY_SELECT_ORDNO

Former Member
0 Kudos

Gurus,

We are working on PPDS. We are facing a strange issue with the function module /SAPAPO/DM_ORDKEY_SELECT_ORDNO which essentially returns the GUID of an order (here we are using this to determine the GUID of the planned orders).

   However when we are running this FM manually (through se37) we can see that it fetches the GUID only for those planned orders which are manually created in the APO system. However this FM fails to fetch the GUID values of the planned orders which are CIFfed from ECC system.

   We would like to know whether this is a standard behavior of this function module. If so then what Function Module can be used to fetch the GUID of the planned orders which are transferred from the ECC system to the APO?

Thanks in advance!

Snigdho

Accepted Solutions (1)

Accepted Solutions (1)

claire_yang
Contributor
0 Kudos

Dear Snigdho,

After going into product view, you can just run GT_IO in transaction field, then you will find GUIDs for all orders in "internal order" column. 

Claire

Former Member
0 Kudos

Thanks a lot for your help. This solution indeed works. We will try to find out which FM is returning the GUIDs over here. Meanwhile if you know any other FM other than /SAPAPO/DM_ORDKEY_SELECT_ORDNO which can return the GUID of planned order, it would be great!

Thanks again.

Snigdho

claire_yang
Contributor
0 Kudos

Try transaction /SAPAPO/OM16.

Former Member
0 Kudos

Thanks a lot. We have found the reason why this function module was not working. We were giving some additional zeros for which it was not able to return the GUIDs.

Thanks for your help.

Answers (0)