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

Get Object Description

Former Member
0 Likes
1,738

Hi Gurus,

I need to find out the short texts(Description) maintained for an abap object(like Table, Data Element, Search help, BAPI, BADI Impln, Domain, Method, Class) . Is there any function module available for getting the short text passing the object name.

Thanks,

Neeraj

3 REPLIES 3
Read only

Former Member
0 Likes
962

I don't think there is any FM ...

check these tables ...

DD01T

DD02T

DD03T

DD04T

DD06T

DD07T

DD08T

Read only

PedroGuarita
Active Contributor
962

There are a few FM to do that. Check the PAK_GET_SHORTTEXT* FM's.

Read only

PedroGuarita
Active Contributor
0 Likes
962

Also check out FM DDIF* (for example DDIF_DTEL_GET for data elements). These functions are then used by the one's i referred in the previous post (PAK*).