Menu

SAP Function Module SRM_SP_HRPA_SEARCH_INFOTYPE

Suche nach Personalnummer, Inftyp, Subtyp über Popups

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module SRM_SP_HRPA_SEARCH_INFOTYPE (Suche nach Personalnummer, Inftyp, Subtyp über Popups) is a standard Function Module in SAP ERP and is part of the function group SRM_SP_HRPA within the package SRM_SP_HR.

Technical Information

Function Module SRM_SP_HRPA_SEARCH_INFOTYPE
Short Text Suche nach Personalnummer, Inftyp, Subtyp über Popups
Function Group SRM_SP_HRPA
Package SRM_SP_HR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IM_INFTY_CONTEXT_TAB TYPE SRMHR_ITST_TAB Infotypenliste aus Kontextparametern
IM_IS_BLANK_PERS_FILE TYPE BOOLEAN Empty Personnel Record?
IM_IS_PERS_FILE TYPE BOOLEAN Personnel Record ?
IM_RFC_DESTINATION TYPE STRING RFC Destination

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EX_FIRSTNAME TYPE STRING Employee's First Name
EX_INFOTYPE TYPE STRING Infotype
EX_INFTYTEXT TYPE STRING Infotype Text
EX_IS_CURRENT_INFTY TYPE BOOLEAN Current Infotype? Otherwise Key Date
EX_LASTNAME TYPE STRING Employee's Last Name
EX_SELECTDATE TYPE STRING Key Date
EX_SUBTYPE TYPE STRING Subtype
EX_SUBTYTEXT TYPE STRING Subtype Text

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CH_PERNO TYPE STRING Personnel Number

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
SRM_CANCELLED_BY_USER Suche durch Anwender abgebrochen
SRM_UNEXPECTED_ERROR Unexpected Error