public interface BapiInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
afterExecution(Object bapiObject)
Will be called after the function module is called in SAP.
|
void |
beforeExecution(Object bapiObject)
Will be called before the function module is called in SAP.
|
void beforeExecution(Object bapiObject)
bapiObject - The Bapi object as provided by the application code.void afterExecution(Object bapiObject)
bapiObject - The Bapi object as provided by the application code.Copyright © 2017 akquinet tech@spree GmbH. All Rights Reserved.