cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch SNP and PPDS orders

Former Member
0 Kudos

hi,

I am new to APO. How to get PPDS and SNP planned orders from livecache.

Regards

Dhanu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dhananjay,

What do you want to get from PP/DS or SNP orders, do you want a list of them?? or do you ant to query on them?

For SNP we can extract them or see in live cache tiem series data.

For PP/DS i am nto sure how to look into PP/DS orders at one place.

Try this transaction : /SAPAPO/OM16 - Data Browser

Let me know if it is of any help.

Thanks,

M

Former Member
0 Kudos

1) I am able to get all SNP and PPDS order using BAPI called BAPI_PPDSSRVAPS_GET_IO_NODES from Live cache. This BAPI fetching order id as key field.

2) I need to fetch the data from DMCP table using this order id but there is no link with this order id with DMCP table.

3) There is a field called GUID in DMCP table. I used one FM to convert order ids to GUIDs to get the data from DMCP table. All order ids got converted into GUID.

4) Till here everything is good.

5) But when I am trying to pull the data from DMCP table based on GUID, it is pulling only SNP orders not PP/DS orders.

6) I have tried so many ways but I am getting SNP orders only.

7) I need SNP and PPDS orders

Can you help me on this?

Former Member
0 Kudos

Hi,

You can use BAPI "BAPI_MOSRVAPS_GETLIST2" to get planned orders, just explore it with your ABAP guy.

Thanks,

Sanjog