‎2010 Mar 01 7:27 AM
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
‎2010 Mar 01 6:07 PM
I don't think there is any FM ...
check these tables ...
DD01T
DD02T
DD03T
DD04T
DD06T
DD07T
DD08T
‎2010 Mar 01 6:11 PM
There are a few FM to do that. Check the PAK_GET_SHORTTEXT* FM's.
‎2010 Mar 01 6:16 PM
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*).