cancel
Showing results for 
Search instead for 
Did you mean: 

Get Process Order Detail From R/3 4.6c

Former Member
0 Kudos

Have not found any BAPI's that will extract Process Order Detail from SAP. Have found Prod Order Bapi's but not Process Order Bapi's.

Any ideas how I can get this information? I am running 11.5 of MII and R/3 4.6c of SAP.

Thank you in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Process Order details you can get by

BAPI_PROCORD_GET_DETAIL

You may consider following BAPIs as per your need

BAPI_PROCORD_GET_LIST

BAPI_PROCORDCONF_GETLIST

Regards

Ram Upadhyay

Former Member
0 Kudos

Thanks for your responce.

Under R/3 4.6c, those Bapi's are not available. I have been told they did not come out until ECC 5. We do not have the ECC 5 to pull them off of either.

jcgood25
Active Contributor
0 Kudos

Sounds like you need to get one of your ABAPers to write you a quick Z function and remote enable it for you. If they emulate the behavior of the built-in function that is readily available in more up to date versions of ERP then you can easily switch it out after the upgrade and eliminate the customization.

sidnooradarsh
Contributor
0 Kudos

Hi,

Probably as you said we don't have any standard BAPI to pull Process Orders in R/3 4.6

But we can do something like this...

Create an RFC.

Create a select statement within RFC on Table AUFK ( Order Table) pass Order Category(AUTYP)

and Plant(WERKS) if needed in where condition.

Please note look for Order Category value for Process Orders maintained by client and pass the same for AUTYP for above select statement.

Use the above RFC in xMII to fetch Process Orders.

Hope this helps!!

Regards,

Adarsh