RPCNRAU0PBS 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 RPCNRAU0PBS 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: Non-resident alien - CE & Non-CE Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_PERSON_CHECK_SPT CALL FUNCTION 'HR_PERSON_CHECK_SPT' EXPORTING pernr = p0094-pernr * BEGDA = '18000101' "aper-chkdt endda = wpbp-endda * DETAILED = ' ' * CHECK_IT0094 = 'N' sptfv = '2' IMPORTING * spt_date = spt_status = spt_status * SUM_3YR_DAYS = TABLES pp0048 = p0048 * PP0094 = * SPT_TAB = * ERR_TAB = EXCEPTIONS OTHERS = 1. "#EC *
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'DFICA' struc_content = t_fica "NAML7DK011204 * struc_content = p0048 "NAML7DK011204 * KIND_OF_ERROR = IMPORTING back = p_fica_flag * CHANGING * STATUS = EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7 .
HR_GET_FIXED_DAY_FOR_CUMUL CALL FUNCTION 'HR_GET_FIXED_DAY_FOR_CUMUL' EXPORTING imp_molga = imp_molga imp_paydt = imp_aper-chkdt imp_pbegd = imp_aper-pbegd imp_pendd = imp_aper-pendd IMPORTING exp_fixed_day = fixed_day.
HR_GET_CUMULATION_FOR_DATE CALL FUNCTION 'HR_GET_CUMULATION_FOR_DATE' EXPORTING imp_molga = imp_molga imp_cumty = cum_year imp_fixed_day = fixed_day IMPORTING exp_cumno = p_cumno exp_cumyr = p_cumyr exp_begda = p_cbegda exp_endda = p_cendda EXCEPTIONS no_cumtypar_in_t56c2 = 1 no_interval_in_t56c3 = 2 OTHERS = 3.
HR_PERSON_CHECK_SPT * CALL FUNCTION 'HR_PERSON_CHECK_SPT' * EXPORTING * pernr = pernr-pernr ** BEGDA = '18000101' "aper-chkdt * endda = wpbp-endda ** DETAILED = ' ' * check_it0094 = 'Y' * sptfv = '1' * IMPORTING ** spt_date = * spt_status = spt_status ** SUM_3YR_DAYS = * TABLES * pp0048 = p0048 * pp0094 = p0094 ** SPT_TAB = ** ERR_TAB = * EXCEPTIONS * OTHERS = 1. "#EC *
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.