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

Object name description

Former Member
0 Likes
2,289

Hi,

i would like to know any table or FM to get the object name and description corresponding to the field ADIRACCESS-OBJ_NAME is available.

i have searched the table TRDIRT but only for the report program name description is available. i want the entire details of ADIRACCESS-OBJECT type CLAS,DOMA,DTEL,FUGR,INTF,PROG etc

As well i would like to know the Module name Associated for Each ADIRACCESS-OBJ_NAME with createdondate,createdby,changedondate,changedon.

thanks

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
1,326

Actually they have been hard coded in the program SAPLTR_OBJECTS

in include LTR_OBJECTSF02.

So you cannot get those details from any table.

Read only

Former Member
0 Likes
1,326

hi i have already got the object type description.

i need object name description.

thanks.

Read only

GauthamV
Active Contributor
0 Likes
1,326

Use these tables.

class - VSEOCLASS

domain - DD07T

function group - TLIBT

Program - TRDIRT

Read only

Former Member
0 Likes
1,326

I need for all categories of object.

thanks.

if u refer in table ADIRACCESS-OBJECT u will get a fair idea.

thanks,

Read only

GauthamV
Active Contributor
0 Likes
1,326

As i mentioned in my previous post you will not get all

in one table.

Each object details will be stored in different table .

I think i have already given some of the important tables that are used.

Read only

former_member222860
Active Contributor
0 Likes
1,326

Hi,

Check these tables too

DD01T: DOMAIN TEXTS

DD02T: SAP TABLE TEXTS

DD04T: DATA ELEMENT TEXTS

KLAT: Classes long texts