Skip to Content
0
Former Member
Jan 09, 2008 at 02:01 PM

Implementing a check when action is Complete

19 Views

Hello All,

UseCase:

Before a certain Action can be Completed, a check should be performed by a ABAP routine. When The ABAP routine returns 'true' than the Action can be Completed. Otherwise an error should be displayed.

I thought to implement this by a block of type 'post condition loop' where the exit check will be performed by a backgroudn callable object of type RFC.

But this seems to be not be possible since the exit-check can only be performed manually by a decision dialog.

Has anyone a suggestion how to implement this UseCase?

Are there workarounds?

Best regards,

Maarten Rutten