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: 

CMOD

Former Member
0 Kudos
197

Hi ,

how can i assign two or more exits to a single project.

i have created a zproject for testing before making the TDD now i want to delete that project can i delete that through CMOD.

Thanks & Regards.

Syed

1 ACCEPTED SOLUTION

former_member404244
Active Contributor
0 Kudos
164

hi Syed,

u can do this.

reagrds,

Nagaraj

7 REPLIES 7

Former Member
0 Kudos
164

Hi syed,

1. how can i assign two or more exits to a single project

The system won't allow.

2. We can remove the enhancement from one project,

and then, assign it to other project.

regards,

amit m.

former_member404244
Active Contributor
0 Kudos
164

Hi syed,

u can't assign to exits to a single project.

u can delete the project and assign ur new assignment to the other project.u can do it in CMOD.

Regards,

Nagaraj

Former Member
0 Kudos
164

Hi,

After creation u want to delete that project then simply deactivate that project.

That exit will not work.

Also u can delete assignments from project by selecting that cliking on '-' button.

hope thiw will help u.

-Umesh

Former Member
0 Kudos
164

Hi,

But i think we can assign many components to a single project . i am using two exits from the same development class. can i assign the two to one project.

Thanks & Regards

Syed

former_member404244
Active Contributor
0 Kudos
165

hi Syed,

u can do this.

reagrds,

Nagaraj

Former Member
0 Kudos
164

Hi,

you can assign more than one exits to a project, but that exit should not be used in any other project. if it is used in some other projects, either modify the same project or delete that project and enhancement and than reuse it.

naresh.

Former Member
0 Kudos
164

Hello,

I would suggest you to go for BADI's,

Follow the below steps to find out what all BADI's are called when you press any button in any transaction.

1) Goto se24 (Display class cl_exithandler)

2) Double click on the method GET_INSTANCE.

3) Put a break point at Line no.25 (CASE sy-subrc).

Now

4) Execute SAP standard transaction

5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.

6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.

7) This way you will find all the BADIs called on click of any button in any transaction.

Regs,

Venkat Ramanan N