cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cProjects, Tab "Notes": Where are entries stored?

Former Member
0 Likes
253

Hi

is there any table where the notes (e.g. tab "Notes" in the context of tasks) are stored?

Kind regards,

Hansjörg

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hello Hansjörg!

I am not a developer, so I will just try to help you find the answer for this question.

If I am not wrong, entries are stored in two different tables: STXH and STXL. However, to extract the texts, you need to use function module READ_TEXT.

I performed a test using a content of table STXH in the function READ_TEXT and it worked.

I searched the web and I've found this thread: Take a look at it because it might be helpful.

Good luck!

Regards,

Ivanna

Answers (1)

Answers (1)

Former Member
0 Likes

Thanks a lot for this very helpful answer!