Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tracking LONG TEXT CHANGES

Former Member
0 Likes
3,067

Hi all,

How to track long text changes ? i understand these are not available with CDPOS and CDHDR.

Do write back if you have a solution to this..

Regrds,

Bosch BOy

3 REPLIES 3
Read only

Former Member
0 Likes
1,094

Check table STXH. Here is the date of the last change of your long text (STXH-TDLDATE).

It's a bit tricky to get the right entry in this table. First you have to identfy your text-object and the text-id. Chek them in transaction SE71. Further you need the key of your object.

Regards,

Martin

Read only

0 Likes
1,094

Hello Martin,

I need to know the content of the previous change, not just date on which it is changed..

Hope i am clear ...

Thanks for doing your bit.

Regards,

Manohar

Read only

0 Likes
1,094

Hello Manohar,

as there is no changedocument for texts, I don't think, there is a solution for your problem.

As far as I know the only place where longtext is stored are the clusters STXH and STXL, access you only get via FM READ_TEXT ... (FG STXD).

Sorry,

Martin