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-exits

Former Member
0 Likes
554

Hi, i have a user exit in the include MC29CFS1_SAVE_USER_EXIT(this is for CC01) in this i have a zinclude ZXCCAU05 . but its not firing the zinclude, what could be the possible problems

Thanks & Regards

Syed

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
489

Did you create a project in CMOD for your enhancement?

YOu have to create a project in cmod transaction and activate it.

Regards,

Ravi

4 REPLIES 4
Read only

Former Member
0 Likes
490

Did you create a project in CMOD for your enhancement?

YOu have to create a project in cmod transaction and activate it.

Regards,

Ravi

Read only

Former Member
0 Likes
489

have u activated the project of the PCCD0004 , CMOD? then only it will tiggered.

Regards

Prabhu

Read only

Former Member
0 Likes
489

Hello ,

Go to project management and create implementation for your exit and make sure that you have activated this , and u can also use break point and can fix the root of the problem .

if it helps plz marks point .

Regards

sajid

Read only

Former Member
0 Likes
489

Go to Tranction CMOD, create a project name starting with Y/Z.

Now include the enhanement PCCD0004 which contains the component EXIT_SAPMC29C_005.

Activate both the project & the code after adding the code in the Z include.

Regards