RRTP_US_CHECK_FMV 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_CHECK_FMV 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_R6 - Check consistency fair market value
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_ACCHLD =
Selection Text: P_STATEM =
Selection Text: P_YEAR = D Calendar year
Selection Text: RNG_BKKR = D Bank Area
Selection Text: RNG_BPNB = D Business partner
Selection Text: RNG_PLNB = D Plan number of the retirement
Selection Text: RNG_TPCD = D Type code of the retirement pl
Title: Report for the verification of the fair market value retirement plans
Text Symbol: L01 = Fair market value is not consistent
Text Symbol: L02 = Fair market value is consistent
Text Symbol: R01 = Accountholder
Text Symbol: R02 = Statement recipient
Text Symbol: RP1 = Year-end Statement
Text Symbol: RP5 = Check fair market value
Text Symbol: S01 = Calendar Year Selection
Text Symbol: S02 = Plan Selections
Text Symbol: S04 = Business Partner Selections
INCLUDE IRTP_US_CONSTANTS.
INCLUDE RRTP_US_CHECK_FMVF01.
INCLUDE IRTP_US_SEL_YEAR.
INCLUDE IRTP_US_SEL_PLAN.
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_PLAN_SELECT CALL FUNCTION 'RTP_US_API_CHECK_PLAN_SELECT' TABLES t_rng_bkkrs = rng_bkkr t_rng_plan_number = rng_plnb t_rng_type_code = rng_tpcd EXCEPTIONS invalid_bank_area = 1 plan_number_not_checked = 2 invalid_plan_number = 3 invalid_type_code = 4 OTHERS = 5.
RTP_US_API_CHECK_BP_SELECTION CALL FUNCTION 'RTP_US_API_CHECK_BP_SELECTION' EXPORTING i_role_category = l_rolecategory IMPORTING e_stnd_role = l_stnd_role 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 = '06' TABLES t_field_cat = l_tab_field_catalog.
RTP_US_DB_TOT_FMV_READ_REP CALL FUNCTION 'RTP_US_DB_TOT_FMV_READ_REP' EXPORTING i_tax_year = p_year TABLES t_rng_bkkrs = rng_bkkr t_rng_plnb = rng_plnb t_tot = l_tab_fmv.
BKK_BKKRS_INDEPEND_GET_DISPLAY CALL FUNCTION 'BKK_BKKRS_INDEPEND_GET_DISPLAY' EXPORTING i_spras = sy-langu IMPORTING e_inddis = l_inddis EXCEPTIONS no_data = 1 text_not_found = 2 OTHERS = 3.
RTP_US_DB_PLAN_READ_SNG CALL FUNCTION 'RTP_US_DB_PLAN_READ_SNG' EXPORTING i_bkkrs = l_wrk_fmv-bkkrs i_plan_number = l_wrk_fmv-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_fmv-bkkrs i_plan_number = l_wrk_fmv-plan_number TABLES t_bp_plan = l_tab_bp_plan EXCEPTIONS not_found = 1 OTHERS = 2.
RTP_US_API_READ_STANDARD_ROLE CALL FUNCTION 'RTP_US_API_READ_STANDARD_ROLE' EXPORTING i_role_category = g_con_rolecat_accholder IMPORTING e_stnd_role = l_stnd_role_accholder.
BUP_PARTNER_GET CALL FUNCTION 'BUP_PARTNER_GET' EXPORTING i_partner = l_wrk_bp_plan-partner i_valdt = sy-datlo i_cp_exclude = g_con_cross i_is_exclude = g_con_cross iv_req_blk_msg = g_con_cross IMPORTING e_but000 = ls_bus000 e_but000_int = ls_but000_int EXCEPTIONS partner_not_found = 1 OTHERS = 2.
RTP_US_API_GET_DESCRIPTIONS CALL FUNCTION 'RTP_US_API_GET_DESCRIPTIONS' EXPORTING i_str_accountholder = l_str_but000 i_type_code = l_str_plan-type_code i_bkkrs = l_wrk_fmv-bkkrs IMPORTING e_name = l_wrk_plan_report-name e_type_description = l_wrk_plan_report-type_description e_bkkrs = l_wrk_plan_report-t_bkkrs.
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 = text-rp5 i_screen_title_number = '5' 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.
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_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 RRTP_US_AGE_0150I01 - Include RRTP_US_AGE_0150I01 RRTP_US_AGEF01 - Include RRTP_US_AGEF01 RRTP_US_AGE - Report: Age limits for retirement plan (US enhancement)