cancel
Showing results for 
Search instead for 
Did you mean: 

Description Field in the Basic data tab

rhuben007
Explorer
0 Kudos

Hi Experts,

Just want to ask where could i find the table and the field in SE11 that corresponds to the description field in basic data tab for each project element.

screenshot:

Thanks and regards,

-James

Accepted Solutions (0)

Answers (1)

Answers (1)

francesco_pezzoli
Active Participant
0 Kudos

Hello James,

Unfortunately the way this text is stored is not so straightforward. It is stored generically as a long text, so for each "Description" there is a text header in table STXH and the lines in table STXL (which are stored as a cluster, so are not legible in transaction SE16).

If you need some way to get the texts for the various objects in a project, you could do so by using the methods that are used in the standard. E.g. you could write a program which implements the same logic seen in CL_CGPL_TEXT_PROCESSING  method READ_TEXT_SIMPLE (which returns a text for a given object GUID). But then again you might be better off just using the available BAPIs which also return the long text (e.g. BAPI_BUS2172_GET_DETAIL for projects).

Best regards
Francesco