The Function Module HR_COM_ADDRESS (FB zum Lesen einer Faxnummer bzw. einer Internet-Adresse eines Bewerbers.) is a standard Function Module in SAP ERP and is part of the function group HRCC within the package PBAS.
Function Module | HR_COM_ADDRESS |
Short Text | FB zum Lesen einer Faxnummer bzw. einer Internet-Adresse eines Bewerbers. |
Function Group | HRCC |
Package | PBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FCODE | LIKE | SY-TCODE | Bezeichnung des Adreßtyps 'FAX ' oder 'MAIL' | |
PERNR | LIKE | P0001-PERNR | Bewerbernummer |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COMNR | LIKE | P0105-USRID_LONG | Ausgewählte Faxnummer bzw. Internet-Adresse. |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.