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: 

CMOD

Former Member
0 Kudos
421

Hello Gurus,

I have made the following showed in the screens attached.

¿I want to know how to list enhancements like ITOB00001 doing the same?

How do I know that exists other enhancements like ITOB00001?, this doesn't appear in the list of CMOD

Thanks

1 ACCEPTED SOLUTION

jogeswararao_kavala
Active Contributor
0 Kudos
281

Hi Enrique,

You can always search in similar way using ITOB in Paquete. Usually 1st 4 characters of Exit are the Package. In case of doubt, you can put a star at the end like ITOB* . To increase search area even you can use ITO*.


See the pictures.

Picture1   Picture2

In both cases you get this result.

Picture3

Also to know the Package  related to a Transaction you can find it through SE93. Example: You want to search for User Exits related to IE01. Run SE93, Give IE01 value and click on Display. Inside you will be finding the Package. You can use this Package for searching the User-exits as  explained above.

Jogeswara Rao K

4 REPLIES 4

jogeswararao_kavala
Active Contributor
0 Kudos
282

Hi Enrique,

You can always search in similar way using ITOB in Paquete. Usually 1st 4 characters of Exit are the Package. In case of doubt, you can put a star at the end like ITOB* . To increase search area even you can use ITO*.


See the pictures.

Picture1   Picture2

In both cases you get this result.

Picture3

Also to know the Package  related to a Transaction you can find it through SE93. Example: You want to search for User Exits related to IE01. Run SE93, Give IE01 value and click on Display. Inside you will be finding the Package. You can use this Package for searching the User-exits as  explained above.

Jogeswara Rao K

0 Kudos
281

Hi Jogeswara ,

Thanks for answer, I mean , is there a way to list all the user exits of all packages for a specific tx ?

For tx IE01 I did as you mention, I went to tx se93, got the package, search by package in CMOD but only IEQ* appeared, suppose I dont know the existence of ITOB*, how I realize that there are more user exits beggining with ITOB*

What's the trick?

Thanks Jogesware for sharing and for your time.

0 Kudos
281

1. User-Exits beginning with ITOB means search with string ITOB*. It is as simple as that.

2. As told earlier User-Exits begin with Package, So you need to use SE93 to know the package.

3. You can search via SMOD  tcode also by giving Package*. (Example ITOB*  or IEQM*)

4. These are the options for your query of User-Exits beginning with ......

5. If your search area is broader , Example: You want to know what are the User Exits available in Plant Maintenance, Quality Management etc, there is lot of information get in Google. Search using search strings like: Enhancements in SAP Plant maintenance, User-Exits in SAP Plant Maintenance  etc.

Jogeswara Rao K

0 Kudos
281

thanks for sharing and patience.