SAP Reports / Programs

RPLKIAH6 SAP ABAP Report - Data sheet of leaving persons







RPLKIAH6 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 RPLKIAH6 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_LKIA6 - Data sheet of leaving persons


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 RPLKIAH6. "Basic submit
SUBMIT RPLKIAH6 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLKIAH6 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: SIMUL = Simulation
Selection Text: SIMDAT = Date (for simulation)
Selection Text: P_OSZLOP = Print with wide columns?
Selection Text: P_NYENYI = By reference period
Selection Text: P_NORMEV = Retroact. acc. with normal YL
Selection Text: P_INFO = Statistical information
Selection Text: NYJEL = Form code
Selection Text: FORML2 = Continuing form code
Selection Text: FORML = Form code
Selection Text: C_ERRLST = Error list of incomplete data
Selection Text: BI_TYPE = Display processing
Selection Text: BATCH_I = Post data of former work rel.
Title: Data sheet of leaving persons
Text Symbol: 031 = No entry in table & for argument &
Text Symbol: 032 = Employee's birth date not specified (infotype 002)
Text Symbol: 033 = Employee's place of birth not specifed (infotype 002)
Text Symbol: 034 = No entry in table T549A for payroll area:
Text Symbol: 040 = Pers.no.:
Text Symbol: 041 = -
Text Symbol: 100 = The
Text Symbol: 101 = variable val. smaller than
Text Symbol: 102 = !
Text Symbol: 201 = W A R N I N G S
Text Symbol: FRM = FormName
Text Symbol: NYJ = Form code
Text Symbol: SFK = Severe disability q. from - to:
Text Symbol: SFV = -
Text Symbol: 001 = E R R O R L I S T - Incomplete or wrong data.
Text Symbol: 002 = Pers.no.:
Text Symbol: 003 = -
Text Symbol: 004 = E R R O R L I S T - Non-definable variables.
Text Symbol: 005 = W A R N I N G - Too high tax allowance value:
Text Symbol: 006 = W A R N I N G - Following variables cannot be checked:
Text Symbol: 007 = RUN RESULTS
Text Symbol: 008 = W A R N I N G ! - negative difference from previous year:
Text Symbol: 010 = infotype 1 missing
Text Symbol: 011 = infotype 6 missing
Text Symbol: 012 = infotype 175 missing





Text Symbol: 013 = infotype 307 missing
Text Symbol: 014 = infotype 163 missing
Text Symbol: 015 = infotype 2 missing
Text Symbol: 016 = employee name not specified (infotype 001)
Text Symbol: 017 = employee personnel number not specified (infotype 175)
Text Symbol: 018 = employee nationality not specified (infotype 002)
Text Symbol: 019 = Employee's tax number not entered (infotype 163)
Text Symbol: 020 = Variable
Text Symbol: 021 = cannot be defined.
Text Symbol: 022 = cannot be checked.
Text Symbol: 023 = has no infotype 164.
Text Symbol: 024 = Employee's SI number not entered (infotype 164)
Text Symbol: 026 = employee mother's name not specified (infotype 175)
Text Symbol: 027 = employee's maiden name not specified (infotype 175)
Text Symbol: 028 = has no infotype 643
Text Symbol: 030 = Incomplete home address (infotype 006)


INCLUDES used within this REPORT RPLKIAH6

INCLUDE RPLKIAH5.
INCLUDE: RPC2RHH0,
RPC2RX00,
RPPPXD00,
RPPPXD10,
RPC2CD00.
INCLUDE: RPPPXM00,
RPCMGR00.


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:

STRING_CONCATENATE call function 'STRING_CONCATENATE' exporting string1 = row string2 = relevantpernr-pernr importing string = row.

STRING_CONCATENATE call function 'STRING_CONCATENATE' exporting string1 = row string2 = '/' importing string = row.

HRCA_READ_BANK_ADDRESS_2 call function 'HRCA_READ_BANK_ADDRESS_2' exporting bank_country = p0643-banks bank_number = p0643-bankl importing bank_data = ls_bank_data exceptions not_found = 1 others = 2.

HRCA_READ_BANK_ADDRESS_2 call function 'HRCA_READ_BANK_ADDRESS_2' exporting bank_country = p0643-banks bank_number = p0643-bankl importing bank_data = ls_bank_data exceptions not_found = 1 others = 2.

HRCA_READ_BANK_ADDRESS_2 call function 'HRCA_READ_BANK_ADDRESS_2' exporting bank_country = p0643-banks bank_number = p0643-bankl importing bank_data = ls_bank_data exceptions not_found = 1 others = 2.

HR_HU_EMFSL_TO_MNYP call function 'HR_HU_EMFSL_TO_MNYP' exporting iv_emfsl = p0057-emfsl iv_begda = p0057-begda iv_endda = p0057-endda importing ev_mnypk = lv_mnypk exceptions no_mnyp_found = 1 others = 2.

HR_HU_UTOLSO_KILEPES





call function 'HR_HU_UTOLSO_KILEPES' exporting per_nr = pernr-pernr ref_date = pn-endda importing last_fire = lv_fired exceptions not_found = 1 others = 2.

