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: 

Where do I find the long text for Damage and Cause in Notifications (IW21)

Former Member
0 Kudos

Hi ppl,

Can anyone let me know where the long text for Damage and Cause is stored (can be seen in IW21)?

Can I retrieve it through FM READ_TEXT? If yes, what are the values of the parameters to be passed?

Thanks,

David.

1 REPLY 1

pepl
Active Participant
0 Kudos

Hi!

It is easy to check whether some text is read by "READ_TEXT" or not.

1) Create text in dialogue mode and save it.

2) Place brake-point in READ_TEXT FM

3) go to view this text in transaction again

If the program is switched to debug mode, it means u can use this FM. Have u tried do this stuff?