cancel
Showing results for 
Search instead for 
Did you mean: 

Result recording - Integration with external software

Former Member
0 Kudos

Hi,

Inspection is done using the external software & the results are stored in the external database.

How can we transfer the inspection results in QM Result recording?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

For the upload to the SAP-System, the function module BAPI_INSPOPER_RECORDRESULTS will be used with the following mandatory input parameters:

- Inspection lot number

- Inspection operation number

- Inspection point number

- Partial lot number

- (SAP-)batch number

- Characteristic results (for characteristics with summarized result recording)

- Single results (for characteristics with original result recording).

The transfer between subsystem and QM is done asynchronously. The mapped result data will be send as IDoc to the SAP system, or via direct call of the BAPI_INSPOPER_RECORDRESULTS via RFC.

If the data is send as IDoc, the BAPI-ALE interface must be setup to process the BAPI_INSPOPER_RECORDRESULTS at receipt of a new IDOC.

Kindly contact with your ABAP'er for further process.

Thanks & Regards,

Srinivas.D

Former Member
0 Kudos

Hi Hemant

Which external software you are using?

Is't Ross?

Thanks

Former Member
0 Kudos

Hi,

As there is no standard way of transfering the data from the external system you can look for enhancement QEEM0021 there you can create some function key & through which you can copy result from external file to result in SAP.It is having two exit EXIT_SAPLQEEM_021 & EXIT_SAPLQEEM_025 which you can use for your purpose.

May be it will work for you as i never explored this option.

Cheers,

Tushar