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: 

field

Former Member
0 Kudos

hi,

in which table do i find the field guid and wht does it represents?

Pls help.

Regards,

kb

8 REPLIES 8

Former Member
0 Kudos

goto se80

|

click on repository information system

|

expand ABAP Dictionary

|

expand fields

|

double click on table fields

on the right side of the screen enter the description of the field and press execute to find the tables where the field is present. once you get into one table you can know the others by clicking on the where used list.

<b>table name=>BDS_LOG

description=>BDS: Protocol Table for Accesses to BDS Documents

click on where used list to find other tables!</b>

regards,

srinivas

<b>*reward for useful answers*</b>

Former Member
0 Kudos

goto SE11, there in datatype fill in guid and press F7.

then place your cursor over GUID in the first BOX, and press the button where-used-list (CTRL-Shift-F3). there choose which you want to search for where used.

probably you want tables, structures and views.

now shoot with F8.

Former Member
0 Kudos

hi

guid is Globally Unique Identifier. u can find it in number of tables.

type the name guid in se11 in data type filed and select where used list button ans check the tables option.

it will display all the tables in which this fields is used.

reagards

ravish

<b>reward points if useful</b>

Former Member
0 Kudos

Hi

goto se15

take path

R/3 Repository Information System->ABAP Dictionary->Fields->Table Fields

regards

sandhya

Former Member
0 Kudos

hi,

guid stands for globally unique identifier.

in se11 type guid in data type field.iT DISPLAYS DATA ELEMENT GUID ,CHOOSEwhere used list & u will get nos of tables where this field is used for instance it is used in:

/LIME/LOC_I003

/DSD/ME_DDR_BAK.

rgds.

reward points if it helps

Former Member
0 Kudos

according to me the GUID field used as primary key and also as non-primary key.

Regards,

Vimal

Former Member
0 Kudos

according to me the GUID field used as primary key and also as non-primary key.

Regards,

Vimal

Former Member
0 Kudos

thanks