cancel
Showing results for 
Search instead for 
Did you mean: 

Text

Former Member
0 Kudos

Hi,

My requirement is to pull out the text given in any Documents(Order,Delivery and Billing) for a particular report.In which table the text entered get updated?If not available in the table,what is the alternative to get it?

Vinu.N

Accepted Solutions (1)

Accepted Solutions (1)

former_member217082
Active Contributor
0 Kudos

Hi vinu

You can retrive the Text related data from STXH and STXL , tables

VBAK-> STXH- >STXL,

STXH table is linked to VBAK table as well as STXL table

under STXH & STXL tables the common feilds would be

Texts (TDOBJECT)

Text Name(TDNAME)

TextId (TDID)

Language (TDSPRAS)

Regards

Srinath

Answers (2)

Answers (2)

Former Member
0 Kudos

You can search the text create date and change date in table STXH

And as Ranjit mentioned, you can find the text content by function READ_TEXT

former_member737313
Participant
0 Kudos

Hi,

The text does not get stored in any database table.

All the Header(VBAK) and Item(VBAP) text get a text number against which it gets stored.

With the help of Abapers u can retrieve the text stored in the form of document using the READ_TEXT Function module.

Reward if helpful,

Regards,

Ranjith