PCMASKR3 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 PCMASKR3 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: Include PCMASKR3
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PCLO_WRITE_PAYMENTS_2_LO CALL FUNCTION 'PCLO_WRITE_PAYMENTS_2_LO' EXPORTING pt_p0078 = p0078[] ps_loan = loan "GWY534928 ps_currconv_data = ls_currconv_data "GWY839032 pt_p0001 = p0001[] pt_rgdir = lt_rgdir CHANGING pt_lo = lo[] EXCEPTIONS no_table_entry = 1 error_in_curr_conv = 2 OTHERS = 3.
PCLO_PREPARE_PARTIAL_PERIOD CALL FUNCTION 'PCLO_PREPARE_PARTIAL_PERIOD' EXPORTING pf_dlart = p0045-dlart pf_objps = p0045-objps ps_loan = loan TABLES pt_lo = lo[].
PCLO_CALCULATE_LOAN_BEFORE_NET CALL FUNCTION 'PCLO_CALCULATE_LOAN_BEFORE_NET' EXPORTING pf_dlart = p0045-dlart pf_objps = p0045-objps ps_loan = loan TABLES ptx_lo = lo[] EXCEPTIONS no_table_entry = 1 OTHERS = 2.
PCLO_CALCULATE_LN_AFTER_NET_KR CALL FUNCTION 'PCLO_CALCULATE_LN_AFTER_NET_KR' EXPORTING ps_p0045 = p0045 pt_p0045 = p0045[] IMPORTING pt_lc = lt_lc TABLES ptx_lo = lo[] CHANGING psx_loan = loan EXCEPTIONS no_table_entry = 1 check_pay_period_failed = 2 error_with_feature = 3 error = 4 OTHERS = 5.
PYXX_ADD_LOAN_VALUES * CALL FUNCTION 'PYXX_ADD_LOAN_VALUES' CALL FUNCTION gf_fm_007 EXPORTING ps_45 = p0045 CHANGING ptx_lo = lo[].
PYXX_DETERMINE_BENEFIT CALL FUNCTION 'PYXX_DETERMINE_BENEFIT' EXPORTING ps_loan = loan pt_alc = lt_a_lc[] TABLES pt_p0045 = p0045[] ptx_lo = lo[] EXCEPTIONS OTHERS = 0.
HRPY_ASK_4_BUKRS_CHANGE_KR * CALL FUNCTION 'HRPY_ASK_4_BUKRS_CHANGE' CALL FUNCTION 'HRPY_ASK_4_BUKRS_CHANGE_KR' EXPORTING oc_begda = p_oc_begda oc_endda = p_oc_endda TABLES pt_p0001 = p0001[] pt_p0045 = p0045[] pt_wpbp = wpbp[] EXCEPTIONS upcoming_bukrs_change = 1 passed_bukrs_change = 2 actual_bukrs_change = 3 OTHERS = 4.
CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' EXPORTING void_indicator = cd_c-void_false TABLES in_rgdir = rgdir out_rgdir = h01_rgdir.
CD_SELECT_SRTZA CALL FUNCTION 'CD_SELECT_SRTZA' EXPORTING record_type = cd_c-actual TABLES in_rgdir = h01_rgdir out_rgdir = h02_rgdir.
CD_READ_DATE_RANGE_ACTUAL_NV CALL FUNCTION 'CD_READ_DATE_RANGE_ACTUAL_NV' EXPORTING begda = prev_fpend endda = loan-endda TABLES rgdir_in = new_rgdir rgdir_out = l_rgdir.
PCLO_GET_VALUE_DATE_PERIOD CALL FUNCTION 'PCLO_GET_VALUE_DATE_PERIOD' "GWY605179 EXPORTING PF_PAPER = aper-paper PF_MOLGA = loan-molga PF_ABKRS = loan-abkrs PF_ABKRS_BEGDA = aper-begda "= loan-begda PF_ABKRS_ENDDA = aper-endda "= loan-endda PF_PERIOD_BEGDA = loan-begda PF_PERIOD_ENDDA = loan-endda PF_PAYDAY = aper-chkdt IMPORTING PFX_VALUE_DATE = loan-pdate PFX_VALUE_DATE_LABEL = lf_vdate EXCEPTIONS ERROR = 1 OTHERS = 2.
PCLO_SET_GET_LOAN_BEG_END CALL FUNCTION 'PCLO_SET_GET_LOAN_BEG_END' "GWY834206 EXPORTING PT_P0045 = P0045[].
CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' EXPORTING void_indicator = cd_c-void_false TABLES in_rgdir = rgdir out_rgdir = h01_rgdir.
CD_SELECT_SRTZA CALL FUNCTION 'CD_SELECT_SRTZA' EXPORTING record_type = cd_c-actual TABLES in_rgdir = h01_rgdir out_rgdir = h02_rgdir.
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 PCMASKR3 or its description.