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 query

Former Member
0 Likes
476

Hi all

i am handling a error in my FM using Raise

Do i need to write EXIT command after that to come out of the FM

or it will do that

Thnkx

3 REPLIES 3
Read only

Former Member
0 Likes
459

It will do that.

-Cheers

Read only

Former Member
0 Likes
459

Its not required ..

U just raise the exception..

RAISING INVALID_VALUE.

Read only

Former Member
0 Likes
459

Its not exiting from the program

i m using raise in a perform

does tat effects

i dnt know?