CU_READ_RGDIR call function 'CU_READ_RGDIR' exporting persnr = relevantpernr-pernr tables in_rgdir = lt_rgdir exceptions no_record_found = 1 others = 2.

HR_HU_CD_SELECT_REGULAR call function 'HR_HU_CD_SELECT_REGULAR' tables in_rgdir = lt_rgdir out_rgdir = rgdir.

PYXX_READ_PAYROLL_RESULT call function 'PYXX_READ_PAYROLL_RESULT' exporting clusterid = 'RH' employeenumber = relevantpernr-pernr sequencenumber = lt_inperiode_from-seqnr changing payroll_result = one_py_result exceptions illegal_isocode_or_clusterid = 1 error_generating_import = 2 import_mismatch_error = 3 subpool_dir_full = 4 no_read_authority = 5 no_record_found = 6 versions_do_not_match = 7 others = 8.

ROUND call function 'ROUND' " felfelé kerekítve adódik a lapok száma exporting decimals = 0 input = temp_2 sign = '+' importing output = pages.

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting beg = pn-begda end = pn-endda importing hire_date = hiredat fire_date = firedat tables pp0000 = p0000 "input pp0001 = x0001 "input pphifi = phifi. "output

WS_UPLOAD ** CALL FUNCTION 'WS_UPLOAD' ** EXPORTING ** CODEPAGE = 'ASC' ** FILENAME = FILE3 ** FILETYPE = 'ASC' ** MODE = 'A' ** TABLES ** DATA_TAB = PROCESSED ** EXCEPTIONS ** FILE_OPEN-ERROR = 1 ** OTHERS = 2.

POPUP_TO_DECIDE * CALL FUNCTION 'POPUP_TO_DECIDE' * EXPORTING * DEFAULTOPTION = '1' * TEXTLINE1 = 'Most futtatja előszőr a programot' * TEXTLINE2 = '"éles"-ben (adatok mágneses adat-' * TEXTLINE3 = 'hordozóra mentésével együtt)?' * TEXT_OPTION1 = 'Igen' * TEXT_OPTION2 = 'Nem' * TITEL = 'Fájl megnyitása sikertelen' * IMPORTING * ANSWER = ANSWER.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting defaultoption = '1' textline1 = 'Azok is szerepeljenek a' textline2 = 'listában, akiknek nincs' textline3 = 'adóhátralékuk?' text_option1 = 'Igen' text_option2 = 'Nem' titel = 'Figyelmeztetés' importing answer = only_nn.

HR_HU_GET_DATUMTIPUS_KOD call function 'HR_HU_GET_DATUMTIPUS_KOD' exporting iv_kotyp = 'BV' importing ev_kodfs = sv_jogviszony_vege.

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting beg = pn-begda end = pn-endda importing hire_date = cdatum fire_date = edatum tables pp0000 = p0000 "in pp0001 = x0001 "in pphifi = phifi. "out

HR_HU_GET_DATUMTIPUS call function 'HR_HU_GET_DATUMTIPUS' exporting is_0041 = p0041 iv_datar = sv_jogviszony_vege importing ev_date = lv_jogviszony_vege.

HR_HU_UTOLSO_BELEPES call function 'HR_HU_UTOLSO_BELEPES' exporting per_nr = refpernr-pernr ref_date = simdat importing last_hire = bedatum ev_munkabalepes = lv_munkabalepes * MASSN = * MASSG = exceptions not_found = 1 t5h4e_error = 2 p0041_begda = 3 p0041_future = 4 p0041_sequence = 5 others = 6.

ENQUEUE_E_TABLE call function 'ENQUEUE_E_TABLE' exporting tabname = 'T5H2B' varkey = varkey exceptions foreign_lock = 1 system_failure = 2.

DEQUEUE_E_TABLE call function 'DEQUEUE_E_TABLE' exporting tabname = 'T5H2B' varkey = varkey.

HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting companycode = p0001-bukrs importing address = addr-addrnumber exceptions not_found = 1 others = 2.

ADDR_GET call function 'ADDR_GET' exporting address_selection = addr importing sadr = sadr1 exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.

STRING_CONCATENATE call function 'STRING_CONCATENATE' exporting string1 = t5h4e-kodfs string2 = t5h4e-kmod1 importing string = mp_subty exceptions too_small = 01.

PYXX_GET_EVALUATION_PERIODS call function 'PYXX_GET_EVALUATION_PERIODS' exporting clusterid = 'RH' employeenumber = pernr * BONUS_DATE = inper_modif = permo inper = inper * pay_type = * pay_ident = * READ_ONLY_INTERNATIONAL = tables rgdir = lt_rgdir evaluated_periods = py_results exceptions no_payroll_results = 1 no_entry_found_on_cu = 2 import_error = 3 others = 4 .

PYXX_GET_EVALUATION_PERIODS call function 'PYXX_GET_EVALUATION_PERIODS' exporting clusterid = 'RH' employeenumber = pernr * BONUS_DATE = inper_modif = permo inper = ls_rgdir-inper * pay_type = * pay_ident = * READ_ONLY_INTERNATIONAL = tables * RGDIR = evaluated_periods = lt_results exceptions no_payroll_results = 1 no_entry_found_on_cu = 2 import_error = 3 others = 4.






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