Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BADI / USER-EXITS available for Txn. QE01

Former Member
0 Kudos

Hi Experts,

Could anyone please suggest appropriate BADIu2019s and user-exists available for Txn. QE01 to send the status change.

Our requirement is to send a mail notification to the user when all the result recording status of the inspection characteristics turn to 'complete'

In Tx QE01 the inspection results are recorded for each inspection characteristics.When results recorded for all the characteristics the user will close the insp. characteristic and the status will change to 'complete' then needs a mail notification so that user decision (UD) can be performed for the inspection lot.UD (Txn QA11) will be performing after result recording.

Any suggestion will be appreciated.

Thanx and Regards

6 REPLIES 6

Former Member
0 Kudos

Hi ,

Please check below BADI and User exits .

Bus. add-in name     Description
 QE_RESULT_VALUATION   "Valuation of Single Values
 QE_SAVE              "Save Results
 QEEM_SUBSCREEN_5000   "EE: BAdI Subscreen for Display of Data on Screen 5000
 QM_IDI_INSPPOINT     "Changing of Inspection Point Processing in IDI and BAPIs
 QM_INPUT_PROCEDURE   "Input Processing

Exit name	Description
QEEM0003	"User exit: add. functions after valuating insp. characs
QEEM0004	"User exit: add. functions after valuation of partial samples
QEEM0006	"User exit: add. functions after closing inspection characs
QEEM0007	"User exit: add. functions after completing partial samples
QEEM0011	"User exit: add. functions before valuating insp. characs
QEEM0012	"User exit: add. functions before valuating partial samples
QEEM0015	"User exit: add. functions after entering individual results
QEEM0020	"User exit: additional functions after entering the inspector
QEEM0021	"User exit: additional functions for user key +US1
QEEM0022	"User exit: additional functions for user key +US2
QEEM0023	"User exit: additional functions for user key +US3
QEEM0024	"User exit: additional functions for user key +US4
QEEM0029	"User-Exit for Characteristic Overview Subscreen
QEEM0030	"User-Exit for Subscreen: Characteristic Single Screen
QEEM0031	"User-Exit for Table Structure with External Numbers
QEEM0032	"Presentation of the characteristic text in the logon lang.
QEEV0003	"Determination of order type for print
QIST0002	"Generating MATERIAL_DATA for QM STI Interface
QIST0003	"Generating VENDOR_DATA for QM STI Interface
QIST0004	"Generating CHARACTERISTIC_HEADER for QM STI Interface
QIST0005	"Generating CHARACTERISTIC_QUANTITATIVE for QM STI
QIST0007	"Generating SAMPLE_HEADER for QM STI Interface
QIST0008	"Generating RESULTS_ADDITIONAL_DATA for QM STI
QIST0009	"Generating RESULTS_QUANTITATIVE for QM STI Interface
QIST0010	"Generating REPORT_HEADER for QM STI Interface
QIST0011	"Generating METHOD_DATA for QM STI Interface

former_member1284402
Participant
0 Kudos

hi pradeep,

these are the respective user exits :

QEEM0003 User exit: add. functions after valuating insp. characs

QEEM0004 User exit: add. functions after valuation of partial samples

QEEM0006 User exit: add. functions after closing inspection characs

QEEM0007 User exit: add. functions after completing partial samples

QEEM0011 User exit: add. functions before valuating insp. characs

QEEM0012 User exit: add. functions before valuating partial samples

QEEM0015 User exit: add. functions after entering individual results

QEEM0020 User exit: additional functions after entering the inspector

QEEM0021 User exit: additional functions for user key +US1

QEEM0022 User exit: additional functions for user key +US2

QEEM0023 User exit: additional functions for user key +US3

QEEM0024 User exit: additional functions for user key +US4

QEEM0029 User-Exit for Characteristic Overview Subscreen

QEEM0030 User-Exit for Subscreen: Characteristic Single Screen

QEEM0031 User-Exit for Table Structure with External Numbers

QEEM0032 Presentation of the characteristic text in the logon lang.

QEEV0003 Determination of order type for print

just create the project using CMOD and put the break point and activate the project, then run the tcode QE01 and if it goes on that break-point only then that exit will work for this tcode. u have to check for every exit.

these are the BADI's :

QE_RESULT_VALUATION Valuation of Single Values

QE_SAVE Save Results

QEEM_SUBSCREEN_5000 EE: BAdI Subscreen for Display of Data on Screen 5000

QM_IDI_INSPPOINT Changing of Inspection Point Processing in IDI and BAPIs

QM_INPUT_PROCEDURE Input Processing

same u hav to do. u have to create implementation here.

regards saurabh.

0 Kudos

Thanks to both Raj and Saurabh for the infputs.I will check the same and get back.

Best regards

Former Member
0 Kudos

Thanks to all support

0 Kudos

Hi Pradeep,

  Can you please let me know the BADI / User Exit which you have used to send the notification from the transaction QE01.

Thanks in Advance.

0 Kudos

Hi Sathy,

I have used below enhancements

IWOC0002 :PM/SM notification: Check whether status change is allowed

QQMA0014 : QM/PM/SM: Checks before saving a notification

Pradeep