cancel
Showing results for 
Search instead for 
Did you mean: 

Mail triggering while result recording.

Former Member
0 Kudos

Hello Freinds,

My clients requirement is that while result reccording if any quantitative parameter is rejected, an automatic mail should be generated to QC manager when these results are saved.

Please give your valuable suggestions.

Regards,

Amit Shirsath.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Amit,

There are two ways to process your request

1. By using the User exit/ BADI for that transaction and apply the mail functionality.

lets say for QE11 transaction existing exits and badi's are

Enhancement

QEEV0003 Determination of order type for print

QEEM0032 Presentation of the characteristic text in the logon lang.

QEEM0031 User-Exit for Table Structure with External Numbers

QEEM0030 User-Exit for Subscreen: Characteristic Single Screen

QEEM0029 User-Exit for Characteristic Overview Subscreen

QEEM0024 User exit: additional functions for user key +US4

QEEM0023 User exit: additional functions for user key +US3

QEEM0022 User exit: additional functions for user key +US2

QEEM0021 User exit: additional functions for user key +US1

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

Business Add-in

QEC_RESULT_COPY Data Transfer to an Inspection Lot

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

QE_RESULT_VALUATION Valuation of Single Values

QE_SAVE Save Results

QE_SAVE_ADDON Data Backup - Operation Completion

QM_IDI_INSPPOINT Changing of Inspection Point Processing in IDI and BAPIs

QM_INPUT_PROCEDURE Input Processing

Please check the suitable exit/badi for your requirement.

2. Applying the workflow for sending the mail whenever there is a rejected Quantitative characteristic.

for both of these options, you need a help of ABAP'er. Please touchbase withthem for further analysis.

Kindly ask me if you need any other details.

Thanks & Regards,

Srinivas.D

Former Member
0 Kudos

Thanks Srinivas,

If u can provide me any developed program written, or throw light on workflow will me more helpful for me.

Regards,

Amit Shirsath.