cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction text

Former Member
0 Kudos

Hello,

I want to know where the text field of "transaction data/overview" tab is stored.

Or if there is any report that shows it ?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

raquel_pereiradacunha
Active Contributor
0 Kudos

Hi,

the information is stored in tables STXH and STXL and can be read with function module READ_TEXT using parameter NAME = STXL-TDNAME, object = 'CRM_ORDERH' and ID = the text type you want to read. For instance it can be 'SUSD' for the System Data, 'SU99' for Description, 'SU15' for Information for SAP...and so on. TDNAME comes from table field CRMD_ORDERADM_H-GUID, which represents the CRM document you are reading. CRM_ORDERADM_H is the header table for CRM documents.

Take a look at the entries in STXL to see how you need to pass the parameters to the FM.

Regards,

Raquel

Answers (0)