abap - How to suppress to perform a webdynpro-method from the pre-exit -


i want check condition in pre exit method, if condition false have come out of method, without calling original method.

as far know cannot. however, have options:

  1. check original method , see if there variable can set in pre-exit logic in method not processed;
  2. use implicit enhancement @ top of method want skip, put code here planning put in pre-exit;
  3. use overwrite-exit call original method using me->method( ) whenever want call it. if remember correctly have create overwrite option have access global vars.

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -