Hi Krishna,
That is described as Christoph mentioned. So the code should look like:
FACTS
RECORD
INPUTCOMP(IN)
INCOMPONENTS
OUTPUTCOMP(OUT)
OUTCOMPONENTS
END
RULES
RULE COPYCOMP
IF TRUE()
THEN
OUTPUTCOMP.NEW.OUTCOMPONENTS:=INPUTCOMP.INCOMPONENTS
COMMIT OUTPUTCOMP
END
END
I haven't tested this! And you need to take care of the correct mapping in the database.
Ralph