cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to read Purchase Requestions

Former Member
0 Kudos

Hi all,

As you must be knowing that in /SAPAPO/RRP3 transaction we can create the Purchase Requisitions.

Now my requirement is that I want to read all the Purchase Requisitions from today onwards for all product and location combination.

Please suggest me any Function Module or any BAPI which can solve this problem.

Any pointer on this will be helpful.

Thanks in advance.

Satyam.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Please try this FM to read the data from LC based on category.

/SAPAPO/OM_PEG_CAT_GET_ORDERS

Former Member
0 Kudos

Hi Satya

You can use BAPI_POSRVAPS_GETLIST3

Thukral

Former Member
0 Kudos

Can try FM /SAPAPO/DM_PO_READ.

or

/SAPAPO/RRP_REQUISITION_CREATE

Manish

rupesh_brahmankar3
Active Contributor
0 Kudos

Hi,

CALL FUNCTION 'ME_RELEASE_REQUISITION'

Or,

'BAPI_REQUISITION_GETDETAIL'

Regards,

R.Brahmankar