cancel
Showing results for 
Search instead for 
Did you mean: 

Activation of EXIT_SAPLQEEM_003

Former Member
0 Kudos

Hi All,

I am attempting to use EXIT_SAPLQEEM_003 to add additional functionality on the back of Inspection Results Valuation.

We have activated the User Exit, however when I save results against a Lot, the function is not being called.

What I am trying to do is, activate a user exit to initiate an outbound proxy upon evaluation of inspection results.

I would appreciate any guidance on how this can be achieved.

Accepted Solutions (1)

Accepted Solutions (1)

former_member198406
Contributor
0 Kudos

Hi David,


The user exit (QEEM0003 - User exit: add. functions after valuating insp. characs) is triggered at the time when you valuate the inspection characteristics. You can do following steps.


1. Record the result for a characteristic


in case you have manual valuation in the sampling procedure for the characteristic


2. Select the characteristic

3. Click on valuate button or menu path: Edit >> Characteristic >> Valuate (F7)

in case of automatic valuation in the sampling procedure for the characteristic

2. Just hit the enter key.

The system does valuation and triggers the used exit. Also, check if the user exit implementation is active.

Regards,

Dipeshkumar Bhavsar

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Suresh M / Dipeshkumar Bhavsar,


My ABAPer has informed me that the CALL CUSTOMER-FUNCTION '003' is now successfully hit on results valuation.

Thank you.


Regards,

Dave.

former_member201849
Contributor
0 Kudos

H David

Please pass the below value to the exit in SE37 and check. Whether appropriate values are coming or not.

Pass the values in EXIT_SAPLQEEM_003

1. Inspection Lot

2. Operation Number

3. Single_Char as X

Check the results and implement by taking the help of an abaper.

Regards

Suresh.M

Former Member
0 Kudos

Hi Suresh M,

I have manually debugged the Exit as you described, and the code within the exit is working as expected.

My problem is, on Results Valuation the Exit isn't being called.

Regards,

Dave.