SAP Reports / Programs | Personnel Management | Personnel Administration | Austria(PA-PA-AT) SAP PA

RPLAEBA0 SAP ABAP Report - Create Work and Remuneration Confirmations for Sick Pay/Maternity Pay







RPLAEBA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report you can maintain an overview of employees who require or who have already received a Work and Remuneration Confirmation...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 RPLAEBA0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M03_LAEBA0 - Work and Remun. Confirm. for SP/MP


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPLAEBA0. "Basic submit
SUBMIT RPLAEBA0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLAEBA0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PA_VARIA = D .
Title: Create Work and Remuneration Confirmations for Sick Pay/Maternity Pay
Text Symbol: S13 = @8Q@ End of Continued Pay On
Text Symbol: S08 = Infotype Record Successfully Deleted
Text Symbol: S07 = To delete data, press the Delete function key.
Text Symbol: S06 = Infotype Record Not Found
Text Symbol: S05 = Infotype Record Does Not Match Absences
Text Symbol: S04 = ELDA Data Record Created
Text Symbol: S03 = ELDA Data Record Not Created Yet
Text Symbol: S02 = 'Full Pay Until' Does Not Match
Text Symbol: S01 = Infotype Record Does Not Exist Yet
Text Symbol: L10 = New
Text Symbol: L09 = Incomplete
Text Symbol: L08 = Completed
Text Symbol: L07 = Infotype Record Locked for Changes
Text Symbol: L06 = Display Infotype Record
Text Symbol: L05 = Delete Infotype Record
Text Symbol: L04 = Change Infotype Record
Text Symbol: L03 = Create Infotype Record
Text Symbol: L02 = To
Text Symbol: L01 = Data Sel. Period:
Text Symbol: E01 = ELDA: Maintenance Error in Table
Text Symbol: B01 = Infotype and ELDA Record


INCLUDES used within this REPORT RPLAEBA0

INCLUDE RPPPXD10.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_select processed = g_proces rejected = g_reject.

HR_ALV_LIST_DISPLAY CALL FUNCTION 'HR_ALV_LIST_DISPLAY' EXPORTING current_report = g_repid data_structure = 'RPLAEBA0L' list_title = sy-title list_title2 = list_title_2 hr_display_error_list = 'X' hr_display_stat_list = 'X' variant = pa_varia status_fieldname = 'STATUS' mark_fieldname = 'MARKED' callback_button1 = 'CB_IT_ERSTELLEN' text_button1 = text-b01 TABLES data_tab = i_alv_tab EXCEPTIONS OTHERS = 0.

ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING mode_prel = 'X' pernr = i_alv_tab-pernr EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

HR_INFOTYPE_OPERATION * CALL FUNCTION 'HR_INFOTYPE_OPERATION' * EXPORTING * infty = '0526' * number = i_alv_tab-pernr * subtype = '70' ** OBJECTID = ** LOCKINDICATOR = * validityend = i_alv_tab-endda * validitybegin = i_alv_tab-begda ** RECORDNUMBER = * record = i0526 * operation = 'INS' ** TCLAS = 'A' * dialog_mode = '2' ** NOCOMMIT = ** VIEW_IDENTIFIER = ** SECONDARY_RECORD = * IMPORTING * return = return * key = pa_key.

DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING mode_prel = 'X' pernr = i_alv_tab-pernr.

HR_ALV_LIST_REFRESH CALL FUNCTION 'HR_ALV_LIST_REFRESH'. "Liste neu ausgeben.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '0526' number = p_w0526-pernr subtype = p_w0526-subty objectid = p_w0526-objps * LOCKINDICATOR = validityend = p_w0526-endda validitybegin = p_w0526-begda * RECORDNUMBER = record = p_w0526 operation = p_operation * TCLAS = 'A' dialog_mode = '2' * NOCOMMIT = * VIEW_IDENTIFIER = * SECONDARY_RECORD = IMPORTING return = l_return key = p_pakey .

DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING mode_prel = 'X' pernr = i_alv_tab-pernr.

ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING mode_prel = 'X' pernr = i_alv_tab-pernr EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING * TCLAS = 'A' pernr = p_pernr infty = '0526' subty = p_subty sprps = ' ' begda = p_begda endda = p_endda bypass_buffer = 'X' * NO_AUTH_CHECK = ' ' * IMPORTING * MISSING_AUTH = TABLES infty_tab = p_pnnnn EXCEPTIONS * INFTY_NOT_FOUND = 1 * INVALID_INPUT = 2 others = 3 .

HR_AT_GET_PART_APPL CALL FUNCTION 'HR_AT_GET_PART_APPL' EXPORTING reportname = g_repid IMPORTING appl = l_org_in-appl EXCEPTIONS OTHERS = 4.

HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' EXPORTING org_in = l_org_in IMPORTING lohnb_data = t5a0a EXCEPTIONS OTHERS = 4.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = p_bukrs IMPORTING comp_name = p_butxt EXCEPTIONS OTHERS = 4.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_CREATE' info = text-l03 add_stdinf = ' ' IMPORTING RESULT = c_insert EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_CHANGE' info = text-l04 add_stdinf = ' ' IMPORTING RESULT = c_modify EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DELETE' info = text-l05 add_stdinf = ' ' IMPORTING RESULT = c_delete EXCEPTIONS OTHERS = 0.

ICON_CREATE





CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY' info = text-l06 add_stdinf = ' ' IMPORTING RESULT = c_display EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LOCKED' info = text-l07 add_stdinf = ' ' IMPORTING RESULT = c_locked EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' info = text-l08 add_stdinf = ' ' IMPORTING RESULT = c_green EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_YELLOW_LIGHT' info = text-l09 add_stdinf = ' ' IMPORTING RESULT = c_yellow EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_RED_LIGHT' info = text-l10 add_stdinf = ' ' IMPORTING RESULT = c_red EXCEPTIONS OTHERS = 0.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH' EXPORTING I_WITH_ERR_AND_STAT_LIST = space I_KEEP_CATEG = 'X' EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING I_RELATKEY = obj_pal_log->c_root_node I_NODE_TXT = sy-title I_CATEG_ID = c_pal_categids-akaw IMPORTING E_NODE_KEY = obj_pal_log->g_node_key EXCEPTIONS OTHERS = 99.

HR_PAL_STATS_STANDARD_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_STANDARD_MSG_ADD' EXPORTING i_selected_ee = g_select i_successful_ee = g_proces i_erroneous_ee = g_reject EXCEPTIONS OTHERS = 99.



Contribute (Add Comments)

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 RPLAEBA0 or its description.