cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for complete details of Process Order including characterstic

Former Member
0 Kudos

Hi All,

I need a BAPI for getting complete information of Process order including characterstics and its process instruction. I have got BAPI BAPI_PROCORD_GETDETAIL which returns all the information except order operation characterstics and "characterstics process instructions".

Is there is any BAPI which can return these 2 details for a given process order.

Thanks ,

Abhishek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear,

Insp details are assigbed to order in terns of inspexction LOT, before release usually insp lot is not cretaed. Hence you may not get this details in order, hence you need to use BAPI_INSPLOT_GETOPERATIONS and BAPI_INSPOPER_GETCHAR to get details of insp chars.

Former Member
0 Kudos

Thanks Rajesha for your reply , but here i need Process instruction and its corresponding characterstics for a particular process order.

Let me explain you the scenario , I have a Process order PO-001 , for PO-001 i have defined 1 operation OP-001 and a phase PH-001.

For the phase PH-001 i have assigned process instructions PI-001 (You can assign process instructon by selecting a phase and then click on the button Process Instruction below).

By double clicking on PI-001 you can get process characterstics for that selected PI-001.

Now i need a BAPI which can return me PI-001 and its corresponding characterstics if i pass PO-001 in that BAPI.

Thanks & Regards,

Abhishek

Edited by: ABHISHEK BAJPAI on Sep 29, 2010 7:30 AM

Former Member
0 Kudos

understood

use the following FM

CO_SF_AFFV_READ.

Give order and get the details

Answers (0)