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

READ_TEXT

Former Member
0 Likes
1,483

Hi Friends,

I am working on Notifications tcode IW52, in the notification task there is a long text which I can read using function module "READ_TEXT" but my requirement is to trigger a badi whenever there is any change in the long text.

Is there a way we can find out if enduser is changing the content of the long text.

I am using the following parameters for the READ_TEXT

CLIENT 100

ID LTXT

LANGUAGE EN

NAME X2789278110005

OBJECT QMSM

NAME is notification number + the line number.

Please suggest.

Thanks-

Shrikant

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,101

All the best

7 REPLIES 7
Read only

Former Member
0 Likes
1,101

not sure if this helps but check for

PM000010 Update notification. This is an event in TCODE: FIBF. It has the old and new values. You might want to activate it and see if you can check long text changes.

Read only

0 Likes
1,101

Hi Kshamatha Eda

In the tcode FIBF I am getting a blank screen, where do I need to give the update notification event PM000010.

Please suggest.

Thanks-

Shrikant

Read only

Former Member
0 Likes
1,101

Hi,

You can try to check change documents. That tables CDPOS and CDHDR.

Best regards,

Wojciech

Read only

Former Member
0 Likes
1,101

I figured out the include which is maintaining both the old and new values,, there I used a enhancement point to compare old and new values,,I think my problem is solved.. Thanks tough.

Read only

0 Likes
1,101

Good job

Read only

Former Member
0 Likes
1,102

All the best

Read only

Former Member
0 Likes
1,101

I am trying to trigger an idoc if any change in the std text has been made for XD** t codes - can this help?