on ‎2007 May 18 5:29 AM
Hi Experts,
What is Delecation Type. What is the actual use of teh Delecation Type.
Thanks in advance.
Request clarification before answering.
Hi,
maybe you mean <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4adcc453d11d189430000e829fbbd/frameset.htm">delegation type</a> ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And it is used to make new attributes and/or methods and/or events available for your workflows while allowing you to refer to the standard BOR object types.
Example: you need company code available in a purchase requisition workflow on item level. You create subtype BUS2009 with a virtual attribute for company code and implement the attribute. By delegating you can e.g. use BUS2009 in a triggering event, and then refer to your new attribute in the object reference you received from the event.
If you <b>don't</b> delegate your workflow will have to use object type ZBUS2009 to access your new attribute. So either that object type has to be triggered (i.e. not by standard SAP code), or you have to use an additional container element and convert from the BUS2009 to the ZBUS2009 object in your WF (you can possibly convert it by using programmed binding too, but delegation is easier).
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.