Skip to Content
0
Former Member
Feb 25, 2009 at 03:32 PM

Calculated keyfigures/ conditions/ customer exit what option is feasible?

28 Views

Hi,

I have a requirement

damage code item number of notifications

a 1 1 (if there is item 1,2 choose first one i.e. 1 only)

b 2 1 (if there is item 2 choose first one i.e. 2 only)

i created 2 RKF item1(with 1) and item2(with 2) and used CKF ( 'Item1' == 1 ) * 'Item1' + NOT ( 'Item1' == 1 ) * 'item2' but it'snot working properly

for the above scenario

damage code item number of notifications what i am getting is

a 1 1 (if there is item 1,2 choose first one i.e. 1 only)

a 2 1 (i need to restrict this)

b 2 1 (if there is item 2, choose first one i.e. 2 only)

can you guys shoot ideas to fullfill this requirement.

Do i need to write customer exit, If so on which character i need to use.

Thanks,

Nav