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