SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

RFVD_ARC_MODELCALC_DISPLAY SAP ABAP Report - Model Calculation Archiving: Display Program







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FNMODELCALCSHOW - Display Archived Model Calculations


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 RFVD_ARC_MODELCALC_DISPLAY. "Basic submit
SUBMIT RFVD_ARC_MODELCALC_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_ARC_MODELCALC_DISPLAY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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.


INCLUDES used within this REPORT RFVD_ARC_MODELCALC_DISPLAY

INCLUDE RFVD_ARC_MODELCALC_DISPLAY_TOP.
INCLUDE RFVD_ARC_MODELCALC_DISPLAY_ALV.


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:

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.



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