cancel
Showing results for 
Search instead for 
Did you mean: 

super.equipment installation and position

mahesh_sappm
Participant
0 Kudos

dear all,

i created some tyres as a equipments,ex: 10001,10002,10003

10001 is installed to super.equipment...bus0001 position.......................... FL(front left)

10002 is installed to super.equipment...bus0001 position...........................FR(front right)

10003 is suppose to installed to           bus0001 position...........................BL

but by mistackely, for 10003 tyre installed to bus0001 position ................FL(front left)

in that case system does not given any warning meaage and it alloed to save,

after that i checked the structure of bus0001, their i found two tyres installed to one position.

what is the solution for to stop the mistake installation, can i show any warning message or error message, while installing a new tyre for the same position which another tyre occupoied.

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

Mahesh,

Do you have a FLoc for each wheel/tyre?

If so, then in the FLoc you can restrict the installation of one equipment only (via single installation checkbox).

PeteA

mahesh_sappm
Participant
0 Kudos

tyre function location is automatically picking up from Superior equipment.

      

here superod.equipment is showing two tyres for a single position(FR) practically it is not possisble.but system is aalowing to enter the data

peter_atkin
Active Contributor
0 Kudos

Mahesh,

There's no description of these equipment so we can't see the relationship.

Can you send a screen-shot of the IH01 or IH03 view

PeteA

mahesh_sappm
Participant
0 Kudos

equipment is tyre

sup.equipment is car

peter_atkin
Active Contributor
0 Kudos

You would need to utilise a user-exit in

the superior equipment to check if you have duplicate records (e.g. two FR tyres).

Some options for user-exits are:

  • IEQM0002  Additional checks for definition of equipment hierarchies
  • IEQM0003  Additional checks before equipment update

PeteA

mahesh_sappm
Participant
0 Kudos

thank u sir,

sorry for asking this small thing, i am new for sap, where i can see the user exit and how to execute which you given user exits

.i am not aware of user exit

sebastian_lenartowicz
Active Contributor
0 Kudos

Greetings Mahesh,

You can navigate user-exists through transaction SMOD. But if it is news to you, you will have to speak to your ABAP programmers...

Please see this document

Answers (2)

Answers (2)

MTerence
Active Contributor
0 Kudos

Hi Mahesh,

I am not sure how we can control this. This is a master data and there is a validation process should be followed before creating the data into Production environment.

If i understood your query, system cannot control the data created mistakenly. It cannot understand whether it is a Tyre or Tube. This is manual error as far as i am seeing it.

Thanks

Terence

mahesh_sappm
Participant
0 Kudos

i will explain clearly,

one seperoir equipment having one tyre at one position like front left,

now system is allowing to install another tyre for the same position.

if the vachile is having tyre how u can infix another tyre fo rthe same position until unless the previose tyre dismentelled.

MTerence
Active Contributor
0 Kudos

Hi Mahesh,

Thanks for the reply. May be below are helpful for you.

BAdI: Customer-Specific Checks During Installation/Removal

BAdI: Perform Checks During Installation/Dismantling

BAdI: Actions Before/After Saving (Database Update)

Contact your abaper.

Regards

Terence

rakesh_mane
Active Contributor
0 Kudos

Hello

try to use below user exits

IEQM0003 or IEQM0002


Br

Rakesh