cancel
Showing results for 
Search instead for 
Did you mean: 

How to validate a multi-valued lookup flat

Former Member
0 Kudos

HI all

Let's say that we have a lookup flat table with the following values:

1000

2000

3000

And we have another lookup flat [multi-valued] table with the next values A, B, C, D...

So, we are trying to validate that in the first lookup table the user typing 1000, in the multi-valued table just introduce A or B or both, but not C or D... can we build this validation in SAP MDM 7.1 SP08?

Thanks folks

R, Pp

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Through validation this can be achieved,

if 1000

then

a or b (the field should only have values A or B)

you can also try looking into masks,

Regards,

Abhishek