Application Development and Automation 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: 
Read only

User exit for MC94

Former Member
0 Likes
933

Hi all,

Can anyone help me out in getting how and when the user exit EXIT_SAPMMCP6_011 triggers through

Transaction MC94.

Thanks & Regards,

Nehru

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
669

Check if this might help you [Click>>>>|http://sapass.metro.client.jp/UserExit/MCP20011.htm]

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
670

Check if this might help you [Click>>>>|http://sapass.metro.client.jp/UserExit/MCP20011.htm]

Read only

Former Member
0 Likes
669

Hi,

I couldn't able to trigger this user exit by executing the tcode mc94,can u tell me when it will get triggered in mc94.any planning configuration needed for this.

Thanks

Nehru

Read only

0 Likes
669

Hi,

Ya it will be triggered from MC94 transaction only. It will be triggered from include program

Main Program: SAPMMCP6

Include Program: include mmcp6fc0. "FORM-Routinen Buchstabe C

form call_user_exit_before_update
*        TABLES CU_DETAILS_OF_ETAB   STRUCTURE MCSLINE     "del H 609560
*               CU_DATA_RECORDS      STRUCTURE MCSLINE     "del H 609560
        tables cu_details_of_etab   structure indx         "ins H 609560
               cu_data_records      structure indx         "ins H 609560
        using  cu_rmcp2
               cu_action.

  call customer-function '011'
       exporting
            i_rmcp2           = cu_rmcp2
            i_action          = cu_action
            i_param_id        = 'MC94'
       tables
            t_details_of_etab = cu_details_of_etab
            t_data_records    = cu_data_records
       exceptions
            others            = 0.

endform.

If project has not created yet then it wont be triggered. Did you check by double clicking the include program - include zxsopu11 . If code was already implemented in that then you can place a break point and check otherwise...

You need to create a Project using CMOD transaction and using the enhancement 'MCP20011'

regards,

~Satya