The Function Module DB6_PM_GETENV (DB6: Read Environment) is a standard Function Module in SAP ERP and is part of the function group SDB6PM within the package STU6.
Function Module | DB6_PM_GETENV |
Short Text | DB6: Read Environment |
Function Group | SDB6PM |
Package | STU6 |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CONNECTION | LIKE | DBCON-CON_NAME | Logical name for a database connection | |
ENV_NAME | TYPE | DB6PATH | Name of environment variable |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ENV_LOCATION | TYPE | DB6PATH | Location where value was read | |
ENV_VALUE | TYPE | DB6PATH | Value of environment variable |
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 |
---|---|
C_CALL_FAILED | error at processing of C call to DB collector RDI |
ENV_NOT_SET | Environment not set |