cancel
Showing results for 
Search instead for 
Did you mean: 

how to do the group validation

Former Member
0 Kudos

Hi,

I have one problem in group validation.

What is group validation & Can any one explain with short example with group validation.

I want also some validation expression with example.

Plz help me as early as possible.

Regards

Ashish Patel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ashish,

Validation Group is a mechanism using which you can execute multiple validations at a time.

Here is how this is done:

1. Create a Validation Group

2. Assign this as a validation group for all the validations that you think must be part of this group.

3. While executing, select the Validation Group name instead of individual validation name.

Here is the

<a href="http://help.sap.com/saphelp_mdmgds55/helpdata/EN/43/e0615f82b40a2ee10000000a11466f/frameset.htm">link</a> where you can find more information on creating Validations, Validation Groups and the way to trigger them. Select "Record Mode"->"Validating Records" after clicking the mentioned link.

Here is an example of a validation expression:

<b>IS_NULL(<i><Field Name></i>)</b>

Hope this helps,

Regards,

Rajani Kumar

Former Member
0 Kudos

Thanx Rajni,

But if you have any single or group validation examples which is related to real time. So i can better understand.

Regards

Ashish patel

Former Member
0 Kudos

Ashish,

Please refer to this <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a689099d-0601-0010-23ae-80815cde5056">document</a> and if you still need any additional examples, let me know.

Regards,

Rajani Kumar

Former Member
0 Kudos

Thanx Rajni,

I have alredy study this RKT but the problem is i want more real time example IF you have any material regarding validation plz mail me.Thanx for your co-operaration

ashish_tkd@yahoo.com

Regards

Ashish patel

KlausDavid
Advisor
Advisor
0 Kudos

Hi Ashish,

could you please explain, what you understand with "Real-Time". You can configure each single validation (Setting "Automatic execution") , whether it should be executed automatically (means, when a record is saved) or on demand.

There's is no difference in behaviour, whether when the validation is called individually nor when it's called in a group.

Regards Klaus

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ashish,

Group Validation and Simple Validations can be added In Data manager under the Validation Tab strip.When u need a step by step validations or a series of Validations to be performed You need to make a group.egs: -

when u want to validate a field entry say product ID if it is null or not u put a single validation check but when u need to handle a situation where u need to first validate the null field and then for other one u need to see if it's value is in some range or not and so on then u prefer creating a group of validation.

also u can set the property of validation callable to create nested validations.

please mark helpful answers

regards

Vinay