cancel
Showing results for 
Search instead for 
Did you mean: 

bapi for qm inspection plan

Former Member
0 Kudos

what are key points

for inspection plan upload in qm using bapi.

there is some field known as import modus of MIC .

we would like to change the following values,

selected set, catalog, tolerances, inspection method while creating the inspection

plan and char.

our mics are of type complete copy model, reference models.

.

what are other key fields to be used for proper creation of inspection plan using bapi.

the reference chars, also linked to class char. for some of the MIC's when created

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello Chandran,

you can check the BAPI_INSPECTIONPLAN_CREATE for the named purpose, the values you named are in the structure BAPI1191_CHA_C please read the BAPI documentation:

Functionality

You can use this function module to create inspection plans and all its subordinate objects.

You can create a key date view and the complete history of an inspection plan. It is useful to have a history when transferring data from external systems.

Example

You want to create an inspection plan with operations and inspection characteristics for key date 01.01.2000. Make an entry in the following tables for each object:

TASK

OPERATION

INSPCHARACTERISTIC

If you want to assign test equipment to the inspection characteristic in field ITEM_NO_OF_PRODUCTION_RESOURCE, you must have assigned this test equipment in PARAMETER PRODUCTIONRESOURCE.

Notes

If no error occurs during the transfer of data, the export parameters GROUP and GROUPCOUNTER contain the key for the task list created. A COMMIT WORK must be executed for writing data to the database.

All errors that have occured are logged in the export parameter RETURN. If there are inconsistencies, the inspection plan to be created is rejected.

*****

Hope that this information helps resolve the described issue.

Regards,

Isabelle

Answers (0)