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

Relation between objects - table

Former Member
0 Likes
1,551

Hello,

I have created a relation object in FI document with function:

obj_rolea-objkey = 'E02580000145052010'.

obj_rolea-objtype = 'BKPF'.

obj_roleb-objkey = 'FOL24000000000004URL36000000000088'.

obj_roleb-objtype = 'MESSAGE'.

CALL FUNCTION 'BINARY_RELATION_CREATE'

EXPORTING

obj_rolea = obj_rolea

obj_roleb = obj_roleb

relationtype = 'URL'

  • FIRE_EVENTS = 'X'

  • EXCEPTIONS

  • ENTRY_NOT_EXISTING = 1

  • INTERNAL_ERROR = 2

  • NO_RELATION = 3

  • NO_ROLE = 4

  • OTHERS = 5

  • .

I need to know where the relation are saved, which are the table were the data are saved to see the relation of other documents.

Anyone can help me.

Best Regrads,

Eduardo Paiva

1 REPLY 1
Read only

Former Member
0 Likes
740

Table SRGBTBREL