cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to get CO/PP orders list

Former Member
0 Kudos

Greetings!

I need to get CO/PP orders list in SAP MII transaction. I've already had alike expirience with PP Orders. In that case I've used BAPI_PRODORD_GET_LIST so I could successfuly get orders list.

Is there a BAPI to get CO/PP orders list?

Any reply will be appreciated!

Best Regards,

Vitaliy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

As I was not able to find a BAPI to get CO/PP Orders list I've used RFC_READ_TABLE for COAS table. Searching crtteria - order type.

So this is my solution, hope this would help somebody 🙂

Answers (1)

Answers (1)

former_member211944
Active Participant
0 Kudos

Hi Vitaliy,

If you are talking about planned order, try this BAPI: BAPI_PLANNEDORDER_GET_DET_LIST

Regards,

Rohit Negi.