Application Development 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: 

Object ID for Notification Text

Former Member
0 Kudos
414

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 ?

3 REPLIES 3

Former Member
0 Kudos
117

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.

0 Kudos
117

hi! Jonathan Coleman

Thanks for your Reply.

But there is no Header in Goto Menu. Kindly help me.

0 Kudos
117

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?