cancel
Showing results for 
Search instead for 
Did you mean: 

Create a Inspection Point

Former Member
0 Kudos

Hi,

I need help. What is the way to create a new Inspection point by the Transaction QE51N and the BAPI_INSPOPER_RECORDRESULTS?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Trini Rolden,

      The Transaction QE51N is used in SAP for result recording purpose.

Result are recorded against inspection lot.Again inspection plan assign in inspection lot. If you maintain inspection point in inspection plan header, then you can record the result of that particular inspection point.

If you wants to create inspection point functionally, follow the below step:-

SPRO -> Quality Management - > Inspection Planning -> General --->Define Identifier for inspection Point -> Execute --> (Create your own inspection point)

If you wants to prefer Customize Developement:-

user exit QAPP0001 -->User exit QAPP 1 (create inspection point)

You can use this to give pop up or default names of the inspection point

here you can call

ALL FUNCTION 'BAPI_INSPPOINT_CREATEFROMDATA' "Create Inspection Point

  EXPORTING

    data =                      " bapi2045l4    Data for inspection point

  IMPORTING

    insplot =                   " bapi2045l4-insplot  Inspection lot number--->use user defined

    inspoper =                  " bapi2045l4-inspoper  Inspection lot operation number

    insppoint =                 " bapi2045l4-insppoint  Inspection point

    return =                    " bapireturn1   Return value

    .  "  BAPI_INSPPOINT_CREATEFROMDATA

Regards,

Laxmikanta.

former_member186399
Active Contributor
0 Kudos

Dear Trini Rolden

1) For creating new inspection point please maintain inspection point in inspection plan header.

please maintain the following in the config for the inspection point.

SPRO> QM> Quality planning > general> define inspection point identfier > Inspection point > Function Module

maintain QAPP_CUST_IP_CREATE and also the tick Use function module

Regards

gajesh