SAP Function SMB_UIE_CA_GET_BFUNC_STATUS - Get the status of requested business function

Parameter Reference Type Length Default Optional Text
IV_BFUNCTION SFW_BFUNCTION C 30 Business Function

Parameter Reference Type Length Text
EV_BFUN_STATUS INT1 b 1 Byte Value

Functionality
This function module can be used to know the status of the businessfunction.
Example
Input ,,,,-,,IV_BFUNCTION FIN_FSCM_BNK
Output,,-,,EV_BFUN_STATUS 1
Notes
o,,Authorizations required for the FM.
o,,This method works with buffering. This means that other changemethods of instances created/changed by this ,,method can be executed inthe same LUW, without a prior posting being necessary.
o,,The output parameter EV_BFUN_STATUS returns 1 incase input param isfound active. Else the return value ,,will be 0.
o,,This function module acts as a wrapper for existing function module -SFW_GET_ACTIVE_BF.
Further information