cancel
Showing results for 
Search instead for 
Did you mean: 

relation between table IBIB and IBPART

Former Member
0 Kudos

Hi everyone.

I know a relation from IBPART to IBIB (IBPART ËIBIB).

when I relate both of two tables,I use function module "guid_convert" and convert Ibpart's segment recno(16).It is totally match with ibib's recno(22).

However,I cannot do a same thing from IBIB to IBPART

(IBIBËIBPART)

When I use "guid_convert" and convert ibib's recno(22),

EV_GUID_X16 is totally different from Ibpart's segment recno(16).

I would like to know how to relate IBIBËIBPART.

IF anyone know about it,please help me.

Accepted Solutions (0)

Answers (1)

Answers (1)

Luisen
Explorer
0 Kudos

Hi!

I think you have solved this, but I tell the answer if somebody needs it:

SELECT * FROM ibpart INTO TABLE lt_ibpart WHERE segment_recno = lt_ibin-ib_guid_16.

With this u can link both tables.

Greetings!