Menu

SAP Function Module HRBAS_STRUCTURE_READ_OBJECT

The Function Module HRBAS_STRUCTURE_READ_OBJECT () is a standard Function Module in SAP ERP and is part of the function group RHAS within the package SP00.

Technical Information

Function Module HRBAS_STRUCTURE_READ_OBJECT
Short Text
Function Group RHAS
Package SP00
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
HRBAS_BEGDA LIKE PLOG-BEGDA SY-DATUM Start Date
HRBAS_CHECK_AUTH LIKE HRRHAS-AUTHY 'X' Indicator: Authorization
HRBAS_ENDDA LIKE PLOG-ENDDA SY-DATUM End Date
HRBAS_ISTAT LIKE PLOG-ISTAT SPACE Planning Status
HRBAS_LANGU LIKE SY-LANGU SY-LANGU SAP R/3 System, Current Language
HRBAS_OBJID LIKE PLOG-OBJID Object ID
HRBAS_OTYPE LIKE PLOG-OTYPE Object Type
HRBAS_PLVAR LIKE PLOG-PLVAR Plan Version
HRBAS_REALO LIKE OBJEC-REALO SPACE Extended object ID

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
HRBAS_HISTO LIKE PLOG-HISTO Historical record flag
HRBAS_IS_OK TYPE BOOLE_D Data Element for Domain BOOLE: TRUE (-'X') and FALSE (-' ')
HRBAS_OBEG LIKE PLOG-BEGDA Start Date
HRBAS_OEND LIKE PLOG-ENDDA End Date
HRBAS_OSTAT LIKE PLOG-ISTAT Planning Status
HRBAS_SHORT LIKE P1000-SHORT Object Abbreviation
HRBAS_STEXT LIKE P1000-STEXT Object Description
HRBAS_TLANGU LIKE P1000-LANGU Language Key

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.