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

How exit from a standard function through an user exit

former_member582701
Contributor
0 Likes
448

Hello!!

I'm programming an inlude of a user exit. If a condition is true I need to exit of standard function without do anything.

The FM is idoc_outout_ordrsp. I don't need to create the idoc if a condition is fulfilled.

Exit or leave programm allow me do it without leave the process or system unstable?

Thx in advance

Hello!!

I'm programming an inlude of a user exit. If a condition is true I need to exit of standard function without do anything.

The FM is idoc_outout_ordrsp. I don't need to create the idoc if a condition is fulfilled.

Exit or leave programm allow me do it without leave the process or system unstable?

Thx in advance

2 REPLIES 2
Read only

Former Member
0 Likes
427

Hi,

you shout work with a rollback and then with an exit.

In this combination you are on the save side.

Regards

Nicole

Read only

former_member582701
Contributor
0 Likes
427

Can you write me an example?