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: 

how to terminate out of the program

venkatasap
Participant
0 Kudos

Hi Sapall.

here i have got a requirement to create RFC and in RFC i need to check each and every value of the structure that iam getting from out side.

now here if any of the fields of the RFC structure is invalid i need to update another table(structure) of RFC and terminate our of RFC.

CAN ANY BODY TELL MME ON HOW TO EXIT OUT OF RFC AFTER FIELD CHECK.

regards.

Varma.

1 ACCEPTED SOLUTION

PedroGuarita
Active Contributor
0 Kudos

You can raise an exception if you want to return an error, or simply use the instruction RETURN.

1 REPLY 1

PedroGuarita
Active Contributor
0 Kudos

You can raise an exception if you want to return an error, or simply use the instruction RETURN.