Skip to Content
0
Jun 07, 2011 at 04:33 PM

Complex Assignment

41 Views

Hi,

I have..

Article Type as z1 or z2 or z3

coming into MDM..

So, once it has arrived in MDM, i have a field called Article Number which need to be generated based on article type And the generated article Number has a range based on article Type.

IF art type = Z1 then article numbers should be from 1 -50

IF art type = Z2 then article numbers should be from 50 - 100

So if i have 4 records coming in to MDM.. they should look like..

Art type ||| Art Number

Rec1 Z1 1

Rec2 Z2 50

Rec3 Z1 2

Rec4 Z2 51

So, the article Numbers should be Incremented With in Their Range of Values .

Can any one please HELP me ...

Kind Regards

Eva