The Function Module HR_99S_GET_GROUP_TYPES (Returns the Form Group fixed type) is a standard Function Module in SAP ERP and is part of the function group HR99S00_FORMS within the package P99S.
Function Module | HR_99S_GET_GROUP_TYPES |
Short Text | Returns the Form Group fixed type |
Function Group | HR99S00_FORMS |
Package | P99S |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BEGDA | TYPE | D | SY-DATUM | Begin date |
I_ENDDA | TYPE | D | SY-DATUM | End date |
I_FOGROUP | TYPE | HR99S_FOGROUP | Form Group |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FOGREXC | TYPE | HR99S_FTGROUPEX | Output form type (reporting) | |
E_GTYPE_TAB | TYPE | P99SF_GTYPE_TAB | Table of default form types for the Group |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
GROUP_NAME_NOT_FOUND | Group does not exist |
NO_FIXED_GROUP_TYPE | Forms into Group can be individually typed |
NO_GROUP_TYPE_FOUND | No output type for form group found |