RPLEPHF0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Labor Dispute Elections This program enables you to establish the list of employees appointed as voters and eligible for the elections with mention of their electoral college...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPLEPHF0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M06_LEPH - Labor court election
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: R_AFFSAL = Display by employee
Selection Text: R_AGE_EC = Age (in years) is less than
Selection Text: R_COL_E = College of employers
Selection Text: R_COL_EX = "Collège" of those excluded
Selection Text: R_COL_S = College of employees
Selection Text: R_EX_EMP = Exclude employers
Selection Text: R_FICH = File name and path
Selection Text: R_TYPEMP = Type of employer
Selection Text: SIRET = SIRET sender branch
Selection Text: S_DOMIC = Registered domicile
Selection Text: S_ELEABS = Types of absence
Selection Text: S_ELECAT = Employee categories
Selection Text: S_ELECTR = Types of contract
Selection Text: S_ELEMAT = Personnel nos.
Selection Text: S_ELEMES = Actions/reasons
Selection Text: S_ELEPRE = Presence types
Selection Text: S_ELESTA = Status of employees
Selection Text: R_AFFCHG = D .
Selection Text: R_DATELE = D .
Selection Text: R_SIRET = D .
Selection Text: S_DOM_EL = D .
Title: Labor Court elections
Text Symbol: EXC = Exclusion
Text Symbol: ETA = Branch
Text Symbol: ERR = CONTRACT ERROR
Text Symbol: ENC = Executives
Text Symbol: ELE = Voter
Text Symbol: EJS = EE excl.
Text Symbol: EJM = Employees excluded
Text Symbol: EFJ = Reason for exclusion from employee list
Text Symbol: EEM = Employers will not be declared
Text Symbol: ECL = Electoral college code does not match the values given
Text Symbol: ECJ = Reason for exclusion for voters list
Text Symbol: DOM = Domicile
Text Symbol: DIV = Other activities
Text Symbol: COM = Commerce
Text Symbol: COL = College
Text Symbol: FIC = Data for digital file
INCLUDE RPLEPHFA.
No SAP DATABASE tables are accessed within this REPORT code!
HR_FR_GET_CONTRACT call function 'HR_FR_GET_CONTRACT' exporting p_pernr = pernr-pernr p_begda = p_begda p_endda = p_endda importing p_contrat = p_contrat-id " code du contrat p_text = p_contrat-text " libellé p_durat = p_contrat-durat " durée du contrat tables t0001 = g_tab_t0001 exceptions error = c_contr_infty 5f42_empty = c_contr_t5f42 511k_empty = c_contr_t511k others = 0.
HR_FR_GET_PRORATA * call function 'HR_FR_GET_PRORATA' * exporting * p_pernr = pernr-pernr * p_begda = p_begda * p_endda = p_endda * p_contract = p_contrat * importing * p_prorata = p_eff_prorata * tables * t0000 = g_tab_t0000 * t0001 = g_tab_t0001 * exceptions * error = c_prorata_infty * no_active = c_prorata_inactif * error_reading_t5f1p = c_prorata_t5f1p ** Le contrat a déjà été déterminé.
HR_FR_GET_QUALIFICATION call function 'HR_FR_GET_QUALIFICATION' exporting p_pernr = pernr-pernr p_begda = r_datele p_endda = r_datele importing p_text = p_qualtx tables t0001 = g_tab_t0001 exceptions error = 0 0001 = 0 0217 = 0 t511k = 0 others = 0.
HR_FR_GET_WERKS_BTRTL call function 'HR_FR_GET_WERKS_BTRTL' exporting p_siren = siren p_numic = numic tables i5f1p = i5f1p exceptions siren_is_initial = 1 others = 2.
CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = pfru0_c_logic_name_out_list parameter_1 = sy-repid CHANGING physical_filename = pv_fich EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RPLEPHF0 or its description.