RPCMSAHC 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 RPCMSAHC 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: P_AERDEK = Government interest
Selection Text: P_EI_FEO = Paid lunch times (FEOR)
Selection Text: P_ISK_1 = School code
Selection Text: P_ISK_2 = School code
Selection Text: P_ISK_3 = School code
Selection Text: P_ISK_4 = School code
Selection Text: P_ISK_5 = School code
Selection Text: P_ISK_6 = School code
Selection Text: P_ISK_7 = School code
Selection Text: P_ISK_8 = School code
Selection Text: P_ISK_9 = School code
Selection Text: P_KERDEK = Foreign interest
Selection Text: P_KSZ_A = Industrial collect. agreement
Selection Text: P_KSZ_M = CA based on other concept
Selection Text: P_KSZ_SZ = CA valid for organisation
Selection Text: P_KTGVIT = Budget institute
Selection Text: P_MSZ_EG = Work contract: else
Selection Text: P_MSZ_HI = Work contract: fixed-term
Selection Text: P_MSZ_SZ = Apprentice statistical code
Selection Text: P_SZAKAG = Industry sector
Selection Text: P_TBER = Incentive wage earners
Selection Text: P_TSZ = Company master no.
Selection Text: P_TULORA = Overtime hours wage types
Selection Text: P_VEGZ_1 = Certification code
Selection Text: P_VEGZ_2 = Certification code
Selection Text: P_VEGZ_3 = Certification code
Selection Text: P_VEGZ_4 = Certification code
Selection Text: P_VEGZ_5 = Certification code
Selection Text: P_VEGZ_6 = Certification code
Selection Text: P_VEGZ_7 = Certification code
Selection Text: P_VEGZ_8 = Certification code
Selection Text: P_VEGZ_9 = Certification code
Selection Text: S_FIZHO = Paid monthly working hours
Selection Text: S_SZEMT = Personnel area
Selection Text: PNEMFNAP = Unpaid days
Selection Text: PMREND = Days by work schedule
Selection Text: PMLEDO = Total work schedule days
Selection Text: FORML = Form from table T512E
INCLUDE RPC2RHH0. "PL2 MAGYAR
INCLUDE RPPPXD10.
INCLUDE RPPPDR00.
No SAP DATABASE tables are accessed within this REPORT code!
RP_NUMBER_OF_WAGETYPES_0008 CALL FUNCTION 'RP_NUMBER_OF_WAGETYPES_0008' IMPORTING wt_count = number_of_lgart_in_p0008 EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'HR_HU_UTOLSO_BELEPES' EXPORTING PER_NR = PERNR-PERNR REF_DATE = LISTA_ZARO_DATUM IMPORTING LAST_HIRE = LAST_HIRE MASSN = MASSN "nem érdekes MASSG = MASSG "nem érdekes EXCEPTIONS NOT_FOUND = 1 T5H4E_ERROR = 2 P0041_BEGDA = 3 P0041_FUTURE = 4 P0041_SEQUENCE = 5 OTHERS = 6.
HR_HU_UTOLSO_BELEPES CALL FUNCTION 'HR_HU_UTOLSO_BELEPES' EXPORTING PER_NR = PERNR-PERNR ref_date = lista_kezdo_datum IMPORTING LAST_HIRE = LAST_HIRE MASSN = MASSN "nem érdekes MASSG = MASSG "nem érdekes EXCEPTIONS NOT_FOUND = 1 T5H4E_ERROR = 2 P0041_BEGDA = 3 P0041_FUTURE = 4 P0041_SEQUENCE = 5 OTHERS = 6.
HR_HU_UTOLSO_BELEPES CALL FUNCTION 'HR_HU_UTOLSO_BELEPES' EXPORTING PER_NR = PERNR-PERNR REF_DATE = LISTA_ZARO_DATUM IMPORTING LAST_HIRE = LAST_HIRE MASSN = MASSN "nem érdekes MASSG = MASSG "nem érdekes EXCEPTIONS NOT_FOUND = 1 T5H4E_ERROR = 2 P0041_BEGDA = 3 P0041_FUTURE = 4 P0041_SEQUENCE = 5 OTHERS = 6.
HR_HU_UTOLSO_BELEPES CALL FUNCTION 'HR_HU_UTOLSO_BELEPES' EXPORTING PER_NR = PERNR-PERNR REF_DATE = LISTA_KEZDO_DATUM IMPORTING LAST_HIRE = LAST_HIRE MASSN = MASSN "nem érdekes MASSG = MASSG "nem érdekes EXCEPTIONS NOT_FOUND = 1 T5H4E_ERROR = 2 P0041_BEGDA = 3 P0041_FUTURE = 4 P0041_SEQUENCE = 5 OTHERS = 6.
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.
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 RPCMSAHC or its description.