‎2010 Mar 25 1:44 AM
Hi..
I am using FM BINARY_RELATION_CREATE in which I want to Store Business Document in MIGO. I saw some relationship type which are VONA and ATTA but it is used for Quotation and Attachment respectively.
Please help where can I find or if you know the correct RelationType for Storing Document.
Thanks!!!
regards,
Roy Anthony
‎2010 Mar 25 1:38 PM
for linking two business objects (something you are able to maintain in transaction SWO1) you may try LINK
anyway the relation type must be in table ORBRELTYP
so try to find the one which works
‎2010 Mar 25 1:38 PM
for linking two business objects (something you are able to maintain in transaction SWO1) you may try LINK
anyway the relation type must be in table ORBRELTYP
so try to find the one which works
‎2010 Mar 26 6:35 AM
Hi Thanks..
I tried ATTA and it does attached document in Purchase Order with BOType = BUS2012.
Where can I see the correct value if I use relation Type = OFFD, (which I think is the right value for Store Business Document) I tried using BUS2012 but no success...
‎2010 Apr 01 10:04 AM
OFFD is used to link an object with role APPLOBJ with an object with role OFFDOC
your order should be the first and your document the second
I think it could work as-is because APPLOBJ role is now GOSAPPLOBJ and this new role is linked to all object types
see view cluster MVCSOBLBREL (with transaction SM34)