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: 

raining exception & handling

Former Member
0 Kudos

Hi all,

without using classes & objects can exception be handled in a function module. If yes, can anyone tell me how?

1 REPLY 1

former_member182387
Active Participant
0 Kudos

We have RETURN parameters in all BAPI for handling errors.

Just use the Export or table parameter with the structure BAPIRET2 for giving messages.