Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BINARY_RELATION_CREATE Relation Type

Former Member
0 Likes
3,028

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

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
1,563

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

3 REPLIES 3
Read only

franois_henrotte
Active Contributor
0 Likes
1,564

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

Read only

0 Likes
1,563

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...

Read only

0 Likes
1,563

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)