You are on page 1of 2

Technical Requirement Specification

Task Attributes

Program ID:

Program Name: ZINV_MAIL


Description name Maker and Checker
Program Type: Enhancement
Date Prepared : 29/03/2022

Transport Request

SBXK901088 NTPL : ABAP 5 Maker and Checker MIRO on 21.02.2022

SBXK901133 NTPL/ABAP: Maker and Checker Mail Id Changes on 28.03.2022

High Level Programming Logic

T-CODE : ZEMAIL_MIRO

The above T-code is to maintain the Mail Ids.

On parking the document the mail will trigger and will be sent to respective mail ids based on
Plant.

          READ TABLE ti_drseg INTO data(wa_drseg) INDEX 1.
        if sy-subrc eq 0.
          DATA(lv_prctr) = wa_drseg-ko_prctr.
          data(lv_werks) = wa_drseg-werks.
          ENDIF.

  SELECT * from zmmiro INTO TABLE @DATA(lt_miro) WHERE auth = 'X'
                                                 and plant = @lv_werk
s.

Enhancement Point used;

MRM_INVOICE_PARK.

After Parking the document the mail status can be seen in SOST.

You might also like