‎2008 Feb 25 5:51 PM
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
‎2008 Mar 04 1:44 AM
‎2008 Feb 25 6:48 PM
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.
‎2008 Feb 25 7:06 PM
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
‎2008 Feb 25 6:51 PM
Hi,
You can try to check change documents. That tables CDPOS and CDHDR.
Best regards,
Wojciech
‎2008 Mar 04 12:24 AM
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.
‎2008 Mar 04 1:44 AM
‎2008 Mar 04 1:44 AM
‎2008 May 09 10:03 AM
I am trying to trigger an idoc if any change in the std text has been made for XD** t codes - can this help?