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: 

Userexits for IE02?

Former Member
0 Kudos

Hi all,

Give me some user exits which will trigger, if i selected any tabs(sub screen)?

vkr.

2 REPLIES 2

gopi_narendra
Active Contributor
0 Kudos

These are the avaialble user exits for the transaction

IEQM0001 Add. checks for equip. installation at functional locat

IEQM0002 Additional checks for definition of equipment hierarchi

IEQM0003 Additional checks before equipment update

IEQM0004 Object is allowed for contract partner (Order->MaintCon

IEQM0005 Object allowed for SD contract (MaintContract->MaintCon

IEQM0006 Object allowed for SD contract (Maintain maintenance co

IEQM0007 Check/change manufacturer field in equipment master

Regards

Gopi

Former Member
0 Kudos

Hi

Following exits are available for the tcode. Pls check which of these suits you...

Transaction Code - IE02 Change Equipment

Exit Name Description

IEQM0001 Add. checks for equip. installation at functional locations

IEQM0002 Additional checks for definition of equipment hierarchies

IEQM0003 Additional checks before equipment update

IEQM0004 Object is allowed for contract partner (Order->MaintCont.)

IEQM0005 Object allowed for SD contract (MaintContract->MaintCont.)

IEQM0006 Object allowed for SD contract (Maintain maintenance cont.)

IEQM0007 Check/change manufacturer field in equipment master

To search for a badi, go to se 24 display <b>class cl_exithandler.</b>

double click on method get_instance, get a break point on case statement.

execute and start the required transaction in new session.

look for variable <b>exit_name.</b> It would show the available badi's.

Please do reward if useful

Regards

swati