2006 Sep 25 11:00 AM
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
2006 Sep 25 1:57 PM
2006 Sep 25 11:02 AM
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.
2006 Sep 25 11:07 AM
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
2006 Sep 25 11:19 AM
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
2006 Sep 25 1:33 PM
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
2006 Sep 25 1:57 PM
2006 Sep 25 2:28 PM
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.
2006 Sep 25 3:17 PM
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