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

Function Module

Former Member
0 Likes
367

Hi

How to handle Exceptions in FM ISU_S_METERREAD_CREATE?

Regards

Anbu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
320

Hai.

Check the link.

regards.

sowjanya.b.

2 REPLIES 2
Read only

Former Member
0 Likes
320

well if it is a standard FM then you need to handle exception in your program where ur calling it by capturing the sy-ucode corresponding to exception.

secondly if you want to handle exception in your FM then you need to use statement

RAISE <EXCEPTION NAME>.

Wherever you want to capture an error.

Hope its clear , but i dont know your exact requirement.

cheers

Read only

Former Member
0 Likes
321

Hai.

Check the link.

regards.

sowjanya.b.