cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for inspection point

Former Member
0 Kudos

Hi,

I am trying to find BAPI through which i want to do inspection point and result recording. If anyone has done then let me know which bapi is suitable and provide what are all data's need to pass.

Regards / US

Accepted Solutions (1)

Accepted Solutions (1)

john_lutz
Active Participant
0 Kudos

Try:

BAPI_INSPOPER_GETDETAIL

BAPI_INSPOPER_RECORDRESULTS

Former Member
0 Kudos

Hi,

I could not able to crack this through BAPI and i have done this by a combination of executing program 'SAPMQEEA' and through BDC.

Thanks for All to provide solution.

Regards / US

Answers (1)

Answers (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Try these FMs

QAPP_CUST_IP_CREATE

QAPP_CUST_IP_PROPOSAL

Former Member
0 Kudos

Hi Rao,

It will be more helpful if you guide me what has to be inputed in the fields. when i tried to do this i am not able to successfully create inspection point. Kindly provide fields details.

Regards / US

john_lutz
Active Participant
0 Kudos

Hi,

Check the documentation for function BAPI_INSPOPER_RECORDRESULTS. That gives a pretty detailed description of all the import requirements

Functionality

You can use this method to confirm the result of a quality inspection for an inspection operation or inspection point. The following functions are supported:

  1. Creating an inspection point 
  2. Closing an inspection point 
  3. Changing inspection point data 
  4. Recording inspection results at characteristic level (summarized) 
  5. Recording inspection results at sample level (summarized) 
  6. Recording inspection results at single value level

You define within an inspection operation whether you work with or without inspection points. In accordance with this specification, the parameter INSPPOINTDATA is required or optional.

Regards,

John