RFVD_ARC_MODELCALC_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Testing KM ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFVD_ARC_MODELCALC_DISPLAY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNMODELCALCSHOW - Display Archived Model Calculations
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: O_PARTNR = Business Partner
Selection Text: P_ALLE = Archived and Active Model Calc
Selection Text: P_ARCHIV = Archived Model Calc only
Title: Model Calculation Archiving: Display Program
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = Business Partner Name
Text Symbol: 003 = Version
Text Symbol: 004 = Extract Information
Text Symbol: 005 = XML Stream
Text Symbol: 006 = Selected Model
Text Symbol: 100 = Archived Model Calculations
Text Symbol: 101 = Active Model Calculations
Text Symbol: 102 = Details
Text Symbol: 500 = Error in flush
Text Symbol: 510 = Control could not be created.
INCLUDE RFVD_ARC_MODELCALC_DISPLAY_TOP.
INCLUDE RFVD_ARC_MODELCALC_DISPLAY_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
FVD_ARC_GET_MODELCALC CALL FUNCTION 'FVD_ARC_GET_MODELCALC' IMPORTING e_arc_ltex = gt_arc_modcalc EXCEPTIONS file_not_found = 1 OTHERS = 2.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid txt2 = sy-subrc txt1 = 'The control could not be created'(510).
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid txt2 = sy-subrc txt1 = 'The control could not be created'(510).
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid txt2 = sy-subrc txt1 = 'Error in FLush'(500).
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid txt2 = sy-subrc txt1 = 'The control could not be created'(510).
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid txt2 = sy-subrc txt1 = 'The control could not be created'(510).
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid txt2 = sy-subrc txt1 = 'Error in FLush'(500).
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid txt2 = sy-subrc txt1 = 'The control could not be created'(510).
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid txt2 = sy-subrc txt1 = 'Error in FLush'(500).
FVD_ARC_EXTRACT_MODELCALC CALL FUNCTION 'FVD_ARC_EXTRACT_MODELCALC' EXPORTING is_extract = ls_arc_extract CHANGING c_exp01 = lt_arc_models c_exp02 = ls_arc_global EXCEPTIONS not_found = 1 no_import_possible = 2 OTHERS = 3.
FVD_MD_GET_MODEL CALL FUNCTION 'FVD_MD_GET_MODEL' EXPORTING i_partner = lv_db_partner i_version = lv_db_version IMPORTING e_tab_models = lt_db_models e_global_data = ls_db_global EXCEPTIONS not_found = 1 OTHERS = 2.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'LTEX' i_client_never_display = 'X' CHANGING ct_fieldcat = gt_ltex_fcat EXCEPTIONS program_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.
RFVD_ARC_MODELCALC_DISPLAY - Model Calculation Archiving: Display Program RFVD_ARC_MODELCALC_DISPLAY - Model Calculation Archiving: Display Program RFVD_ARC_MODELCALC_DELETE - Model Calculation Archiving: Delete Program RFVD_ARC_MODELCALC_DELETE - Model Calculation Archiving: Delete Program RFVD_ARC_LOANREF_WRITE_PREPARE - Loan Reference Unit Archiving: Archive Document Data (By Package) RFVD_ARC_LOANREF_WRITE_PREPARE - Loan Reference Unit Archiving: Archive Document Data (By Package)