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

project creation in cmod??

Former Member
0 Likes
1,023

Dear experts,

*I would like to know why is a project created in cmod for enhancements to add a functionality.* Cant we directly add the code in the standard program at the includes provided for exits.

Dear experts,

*I would like to know why is a project created in cmod for enhancements to add a functionality.* Cant we directly add the code in the standard program at the includes provided for exits.

4 REPLIES 4
Read only

Former Member
0 Likes
727

Adding the code itself into the Z include will not solve the purpose and moreover the code piece written in the include won't get executed. The code piece you write into the Z include is the business logic to get executed during runtime but to make it happen a project should be created with CMOD that basically links the 'Enhancement' to the exit function module. Once done, need to activate the project and you can see the result by executing the program. Without creating a project, the control doesn't flow inside the code that you have written in the include; you can check during debugging.

Read only

Former Member
0 Likes
727

This message was moderated.

Read only

Former Member
0 Likes
727

how to assign exits to a change request??

Read only

0 Likes
727

As soon you change a User Exit it gets assigned to a Transport Request.