‎2009 Jul 25 1:34 PM
Hi Friends,
Can you tell me the ABAP dictionary table which holds the data of text which can be obtained by READ_TEXT function module. i.e. I need the table name which holds the data of texts.
Can you please help me for finding out the same.
KRaheja.
--
‎2009 Jul 25 1:49 PM
‎2009 Jul 25 1:49 PM
HI,
The tables are STXL and STXH.
STXL contains the text lines but it is RAW format.
STXH contains the header data.
Regards,
Ankur PArab
‎2009 Jul 25 1:49 PM
‎2009 Jul 27 8:02 AM
Hi Friend,
STXH contains the information for standard text at header level but if you want to retreive the actual data for the standard text STXL is the table but constraint.
You can not directly get the data from STXL as data is stored in RAW format and more data is retreived from the cluster.
So in any way if you are thinking to directly retreive it form the table, this is not possible.
Regards,
Mark