The Function Module GM_GET_BILLING_RULE (Get GM billing rule) is a standard Function Module in SAP ERP and is part of the function group GMREPPOOL within the package GMMASTERDATA_E.
Function Module | GM_GET_BILLING_RULE |
Short Text | Get GM billing rule |
Function Group | GMREPPOOL |
Package | GMMASTERDATA_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BILLING_RULE | TYPE | GMBRE-BILLING_RULE | Rule used as a Basis for Billing | |
I_LANGUAGE | TYPE | SY-LANGU | SY-LANGU | R/3 System, current language |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BILLING_RULE_TXT | TYPE | GMBRTEXTS-BILLING_RULE_TXT | Billing Rule Description | |
E_F_GMBR | TYPE | GMBR | Billing Rules | |
E_F_GMBRSD | TYPE | GMBRSD | SD OBJECTS for a GRANT |
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 |
---|---|---|---|---|
E_T_GMBRE | LIKE | GMBRE | Billing Rule Elements | |
E_T_GMBRM | LIKE | GMBRM | Rules for Manual Billing |
This function module does not define any Exceptions.