The Function Module HR_BE_READ_INSTITUTION_CODES (Retrieve all Institutions belonging to the given group) is a standard Function Module in SAP ERP and is part of the function group HRPAYBE_READINSTITUTIONS within the package PB12.
Function Module | HR_BE_READ_INSTITUTION_CODES |
Short Text | Retrieve all Institutions belonging to the given group |
Function Group | HRPAYBE_READINSTITUTIONS |
Package | PB12 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_DATE | TYPE | D | Date | |
IM_INSTGR | TYPE | P_99S_INSTGR | Institutional group | |
IM_LANGUAGE | TYPE | SPRAS | Language |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_INSTITUTIONS | TYPE | PBE04_TAB_INST | Institutions belonging to the given group | |
EX_RETURNCODE | TYPE | SY-SUBRC | Return Value, Return Value After ABAP Statements |
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.