PCMASNZ0 is a standard ABAP INCLUDE 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 PCMASNZ0 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.
Title: Modules for AS LOOP (International Version)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_HIRE_FIRE call function 'RP_HIRE_FIRE' EXPORTING beg = pn-begda end = pn-endda IMPORTING fire_date = l_firedate TABLES pp0000 = p0000 pp0001 = p0001 pphifi = l_phifi.
HR_GET_QUOMO_NZ * CALL FUNCTION 'HR_GET_QUOMO_NZ' * EXPORTING * ipernr = pernr-pernr * ikdate = pn-endda * IMPORTING * quomo = l_quomo * return = l_return * TABLES * ip0001 = p0001 * ip0007 = p0007 * ip0008 = p0008 * ip0016 = p0016 * CHANGING * omolga = l_molga * omobde = l_mobde * omozko = l_mozko * omopgk = l_mopgk.
RP_CHECK_PAY_PERIOD CALL FUNCTION 'RP_CHECK_PAY_PERIOD' EXPORTING abkrs = aper-abkrs abrpr = aper-paper zanzl = sim0014-zanzl zdate = sim0014-zdate zeitx = sim0014-zeinz zfper = sim0014-zfper IMPORTING rcode = returncode TABLES tabelle = idates.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = ipernr infty = '0041' begda = ikdate endda = ikdate1 IMPORTING subrc = subrc_1 TABLES infty_tab = p0041 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = '18000101' end = '99991231' IMPORTING fire_date = g_fire_date hire_date = g_hire_date TABLES pphifi = phifi pp0000 = p0000 pp0001 = p0001 EXCEPTIONS OTHERS = 1.
HR_GET_QUOMO_NZ CALL FUNCTION 'HR_GET_QUOMO_NZ' EXPORTING ipernr = pernr-pernr ikdate = wpbp-endda IMPORTING quomo = l_quomo return = l_return TABLES ip0001 = p0001 ip0007 = p0007 ip0008 = p0008 ip0016 = p0016.
HR_CALC_MONTH_NZ * CALL FUNCTION 'HR_CALC_MONTH' * call function 'HR_CALC_MONTH_NZ' "CHAL9CK175875 * exporting * delta = -14 * changing * periode = l_period * exceptions * invalid_period = 1 * undefined_point = 2 * others = 3.
RP_HIRE_FIRE call function 'RP_HIRE_FIRE' EXPORTING beg = '18000101' end = '99991231' IMPORTING hire_date = l_hire_date TABLES pphifi = phifi pp0000 = p0000 pp0001 = p0001.
RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting beg = pn-begda end = pn-endda importing * fire_date = l_firedate hire_date = l_hiredate tables pp0000 = p0000 pp0001 = p0001 pphifi = l_phifi.
RP_HIRE_FIRE call function 'RP_HIRE_FIRE' EXPORTING beg = pn-begda end = pn-endda IMPORTING fire_date = l_firedate TABLES pp0000 = p0000 pp0001 = p0001 pphifi = l_phifi.
HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HR_NZ_CORRECT_CRT' IMPORTING is_implemented = is_implemented CHANGING instance = sap_exit_crt.
RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting beg = pn-begda end = pn-endda importing * fire_date = l_firedate hire_date = l_hiredate tables pp0000 = p0000 pp0001 = p0001 pphifi = l_phifi.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING PERSNR = p0310-pernr * BUFFER = * NO_AUTHORITY_CHECK = ' ' * IMPORTING * MOLGA = TABLES IN_RGDIR = rgdir EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2 .
CU_READ_RGDIR call function 'CU_READ_RGDIR'
exporting persnr = pernr-pernr * BUFFER = * NO_AUTHORITY_CHECK = ' ' * IMPORTING * MOLGA = tables in_rgdir = rgdir exceptions "PRAL6BK009232 no_record_found = 1 others = 2.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 PCMASNZ0 or its description.