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: 

can we write code in MPC_EXT class?

Former Member
0 Kudos

Can we write code in MPC_EXT class?

1 REPLY 1

JerryWang
Advisor
Advisor

Sure. The source code of MPC will be regenerated every time you activate the model, so you have to write your own logic into MPC_EXT instead, which is a sub class of MPC. You can find example of how to write code into MPC_EXT class from CRM Fiori implementation class CL_CRM_OPPORTUNITY_MPC_EXT.

Best regards,

Jerry