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

BPM Numaric data validation

Former Member
0 Likes
386

Hi,

BPM process getting suspended if user skip to enter data for numaric field in BPM. I would like to know the syntax to validate data in BPM while mapping. I was tried using IF() condition but showing syntax error-

Mapping failed
IndexOutOfBoundsException: Index: 0, Size: 0
at: com.sap.glx.mapping.execution.implementation.function.builtin.generic.GenericGetFunction@36d60850(

I would appreciate your inputs on this.

Thanks in advance,
Dev

View Entire Topic
junwu
SAP Champion
SAP Champion
0 Likes
why not putting this validation in UI?
Former Member
0 Likes

Hi Jun, thanks for your quick reply.

I do agree with you by putting the validationi on UI, but more over we are looking validation in BPM. I believe we can do it BPM, but not sure correct syntax. I am working on CE7.2.

Thanks in advace,
Dev