2007 Jun 29 5:39 AM
Dear All,
How to find the Object ID for Notification text? i.e. in the Transaction IW23 some text relating to Notification Number has been entered.
To pass these text through the function module 'READ_TEXT' the Object_ID is the must, how to find the Object id ?
2007 Jun 29 5:54 AM
If you are in the text display, use the menu option Goto > Header and you should see all the values you need to call "READ_TEXT" correctly. Alternatively, set a soft break-point at the start of the READ_TEXT function module and then run the IW23 transaction to see what values it gets called with.
2007 Jun 29 6:03 AM
hi! Jonathan Coleman
Thanks for your Reply.
But there is no Header in Goto Menu. Kindly help me.
2007 Jun 29 6:15 AM
All the long text editor screens I have tried (e.g. in FB03) have this (screen 1100 / program SAPLSTXX shows in System > Status when I'm in the text editor) - we don't have PM at this site though. Have you also tried the second suggestion e.g. the soft break-point in READ_TEXT?