2009 Mar 20 6:22 PM
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
2009 Mar 20 6:27 PM
Check if this might help you [Click>>>>|http://sapass.metro.client.jp/UserExit/MCP20011.htm]
2009 Mar 20 6:27 PM
Check if this might help you [Click>>>>|http://sapass.metro.client.jp/UserExit/MCP20011.htm]
2009 Mar 23 10:03 PM
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
2009 Mar 24 12:05 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |