Application Development 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: 

relation of fields

Former Member
0 Kudos

experts,

how to find a field of table equivalent to another field of another table.

ex : vbap-vbeln = lips-vgbel,

vbap-posnr = lips-vgpos.

thanks in advance.

3 REPLIES 3

Former Member
0 Kudos

hi

se80 -> Repository information System then in Objects select ABAP Dictionary then Fields then View fields type Field name in Field Name colum then press |F8 . It will show where releate tables

psrao

0 Kudos

hari,

could you make reply clear.

thanks in advance.

Former Member
0 Kudos

Hi,

ex : vbap-vbeln = lips-vgbel,

vbap-posnr = lips-vgpos.

These not same you might have seen only the field please check the data element and values in that fields they will be different.

Any how if you want to find any fields or tables go Txcode -SE15.

There you expand ABAP Dictionary and find the fields and tables that you want.

Hope my answer help you.

Cheers!!