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
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: 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
INCLUDE RPLXXLT0.
INCLUDE RPLXXLT2.
INCLUDE RPLXXLT1.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.