RPCSTMHI 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 RPCSTMHI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M21_RPCSTMHG2 - PC00_M21_RPCSTMHG2
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: GY_TOLIG = Personal area total
Selection Text: ME_TOLIG = Detailed for counties
Selection Text: P_MEGSZ = Cancel
Selection Text: P_MODOS = Change
Selection Text: P_TULORA = From it overtime hours
Selection Text: P_UJBEJ = New entry
Selection Text: S_ALLE = From it:to off payr.st.(6,c)
Selection Text: S_ALLK = From it:to off payr.st.(6,b)
Selection Text: S_ALL_PJ = From it:to off payr.st.(6,d)
Selection Text: S_A_SZJA = From it:to off payr.st.(6,c)
Selection Text: S_BEDOLG = Outworkers (for non full-time)
Selection Text: S_CSALAD = Other persons employed
Selection Text: S_EGYEB = Other work earnings
Selection Text: S_E_SZJA = Benef. in kind (empl.tax paid)
Selection Text: S_KERES = Total earnings from empl. rel.
Selection Text: S_KIEG_E = row 1.9 column c:
Selection Text: S_KIEG_O = row 1.9 column b:
Selection Text: S_K_SZJA = Suppl. earnings, etc.
Selection Text: S_MUNKAO = Hours worked
Selection Text: S_PJ = Premium, gratuity, etc.
Selection Text: S_SZAKMK = Apprentices
Selection Text: S_TOVABB = Persons in further empl. rel.
Title: Monthly personnel report 2003
Text Symbol: VAV = OR (if there is no client total)
Text Symbol: ARA = HUF amount won't be reduced
Text Symbol: BAT = In batch running if entry to be saved already exists:
Text Symbol: BED = Statistical codes
Text Symbol: BER = Wage types in the list
Text Symbol: BL0 = Selection by FEOR
Text Symbol: BL3 = List display control
Text Symbol: EZB = by personal area
Text Symbol: FEF = Standard FEOR-1 manual
Text Symbol: FES = Standard FEOR-1 white collar
Text Symbol: HYP = -
Text Symbol: LEO = Hours performed
Text Symbol: LIS = Listing criteria:
Text Symbol: M01 = Manual full-time workers' performed hours with o.time hours
Text Symbol: M02 = White collar full-time workers' performed hours with o.time hours
INCLUDE RPC2RHH0. "PL2 MAGYAR
INCLUDE RPPPXD10.
INCLUDE RPPPDR00.
INCLUDE RPCLST00.
INCLUDE RPCLPC00.
INCLUDE RPCFPCH0.
INCLUDE RPCSTMHJ.
No SAP DATABASE tables are accessed within this REPORT code!
HR_HU_CD_SELECT_REGULAR CALL FUNCTION 'HR_HU_CD_SELECT_REGULAR' TABLES IN_RGDIR = TMP_RGDIR OUT_RGDIR = RGDIR.
HR_HU_TART_TAV_IDOSZAK_2001 CALL FUNCTION 'HR_HU_TART_TAV_IDOSZAK_2001' EXPORTING REF_BEGIN = TART_KEZD_DAT_ELOZO_HO REF_END = TART_KEZD_DAT_ELOZO_NAP PER_NR = PERNR-PERNR TABLES PERM_PER = PERM_PER EXCEPTIONS BAD_DATES = 1 T554S_ERROR = 2 OTHERS = 3.
HR_HU_TART_TAV_IDOSZAK_2001 CALL FUNCTION 'HR_HU_TART_TAV_IDOSZAK_2001' EXPORTING REF_BEGIN = TARTOMANY_KEZDO_DATUM REF_END = TARTOMANY_ZARO_DATUM PER_NR = PERNR-PERNR TABLES PERM_PER = PERM_PER EXCEPTIONS BAD_DATES = 1 T554S_ERROR = 2 OTHERS = 3.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = ENQTABLE_ID VARKEY = ENQKEY EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = '01' OBJECT = 'T5H7O_NR' * QUANTITY = E03 * SUBOBJECT = E04 * TOYEAR = E05 IMPORTING NUMBER = T5H7O-LFNMR * QUANTITY = I02 * RETURNCODE = I03 EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_INTERN = 02 OBJECT_NOT_FOUND = 03 QUANTITY_IS_0 = 04.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '1' TEXTLINE1 = TXT1 TEXTLINE2 = TXT2 TEXTLINE3 = TXT3 TEXT_OPTION1 = OPT1 TEXT_OPTION2 = OPT2 TITEL = TITLE IMPORTING ANSWER = ANSWER.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '1' TEXTLINE1 = TXT1 TEXTLINE2 = TXT2 TEXTLINE3 = TXT3 TEXT_OPTION1 = OPT1 TEXT_OPTION2 = OPT2 TITEL = TITLE IMPORTING ANSWER = ANSWER.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '1' TEXTLINE1 = 'Vannak nem mentett jelentések.'
RP_BUILD_PSP CALL FUNCTION 'RP_BUILD_PSP' EXPORTING INPUT = PTPRG_STRUCT BEGDA = RMC_BEGDA ENDDA = RMC_ENDDA ERROR = '0' ACTIV = '1' IMPORTING OUTPUT = PTPRG_STRUCT TABLES I550AN = I550AN I550AO = I550AO I550PN = I550PN I550PO = I550PO PP0000 = M0000 PP0001 = M0001 PP0002 = M0002 PP0007 = M0007 PP2001 = M2001 PP2002 = M2002 PP2003 = M2003 PPSP = P2051_RESULT.
RP_EVALUATION_PERIODS CALL FUNCTION 'RP_EVALUATION_PERIODS' EXPORTING LAST_DAY_IN_PERIOD = LAST_DAY_IN_PERIOD RETROCALCULATED_DAY = RRDATE LAST_CALCULATED_DAY = LAST_DAY_CALC TABLES DIR = RGDIR EVP = EVP EXCEPTIONS RGDIR_EMPTY = 8.
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 RPCSTMHI or its description.