cancel
Showing results for 
Search instead for 
Did you mean: 

Get the START DATE of /SAPAPO/RRP3 in APO

Former Member
0 Kudos

Hello all,

I am using the Transaction /SAPAPO/RRP3.

Based on the Purchase order number and Line item number of ECC i need to get the START DATE of the order in APO.

E.g : PO NUMBER = 4500002213

ITEM NUM = 000010

Now i have a table /sapapo/posmapn which returns me the POSID based on the PO NUM and ITEM NUM.

My requirement is to get the START DATE of that order.

I tried to use the FM /SAPAPO/OM_ORDER_GET_DATA but it returned me a SY-SUBRC = 3.

Can anyone suggest me how do i get the START DATE for that ORDER in APO.

Regards,

Arun

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Arun,

1) Check the badi /SAPAPO/RRP_IO_CHAR_VAL

2) Under APO customisation, in supply chain planning,

pp/ds, under order view, check the set order view/

periodic product view settings & define selection rules

for product view settings

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi Arun,

Please check if following BAPI is useful for extracting PO data specifically start date:

BAPI_POSRVAPS_GETLIST2 ( Read Procurement Orders for Selection Criteria).

Regards

Datta

Former Member
0 Kudos

Hello Arun,

To use /sapapo/om_order_get _data we need to give the GUID of the order, not the order number.

You should be able to get the start date info from this FM.

Regards, Chirag

Former Member
0 Kudos

Hello Chirag,

I am getting the POSID from the table /sapapo/posmapn and trying to pass that POSID in the FM /SAPAPO/OM_ORDER_GET_DATA.

But unable to get the START DATE.

The Importing parameter ET_ORDERS is Initial and the table ET_RC returns an error.

Regards,

Arun