Menu

SAP Function Module ESS_FOTO_BIRTHDAY

Benutzerspezifische Daten auf der Datenbank speichern

The Function Module ESS_FOTO_BIRTHDAY (Benutzerspezifische Daten auf der Datenbank speichern) is a standard Function Module in SAP ERP and is part of the function group HR_ESS_MINIAPP within the package PWWW.

Technical Information

Function Module ESS_FOTO_BIRTHDAY
Short Text Benutzerspezifische Daten auf der Datenbank speichern
Function Group HR_ESS_MINIAPP
Package PWWW
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_LANGUAGE TYPE CHAR2 'DE' Datum und Zeit, Lokales Datum des Benutzers
I_PICTUREURL TYPE ESSOPTIONS-PICTUREURL Text, 255 Zeichen
I_SH_BIRTHDAY TYPE FLAG_X 'X' 'X' --> Zeige Birthday ,falls gegeben
I_USER_NAME TYPE SY-UNAME SY-UNAME R/3-System, Anmeldename des Benutzers

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_BIRTHTEXT TYPE TEXT452 Text, 255 Zeichen
E_PICTUREURL TYPE ESSOPTIONS-PICTUREURL Text, 255 Zeichen
E_RETURN_CODE TYPE SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen
E_SH_BIRTHDAY TYPE FLAG_X 'X' --> hat Geburtstag
E_USER_NAME TYPE SY-UNAME R/3-System, Anmeldename des Benutzers

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.