cancel
Showing results for 
Search instead for 
Did you mean: 

Table for Notes section in CRMD_ORDER transc

Former Member
0 Kudos

hi experts,

In CRMD_ORDER trx we have a NOTES tab. In which we have created some text types,I want to know if there is any table that stores this data. i.e if I maintian any text type where can I find if the details are maintained or not.

since I need to update one text type based on my logic.

Please let me know.

Thanks,

Ashwini

Accepted Solutions (1)

Accepted Solutions (1)

BGarcia
Active Contributor
0 Kudos

Hi Ashwini,

That notes are long texts that are saved at tables STXH and STXL.

There TDOBJECT is defined as CRM_ORDERH, TDNAME as your document GUID, TDID as the text type and TDSPRAS as the language.

You can use functions like READ_TEXT, SAVE_TEXT or even CRM_TEXT_MAINTAIN_OW to manipulate the long text content.

Kind regards,

Garcia

Former Member
0 Kudos

Hi,

Thanks a lot for the quick solution provided.

It solved my query .

Former Member
0 Kudos

Hi,

How did you get the solution?After this what should I do to get the Text that I typed in my transaction .It is showing all the table entries but not the text.Please reply .

Puneet

Answers (0)