SAP Reports / Programs | Payroll(PY) SAP PY

RPLAMLH1 SAP ABAP Report - Data specification sheet







RPLAMLH1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPLAMLH1 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_M21_RPLAMLH1 - Data definition sheet


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 RPLAMLH1. "Basic submit
SUBMIT RPLAMLH1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLAMLH1 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: P_FORML = Form
Selection Text: P_TBKIF = SI paying office
Title: Data definition sheet
Text Symbol: FRM = Form
Text Symbol: TBK = SI paying off.


INCLUDES used within this REPORT RPLAMLH1

INCLUDE RPCPCAH0.
INCLUDE RPCRMCH0.


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:

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = '21' * BEGDA = * ENDDA = IMPORTING waers = penznem EXCEPTIONS molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 OTHERS = 5.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES error = errortab EXCEPTIONS invalid_linesize = 1 OTHERS = 2.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING p_struct1 = ncale IMPORTING p_struct2 = pcalh.

HR_HU_TAPPENZ_E CALL FUNCTION 'HR_HU_TAPPENZ_E' EXPORTING absty = pcalh-absty IMPORTING tp = tp EXCEPTIONS OTHERS = 1.

HR_HU_TAPPENZ_E CALL FUNCTION 'HR_HU_TAPPENZ_E' " EXPORTING absty = pcalh-absty IMPORTING tp = tp EXCEPTIONS OTHERS = 1.

HR_HU_TBAT_BALESETI_TP_ALAP CALL FUNCTION 'HR_HU_TBAT_BALESETI_TP_ALAP' EXPORTING pernr = pernr-pernr begda = aml-bal_beg endda = aml-bal_end hired = aml-hired IMPORTING jalap = aml-bal_sum.

HR_HU_UTOLSO_BELEPES CALL FUNCTION 'HR_HU_UTOLSO_BELEPES' EXPORTING per_nr = pernr ref_date = max_date IMPORTING last_hire = hired massn = $massn massg = $massg EXCEPTIONS not_found = 1 t5h4e_error = 2 p0041_begda = 3 p0041_future = 4 p0041_sequence = 5 OTHERS = 6.

HR_HU_UTOLSO_KILEPES CALL FUNCTION 'HR_HU_UTOLSO_KILEPES' EXPORTING per_nr = pernr ref_date = ref_date IMPORTING last_fire = kilep_date * MASSN = * MASSG = EXCEPTIONS not_found = 1 OTHERS = 2.

HR_HU_TBAT_JARULEKALAP CALL FUNCTION 'HR_HU_TBAT_JARULEKALAP' EXPORTING pernr = pernr begda = $perbeg endda = $perend hired = hired IMPORTING jalap = $jalap.

HR_HU_TBAT_KIESO_IDO CALL FUNCTION 'HR_HU_TBAT_KIESO_IDO' EXPORTING pernr = pernr begda = irbeg endda = irend hired = hired IMPORTING ndays = $kieso_napok TABLES intervals = kieso.

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING amount = osszeg currency = penznem filler = ' ' language = sy-langu IMPORTING in_words = answer.



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