cancel
Showing results for 
Search instead for 
Did you mean: 

equipment naming problem...........,

Former Member
0 Kudos

hello all,

my client wants the equipment name with only chars.. that must be less than six charecters. and alphanumeric should not be allowed.

for this what i need to do in configuration part.....?

and i have set the number ranges A - ZZZZZZ but it allowing,if i gave ABCDEFG ..?

so what i have to do .............

please help me in this regard.....,

thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member1107731
Contributor
0 Kudos

Hi Gunnus,

Alphanumeric numbers for equipment can be restricted in Plant Maintenance Configuration. Do have a look at the node Maintain Equipment Category there check the *No Alpha numeric Equipment numbers * check box.

After restricting alphanumeric numbers, the second thing is to restrict the equipment number to 6 characters so choose a number range which is only 6 char i.e. 100000 - 500000, this way you cannot enter a number greater than this range other wise use some user exit to control the number range length problem.

Regards,

Muhammad Usman Kahoot

Former Member
0 Kudos

thank u very much Muhammad for ur valuable time spent on me.

i did the same. but i'm not able to ristrict the length to 6 charecteres...

is there any other way.....,?

thanks & regards.

gunnu

Former Member
0 Kudos

thank u very much Muhammad for ur valuable time spent on me.

i did the same. but i'm not able to ristrict the length to 6 charecteres...

is there any other way.....,?

thanks & regards.

gunnu

former_member1107731
Contributor
0 Kudos

Hi gunnus,

Have you set the external number range interval to be of 6 characters i.e. 100000 - 600000 and if you have done so, whenever you would be creating an equipment with an external number, the above mentioned interval would be checked and any number having the length greater than above, the system would give you the following error:

Equipment number 9000000 not in external number interval

Message no. IS042

Also verify whether in Message Control Settings of maintenance order, this message is set to warning or information, if it is, change it to the error category.

Regards,

Muhammad Usman Kahoot

Former Member
0 Kudos

I don't think it is possible to control in config or number ranges. If this is they really need, then they have to make sure they should give only chars not exceeding 6 at the time of creating equipment.

Probably you could use some user exit to throw an error message if the condition is not satisfied.

Mahee

Former Member
0 Kudos

The user exits for Equipments are IIEQM0001 to IEQM0007.

Perhaps can use IEQM0003 Additional checks before equipment update.

TQ.

Former Member
0 Kudos

thank you very much kent,mahee for your kind replay's,

meight your replay's help full to me.

regards,

gunnu

Edited by: gunnus on Apr 25, 2011 6:40 AM