The Function Module HR_GET_JOBS_FOR_POSTING (Get job title/description for posting externally) is a standard Function Module in SAP ERP and is part of the function group EH1030 within the package PC10.
Function Module | HR_GET_JOBS_FOR_POSTING |
Short Text | Get job title/description for posting externally |
Function Group | EH1030 |
Package | PC10 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ADVERT_DESCR | TYPE | XFELD | Use advertisment for job text | |
FROM | LIKE | T528T-ENDDA | Vacancy valid from | |
POSITION_DESCR | TYPE | XFELD | Use position description for job text | |
TO | LIKE | T528T-ENDDA | Vacancy valid to | |
VACANCY | LIKE | T750X-OBJID | Vacancy code |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
JOB_TITLE | LIKE | T528T-PLSTX | Job title | |
LINENAME | LIKE | P0001-ENAME | Hiring/line manager name | |
LINEPERSONNELID | LIKE | P0001-PERNR | Hiring/line manager id | |
ORGUNITNAME | LIKE | P1000-STEXT | Org unit name | |
PERSONNELAREANAME | LIKE | T503T-PTEXT | Personnel area name | |
PERSONNELSUBAREANAME | LIKE | T001P-BTEXT | Personnel subarea name | |
REFADMGRP | LIKE | T526-WERKS | Administrator Group | |
REFADMIN | LIKE | T526-SACHX | Admin ID. for recruiter | |
REFNAME | LIKE | P0001-ENAME | Recruiter name | |
REFPERSONNELID | LIKE | P0001-PERNR | Recruiter personnel id |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
JOB_TEXT | LIKE | TLINE | Text line |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_AD_FOR_VAC | No advertisement references this cacancy |
NO_INSTRUM_CUSTOM | No ad. instrument customizing present |
TEXT_NOT_FOUND | Text description not found |
TITLE_NOT_FOUND | Job title not found |
VAC_NOT_FOUND | Vacancy not found |