Skip to Content
0
Former Member
Sep 27, 2005 at 11:17 AM

Increase the number of records in start routine in update rules

136 Views

Hello,

I want to duplicate records in start rountine of update rules if the charasteristics meet the criteria.

Example :

if infobject ZFlag = 1 I want that this record will appear two times but with differant date.

In communication structure I have

ZFLAG date material sum

1 12/09/2005 M1 50

After start routine I want to see

ZFLAG date material sum

1 12/09/2005 M1 50

1 12/09/2004 M1 50

Please give me example of code

Thanks

Points are guaranteed