SAP Reports / Programs

RPCNRAU0PBS SAP ABAP INCLUDE - Non-resident alien - CE & Non-CE Routines







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPCNRAU0PBS. "Basic submit
SUBMIT RPCNRAU0PBS AND RETURN. "Return to original report after report execution complete
SUBMIT RPCNRAU0PBS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Non-resident alien - CE & Non-CE Routines


INCLUDES used within this REPORT RPCNRAU0PBS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 *



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 RPCNRAU0PBS or its description.