Skip to Content
0
Former Member
Dec 05, 2006 at 05:27 PM

Custom Function in SAP MDM Data Manager Validation

21 Views

Hi SDN,

Can we write our own custom function for Validation of the records.

Actually my requirment is

For a particular Account Group The value of the G/L Account must be in particular range and it must have a specific Length.

For Example:

IF( Chart of Account = CCA AND Account Group = ACG, G/L Account No >=100 AND G/L Account No <= 1000 AND LEN(G/L Account No) = 6, False)

Pls provide some valuable suggestion .