cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI or Function to get APO Planning Table data after PPDS planning run

0 Kudos

Hi,

After PPDS planning run Product View list the various elements by Product and Location.

Could anyone let me know the BAPI or Function module which can get the Planning Book data (Elements like Forecast, Independent requirements, Order, Stock etc) by Product & location?

Thanks,

Sakthi

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Thanks MJ. I will try those function modules.

I also found a BAPI - BAPI_PPDSSRVAPS_GET_IO_NODES, which gives All Elements, Pegging relationships too.

Former Member
0 Kudos

Hi Sakthi,

You can used the following BAPI where Data can be get

1- BAPI_PIRSRVAPS_GETLIST :- Planned Independent Requirement

2- BAPI_POSRVAPS_GETLIST3 :- Procurement Order (Purchase Requisition / Stock Transfer Requisition)

3-BAPI_MOSRVAPS_GETLIST2 :- Planned Order and Production Order

4-BAPI_SLSRVAPS_GETLIST2 :- Sales Order and Deliveries

5-BAPI_STSRVAPS_GETLIST2 :- Stocks

Regards,

MJ