cancel
Showing results for 
Search instead for 
Did you mean: 

Table field for 'Reservation Relevance/Generation of Purchase Requisition' for PM orderoperation

ajaygupta
Participant
0 Kudos
517

Hello All,
For my use case,
I want to display a list of all operations in an order where 'Reservation Relevance/Generation of Purchase Requisition' is set to 'Never'. In which table can i find the value of this field-AUDISP(Reservation Relevance/Generation of Purchase Requisition).
Regards,
Ajay

Accepted Solutions (1)

Accepted Solutions (1)

ajaygupta
Participant
0 Kudos

Hello All,
I got this running by using the BAPI - BAPI_ALM_ORDER_MAINTAIN.
There is a field 'MRP_RELEVANT' in the structure of BAPI named IT_OPERATION which can be used to filter out AUDISP.

manfred_reinart
Product and Topic Expert
Product and Topic Expert
0 Kudos

Not Sure I understand - initial question seemed to be about finding such operations in an existing order.
With BAP_ALM_ORDER_MAINTAIN you are usually performing a create/change on the order object.

For read-only use cases you might want to check the corresponding GET_DETAIL FM.

Answers (0)