The Function Module BAPI_XBP_NEW_FUNC_CHECK (Reads, set, and clears status of the new function) is a standard Function Module in SAP ERP and is part of the function group SXBP within the package SXMI.
Function Module | BAPI_XBP_NEW_FUNC_CHECK |
Short Text | Reads, set, and clears status of the new function |
Function Group | SXBP |
Package | SXMI |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXTERNAL_USER_NAME | LIKE | BAPIXMLOGR-EXTUSER | XMI logging: Name of user in external management tool | |
INTERCEPTION_ACTION | TYPE | CHAR1 | A flag that specifies an action on interception | |
PARENTCHILD_ACTION | TYPE | CHAR1 | A flag that specifies an action on parent-child |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INTERCEPTION | TYPE | CHAR1 | Current state of interception function | |
PARENTCHILD | TYPE | CHAR1 | Current state of parent-child function | |
RETURN | LIKE | BAPIRET2 | Return Parameters |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.