‎2006 Oct 10 4:21 PM
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
‎2006 Oct 10 4:29 PM
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.
‎2006 Oct 10 4:36 PM
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
‎2006 Oct 10 4:49 PM
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.
‎2006 Oct 10 4:49 PM
Hi Lakhbir,
You can use user exit EXIT_SAPMIEQ0_001 in enhancement IEQM0003 (SMOD) for validation.
Regards,
Ferry Lianto
‎2006 Oct 10 4:56 PM