RRTP_US_CONTRIBUTION 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 RRTP_US_CONTRIBUTION into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RTP_US_R3 - Retirement plan contribution limit
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_YEAR = D Calendar year
Selection Text: RNG_BPNB = D Business partner
Title: Report: Contribution limits for retirement plan (US enhancement)
Text Symbol: R10 = Select accountholders who made contributions above the limit
Text Symbol: R11 = Select accountholders who made contributions below the limit
Text Symbol: RP6 = Contribution:
Text Symbol: RP7 = above the limit
Text Symbol: RP8 = below the limit
Text Symbol: S01 = Calendar Year Selection
Text Symbol: S03 = Accountholder Selections
Text Symbol: S07 = Contribution limit selection
INCLUDE IRTP_US_CONSTANTS.
INCLUDE RRTP_US_CONTRIBUTION_F01.
INCLUDE IRTP_US_SEL_YEAR.
INCLUDE IRTP_US_SEL_ACCOUNTHOLDER.
No SAP DATABASE tables are accessed within this REPORT code!
RTP_US_API_CHECK_YEAR CALL FUNCTION 'RTP_US_API_CHECK_YEAR' EXPORTING i_year = p_year EXCEPTIONS no_year = 1 future_year = 2 OTHERS = 3.
RTP_US_API_CHECK_BP_SELECTION CALL FUNCTION 'RTP_US_API_CHECK_BP_SELECTION' EXPORTING i_role_category = g_con_rolecat_accholder IMPORTING e_stnd_role = l_stnd_role_accholder TABLES t_rng_business_partner = rng_bpnb EXCEPTIONS invalid_partner = 1 OTHERS = 2.
RTP_US_API_FILL_FIELD_CATALOG CALL FUNCTION 'RTP_US_API_FILL_FIELD_CATALOG' EXPORTING i_report_id = '04' TABLES t_field_cat = l_tab_field_catalog.
RTP_US_DB_TOT_READ_REP CALL FUNCTION 'RTP_US_DB_TOT_READ_REP' EXPORTING i_tax_year = p_year TABLES t_tot = l_tab_tot.
RTP_US_DB_PLAN_READ_SNG CALL FUNCTION 'RTP_US_DB_PLAN_READ_SNG' EXPORTING i_bkkrs = l_wrk_tot-bkkrs i_plan_number = l_wrk_tot-plan_number IMPORTING e_plan = l_str_plan EXCEPTIONS not_found = 1 OTHERS = 2.
RTP_US_DB_BP_PLAN_READ CALL FUNCTION 'RTP_US_DB_BP_PLAN_READ' EXPORTING i_bkkrs = l_wrk_tot-bkkrs i_plan_number = l_wrk_tot-plan_number i_rltyp = l_stnd_role_accholder TABLES t_bp_plan = l_tab_bp_plan EXCEPTIONS not_found = 1 OTHERS = 2.
RTP_US_DB_CONT_LIM_READ_MULT CALL FUNCTION 'RTP_US_DB_CONT_LIM_READ_MULT' TABLES t_trtp_us_cont_lim = l_tab_cont_lim EXCEPTIONS not_found = 1 OTHERS = 2.
RTP_US_API_ALV_PLAN_REPORT CALL FUNCTION 'RTP_US_API_ALV_PLAN_REPORT' EXPORTING i_str_alv_variant = l_str_alv_variant i_save = 'A' i_report_title = l_report_title i_screen_title_number = '3' TABLES t_plan_report = l_tab_plan_report t_field_catalog = l_tab_field_catalog EXCEPTIONS object_create_error = 1 method_error = 2 OTHERS = 3.
RTP_US_API_CONFIRM_POP_UP CALL FUNCTION 'RTP_US_API_CONFIRM_POP_UP' IMPORTING e_continue = l_continue.
RTP_US_API_FILL_FIELD_CATALOG CALL FUNCTION 'RTP_US_API_FILL_FIELD_CATALOG' EXPORTING i_report_id = '03' TABLES t_field_cat = l_tab_field_catalog.
RTP_US_API_ALV_PLAN_REPORT CALL FUNCTION 'RTP_US_API_ALV_PLAN_REPORT' EXPORTING i_str_alv_variant = l_str_alv_variant i_save = 'A' i_report_title = l_report_title i_screen_title_number = '3' TABLES t_plan_report = l_tab_plan_report_unknown t_field_catalog = l_tab_field_catalog EXCEPTIONS object_create_error = 1 method_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.
RRTP_US_CONTRIBUTION - Report: Contribution limits for retirement plan (US enhancement) RRTP_US_CONTRIBUTION - Report: Contribution limits for retirement plan (US enhancement) RRTP_US_CHECK_FMVF01 - Include RRTP_US_CHECK_FMVF01 RRTP_US_CHECK_FMV - Report for the verification of the fair market value retirement plans RRTP_US_CHECK_FMV - Report for the verification of the fair market value retirement plans RRTP_US_AGE_0150O01 - Include RRTP_US_AGE_0150O01