Menu

SAP Function Module HRCM_SAL_STRUC_GET

Read interval limits and midpoint for salary type 'salary'

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module HRCM_SAL_STRUC_GET (Read interval limits and midpoint for salary type 'salary') is a standard Function Module in SAP ERP and is part of the function group HRCMP00GENERAL within the package PCMP.

Technical Information

Function Module HRCM_SAL_STRUC_GET
Short Text Read interval limits and midpoint for salary type 'salary'
Function Group HRCMP00GENERAL
Package PCMP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CRVAR LIKE 'D' L': level , 'G':group , 'D': T77s0-flag
CURRENCY TYPE WAERS Currency unit in IT0008
DATUM LIKE SY-DATUM Key date
IT0001 LIKE P0001 Infotype IT0001
IT0008 LIKE P0008 Infotype IT0008
IT0008_SUBTY LIKE P0008-SUBTY '0 ' Subtype for IT0008
MOLGA TYPE MOLGA Country grouping
PERNR LIKE PERNR-PERNR Personal number
REACTION LIKE SY-MSGTY SPACE Error reaction code
ZEINH_OUT TYPE T549R-ZEINH Frequency unit to convert in

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SSMAX TYPE CMP_SAL_STRUC_MAX Maximum of salary range
SSMID TYPE CMP_SAL_STRUC_MID Midpoint of salary range
SSMIN TYPE CMP_SAL_STRUC_MIN Minimum of salary range
SUBRC LIKE SY-SUBRC Optional reaction

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERROR_TABLE LIKE RPBENERR Optional error table

Exceptions

This function module does not define any Exceptions.