The Function Module BUPH_RULES_GET () is a standard Function Module in SAP ERP and is part of the function group BUPA_HOURS_DIALOG within the package BUPA_HOURS.
Function Module | BUPH_RULES_GET |
Short Text | |
Function Group | BUPA_HOURS_DIALOG |
Package | BUPA_HOURS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_RULE_ID | TYPE | SC_RULEID | Internal Identification of Rules of Periodic Appointments |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_RETURN | LIKE | BAPIRET2 | Messages | |
T_COMBINEDRULE | TYPE | BAPIBUS1006_RULE_R_T | Link Rule | |
T_DAILYRULES | TYPE | BAPIBUS1006_RULE_D_T | Daily Rules | |
T_FIXEDRULES | TYPE | BAPIBUS1006_RULE_T_T | ||
T_MONTHLYRULES1 | TYPE | BAPIBUS1006_RULE_M1_T | Monthly Rules 1 | |
T_MONTHLYRULES2 | TYPE | BAPIBUS1006_RULE_M3_T | Monthly Rules 2 | |
T_WEEKLYRULES | TYPE | BAPIBUS1006_RULE_W_T | Weekly Rules |
This function module does not define any Exceptions.