Application Development and Automation 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: 
Read only

Classification

Former Member
0 Likes
595

Hi friends,

How we can Validate the value entered for one of the Characteristics.

Needs to check that characteristics value should be as per some specified format or characters.

Please help me

Thanks

Lakhbir

5 REPLIES 5
Read only

Former Member
0 Likes
564

Hi Lakhbir,

Welcome to SDN.

Please check this FM perhaps it may help.

ASS_CHECK_CHARACTERISTICS

ASS_CHECK_CHARACTERISTICS_F4

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

0 Likes
564

Hi

Thanks for your reply, but I need to validate when we are entering the characteristics value in the classification data, while creating the equipment master.

I need to pop an message incase validaition fails, when user try to exit after entering classification data , to equipment master screen.

means-- IE01 > Classification Data> here user enters data and after finishing , press Back arrow to exit the classification screen, here I need to show the popup if the value entered doesn't pass the validation check.

Thanks

Lakhbir

Read only

0 Likes
564

Following Bapi's helps in classification update:

BAPI_OBJCL_CHANGE

BAPI_OBJCL_CREATE

But if u want to do the validation in IE01, I think the code should be return in the exit's of IE01.

These are the all exits available for IE01.

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

Regards,

Prakash.

Read only

Former Member
0 Likes
564

Hi Lakhbir,

You can use user exit EXIT_SAPMIEQ0_001 in enhancement IEQM0003 (SMOD) for validation.

Regards,

Ferry Lianto

Read only

0 Likes
564

Thanks Guys,

I will check and award points.

Thanks a TON