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: 

user exit EXIT_SAPMM06E_013

Former Member
0 Kudos

I am not able to find the exit name where EXIT_SAPMM06E_013 functiojn module is used

2 REPLIES 2

Former Member
0 Kudos

<b>Details</b>:

Component Name: EXIT_SAPMM06E_013

Enhancement Name: MM06E005

Program: SAPMM06E

Please check code in include: MM06EF0C_CUSTOMER_DATA_POST

<b>Line No: 32</b>
    CALL FUNCTION 'MODX_FUNCTION_ACTIVE_CHECK'
      EXPORTING
<b>        cprogname  = 'SAPMM06E'
        funcnumber = '013'</b>
      IMPORTING
        active     = active
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.


and <b>Line no: 112</b>
    CALL FUNCTION 'EXIT_SAPMM06E_013'
      EXPORTING
        i_ekko     = ekko
        i_ekko_old = ls_ekko_old
        i_logsy    = ekko-logsy
        i_vorga    = t160-vorga
      TABLES
        xeket      = lt_usr_xeket
        xekkn      = lt_usr_xekkn
        xekpo      = lt_usr_xekpo
        xkomv      = lt_usr_xkomv
        yeket      = lt_usr_yeket
        yekkn      = lt_usr_yekkn
        yekpo      = lt_usr_yekpo
        ykomvi     = lt_usr_ykomv
        xekbes     = lt_usr_xekbes
        xekes      = lt_usr_xekes
        xekeh      = lt_usr_xekeh
        xekek      = lt_usr_xekek
        xeina      = lt_usr_xeina
        xeine      = lt_usr_xeine
        yeina      = lt_usr_yeina
        yeine      = lt_usr_yeine
        yekes      = lt_usr_yekes
        yekeh      = lt_usr_yekeh
        yekek      = lt_usr_yekek
        xbatu      = lt_usr_xbatu
        xekpa      = lt_usr_xekpa
        yekpa      = lt_usr_yekpa
        xekpv      = lt_usr_xekpv
      EXCEPTIONS
        OTHERS     = 0.

Hope these are the details you are looking for...

Kind Regards

Eswar

Former Member
0 Kudos

Hi

That exit is called in the form customer_data_post (include) MM06EF0C_CUSTOMER_DATA_POST.

The form CUSTOMER_DATA_POST is used in prog. SAPMM06E and SAPLMEPO (form buchen).

So it's called while the document is beeing saved

Max