cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to run function based on validation Condition

akki0785
Participant
0 Kudos
563

Hello Gurus,

Problem statement: I Want to run a function based on the selection condition. Example: If a field value "True" present in existing records then function should not run or else it should run. I have other field also in selection which also pass as selection to run function.

Solution tried: I tried to put "Check" in the function. the problem with it, that it runs for every records irrespective of other selection.

Is there any other way to achieve this.

Thanks & Regards,

Akshay

Accepted Solutions (0)

Answers (2)

Answers (2)

akki0785
Participant
0 Kudos

Thanks Chanchal for your suggestion. I'll try it.

However, I have achieved it through "Check". Thanks for support here.

Regards,

Akshay

former_member434855
Participant
0 Kudos

Try using condition function. It was introduced. Checks are not for controlling the function execution but to 'check ' data after the execution of function

https://help.sap.com/viewer/56471df1959f4cfd9e3bf7a6d2d5be42/3.13/en-US/d311902baf634296ab231fb738b7...