SAP Reports / Programs | Payroll(PY) SAP PY

RPCEVIT1 SAP ABAP Report - Status for emploees







RPCEVIT1 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 RPCEVIT1 into the relevant SAP transactions such as SE38 or SE80


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 RPCEVIT1. "Basic submit
SUBMIT RPCEVIT1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCEVIT1 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: IT2_153 = 'X' Cizinec dle IT153 /' ' IT2
Selection Text: H_COUNT = Number fields in header
Selection Text: DETAIL = Display items
Selection Text: ARITM = Nový výpoèet ev.poètu zamìst.
Selection Text: VALU13 = Value ranges
Selection Text: VALU12 = Value ranges
Selection Text: VALU11 = Value ranges
Selection Text: VALU10 = Value ranges
Selection Text: VALU09 = Value ranges
Selection Text: VALU08 = Value ranges
Selection Text: VALU07 = Value ranges
Selection Text: VALU20 = Value ranges
Selection Text: VALU19 = Value ranges
Selection Text: VALU18 = Value ranges
Selection Text: VALU17 = Value ranges
Selection Text: VALU16 = Value ranges
Selection Text: VALU15 = Value ranges
Selection Text: VALU14 = Value ranges
Selection Text: REKAP = Display recapitulation
Selection Text: P_LVTEMP = Variant for table
Selection Text: P_ALV = Output to table
Selection Text: PRESNE = Zvý¹. pøesnost výpoètu EvStav
Selection Text: PAR_LINE = Number columns witout recurr.
Selection Text: PAR01 = Dítì - subtyp
Selection Text: KIDS_IT2 = Child. 0002 is over 0021
Selection Text: VALU06 = Value ranges
Selection Text: VALU05 = Value ranges
Selection Text: VALU04 = Value ranges
Selection Text: VALU03 = Value ranges
Selection Text: VALU02 = Value ranges
Selection Text: VALU01 = Value ranges
Selection Text: TITLE2 = List header
Title: Status for emploees
Text Symbol: V10 = Select KZAM cod
Text Symbol: ZEN = Fem.
Text Symbol: MUZ = Man
Text Symbol: PHM = M
Text Symbol: PHZ = F





Text Symbol: S01 = Opatø. pro mat.dovolenou: Druh
Text Symbol: S02 = Reasn
Text Symbol: S03 = Opatø. pro dal¹í mat.dov.: Druh
Text Symbol: V09 = Select sex for output
Text Symbol: E01 = Tab T5T4D is alloved max.numb. parameters
Text Symbol: BR2 = Ve fyz.os ®eny PoèZkr Zkrácení Pøepoètený ®eny Mladistvi Celkem EU ne EU Ve st. ®eny Mlad. Ciz. EU NeEU
Text Symbol: BR1 = Prùmìrné evidenèní stavy C i z i n c i K poslednímu dni
Text Symbol: BI2 = Od Do období Ved stavu Úvazek stavu ¾eny stav stav ¾eny Mlad. Celkem EU Ne EU
Text Symbol: BI1 = Období Délka Hl. Ve fyz V pøep Z toho Fyz. Pøep Z toho C i z i n c i
Text Symbol: 001 = Poèet dìtí pro urèení dùchodového vìku ¾en
Text Symbol: 000 = EVIDENÈNÍ STAV PRACOVNÍKÙ V OBDOBÍ &1-&2
Text Symbol: ER1 = Missing clearance results for personal number and period:
Text Symbol: ER0 = Calendar for pers. number was not generated:
Text Symbol: E06 = Zadejte dùvod opatøení pro dal¹í mat.dovolenou.
Text Symbol: E05 = Zadejte druh opatøení pro dal¹í mat.dovolenou.
Text Symbol: E04 = Zadejte dùvod opatøení pro mateøskou dovolenou.
Text Symbol: E03 = Zadejte druh opatøení pro mateøskou dovolenou.
Text Symbol: E02 = New page can be triggered only by a field p


INCLUDES used within this REPORT RPCEVIT1

INCLUDE RPLXXLT0.
INCLUDE RPLXXLT2.
INCLUDE RPLXXLT1.


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_CZ_REGISTRATION_STATUS_EMPL CALL FUNCTION 'HR_CZ_REGISTRATION_STATUS_EMPL' EXPORTING PERNR = PERNR-PERNR FROM_DATE = PN-BEGDA TO_DATE = PN-ENDDA IMPORTING SEX = P_SEX LAST_DAY = P_LAST_DAY P_P_ERA = P_P_P_ERA VPP = P_VPP MASSG = P_MASSG TABLES OUT_STATUS = E_STATUS ERR_TAB = ERROR_GET P0000 = P0000 P0001 = P0001 P0002 = P0002 P0007 = P0007 P0016 = P0016 P0031 = P0031 P0121 = P0121 P0153 = P0153 EXCEPTIONS * PERNR_NO_MONTH_RESULT = 1 "csbs290807 CM PERNR_NO_CALENDAR = 1 "csbs290807 CM OTHERS = 2.

HR_CZ_SENIORITY_AGE CALL FUNCTION 'HR_CZ_SENIORITY_AGE' EXPORTING KIDS_IT2 = KIDS_IT2 DATE = PN-ENDDA "csbs110809 IMPORTING SEN_DATE = DATUM TABLES P0002 = P0002 P0021 = P0021 P0041 = P0041 21SUB = PAR01 EXCEPTIONS OTHERS = 1.

COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING FIRST_DATE = P0002-GBDAT SECOND_DATE = E_STATUS-ENDDA MODIFY_INTERVAL = ' ' IMPORTING YEARS_BETWEEN_DATES = AGE.

HRCZ_POPUP_WITH_TABLE_DISPLAY CALL FUNCTION 'HRCZ_POPUP_WITH_TABLE_DISPLAY' EXPORTING ENDPOS_COL = 55 ENDPOS_ROW = 10 STARTPOS_COL = 35 STARTPOS_ROW = 6 TITLETEXT = TEXT-V09 IMPORTING CHOISE = CHOICE TABLES VALUETAB = IT EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.

HRCZ_POPUP_WITH_TABLE_DISPLAY CALL FUNCTION 'HRCZ_POPUP_WITH_TABLE_DISPLAY' EXPORTING ENDPOS_COL = 65 ENDPOS_ROW = 20 STARTPOS_COL = 15 STARTPOS_ROW = 6 TITLETEXT = TEXT-V10 IMPORTING CHOISE = CHOICE TABLES VALUETAB = IT EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING DISPLAY = DISPLAY FIELDNAME = FNAM TABNAME = TNAM IMPORTING SELECT_VALUE = CHD_VALUE TABLES FIELDS = IHELP_FIELDS VALUETAB = HELPTAB EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.



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