Question:
Hi all,
I am developing a WF for credit memo(BUS2094). Unfortunately 'Sales Group' attribute is not available as an attribute of BUS2094. So i was forced to go for a SUBTYPE of BUS2094.
When ever a creditmemo is created, it is triggering BUS2094 ever after EVENT DELEGATION.
Apart from EVENT DELEGATION, do i need to do some thing inorder for the SUBTYPE(ZBUS2094) to trigger.
regards,
GUEST
Answer:
Hi,
I think what you've done is already correct, the event should be triggered from BUS2094, eventhough you've specified ZBUS2094 as delegate. Your new attribute from delegate type should have been included there.
You can test using txn SWUH or SWO1 for the object BUS2094, if you put the instance, and click 'Execute', you can see that your attribute is already there. If not, this means something wrong with your delegation...
Rgds,
Paijo