cancel
Showing results for 
Search instead for 
Did you mean: 

Table or BAPI for fetching operation wise inspection parameters

anand_rao3
Active Contributor
0 Kudos

Hello Experts,

Does anybody know how to fetch operation wise inspection characteristics for 03 inspection lot? We are feeding operationwise inspection characteristics in routing using CA02.

The requirement is to print operation wise inspection specifications (not the actual results fed) with respect to inspection lot.

I tried table QAMV and arrived at conclusion that the node number in QAMV has no co-relation with actual operation in routing. I also tried BAPI_INSPOPER_GETDETAIL. Unforunately it's also not serving the purpose.

I would be grateful in anyone can help me in this regard.

Thanking you all,

Anand Rao

Accepted Solutions (0)

Answers (3)

Answers (3)

Abhishek_Parab
Active Participant
0 Kudos
Hi,

You can use BAPI_INSPLOT_GETOPERATIONS to get the list of operation and pass the inspection lot operation to BAPI_INSPOPER_GETDETAIL

Thanks and Regards,

Abhishek Parab.

0 Kudos

Hi anand.rao3

Im in a similar situation as yours. I need to print the operation wise inspection specifications of the inspection lot. Did you manage it using the babis you indicated? If not, could you give a clue how you solved this?

Thanks!

anand_rao3
Active Contributor
0 Kudos

Hi All,

I think BAPI_INSPOPER_GETCHAR and BAPI_INSPCHAR_GETREQUIREMENTS can answer my query.

Thanks,

Anand