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: 

READ TEXT FM

kesavadas_thekkillath
Active Contributor
0 Kudos

Im using read text fm to get the notification details...its working fine in certain conditions

But i faced one problem (ie. When there is no Header text for the notification,its throwing an error such as "Text 000097002107 ID LTXT language EN not found"....

The error is thrown from fm i guess....is there any way to solve this ????

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

For that you have to raise the Exception.

Try this,

If Header is initial.

Raise NOT_FOUND.

endif.

Thanks.

4 REPLIES 4

Former Member
0 Kudos

Hi,

For that you have to raise the Exception.

Try this,

If Header is initial.

Raise NOT_FOUND.

endif.

Thanks.

0 Kudos

Thank you very much.....

0 Kudos

what is read-text fm?

former_member214131
Active Contributor
0 Kudos

Hi,

Before making a READ_TEXT, make a check in STXH

Hope this helps,

Murugesh AS