Application Development and Automation 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 only

READ TEXT FM

kesavadas_thekkillath
Active Contributor
0 Likes
700

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
Read only

Former Member
0 Likes
678

Hi,

For that you have to raise the Exception.

Try this,

If Header is initial.

Raise NOT_FOUND.

endif.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
679

Hi,

For that you have to raise the Exception.

Try this,

If Header is initial.

Raise NOT_FOUND.

endif.

Thanks.

Read only

0 Likes
678

Thank you very much.....

Read only

0 Likes
678

what is read-text fm?

Read only

Former Member
0 Likes
678

Hi,

Before making a READ_TEXT, make a check in STXH

Hope this helps,

Murugesh AS