|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BapiInterceptor
Implementations may be registered on the SessionManager and will then be called before and after a function module in SAP is called. The Bapi object itself will be passed to the methods.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |