‎2011 May 06 12:49 PM
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
‎2011 May 06 2:53 PM