SAP Reports / Programs | Financials | Financial Supply Chain Management | Information System(FIN-FSCM-TRM-AN-IS) SAP FIN

RAIS_STDREP_RDB SAP ABAP Report - Analyzer Information System







RAIS_STDREP_RDB 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 RAIS_STDREP_RDB 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

AIS_STDREP - Standard Reporting on Results DB


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 RAIS_STDREP_RDB. "Basic submit
SUBMIT RAIS_STDREP_RDB AND RETURN. "Return to original report after report execution complete
SUBMIT RAIS_STDREP_RDB 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: S_DATE = Key Dates
Selection Text: S_ASSVAR = BM Assignment Variant
Selection Text: P_TOP = BM: Choose Top-Down Approach
Selection Text: P_SSVAR = Single Records
Selection Text: P_SPRHV = Single Recs for Risk Hierarchy
Selection Text: P_SPMAV = Single Recs for Maturity Band
Selection Text: P_SPFLV = Single Recs for Position Trend
Selection Text: P_SICHT = View
Selection Text: P_RHVAR = Risk Hierarchy
Selection Text: P_PHVAR = Portfolio Hierarchy
Selection Text: P_PHNODE = Portfolio Hierarchy Node
Selection Text: P_PHID = Portfolio Hierarchy
Selection Text: P_MINPH = Minimal Portfolio Hierarchy
Selection Text: P_MAVAR = Maturity Band
Selection Text: P_LAYO = Initial Layout
Selection Text: P_FLVAR = Position Trend
Selection Text: P_DATE = Key Date
Selection Text: P_BTVAR = Back Testing
Title: Analyzer Information System
Text Symbol: 003 = General Data Selections
Text Symbol: 002 = Crcy
Text Symbol: 001 = ALV Layout of Analyzer Information System


INCLUDES used within this REPORT RAIS_STDREP_RDB

INCLUDE IAIS_KEYF_CATE_CON.
INCLUDE IAIS_KEYF_AREA_CON.
INCLUDE RAIS_STDREP_BUILD_SELSCREEN.
INCLUDE RAIS_STDREP_RESTRICT_SELECT.
INCLUDE RAIS_STDREP_F4PHVAR.
INCLUDE IAFWCH_VIEWOUT.
INCLUDE RAIS_STDREP_MODIFY_SELSCREEN.


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:

RM_SSCR_PH_NODE_HELP CALL FUNCTION 'RM_SSCR_PH_NODE_HELP' EXPORTING * I_PROGNAME = SY-CPROG * I_DYNPRO_NUMBER = '1000' i_fieldname_view = 'P_SICHT' i_fieldname_ph = 'P_PHID' i_fieldname_node = 'P_PHNODE' i_deactive = 'X' "JH 010403 IMPORTING e_node = p_phnode EXCEPTIONS internal_error = 1 OTHERS = 2.

AIS_DEFLAY_ACT_AREA_GET CALL FUNCTION 'AIS_DEFLAY_ACT_AREA_GET' EXPORTING i_layoutid = p_layo IMPORTING e_deflay_act_area = wrk_deflay_act_areas.

AIS_DEFLAY_KEYFIG_CLASS_GET CALL FUNCTION 'AIS_DEFLAY_KEYFIG_CLASS_GET' EXPORTING i_layoutid = p_layo IMPORTING e_tab_keyfig_phfrm = wrk_stdrep_control-area_keyfig-keyfig_ph e_tab_keyfig_sstab = wrk_stdrep_control-area_keyfig-keyfig_ss e_tab_keyfig_rhtab = wrk_stdrep_control-area_keyfig-keyfig_rh e_tab_keyfig_fltab = wrk_stdrep_control-area_keyfig-keyfig_fl e_tab_keyfig_matab = wrk_stdrep_control-area_keyfig-keyfig_ma e_tab_keyfig_bttab = wrk_stdrep_control-area_keyfig-keyfig_bt EXCEPTIONS error = 1 OTHERS = 2 .

AIS_FORMULA_BUILD_ADM_TAB CALL FUNCTION 'AIS_FORMULA_BUILD_ADM_TAB' EXPORTING i_layoutid = wrk_stdrep_control-layout it_ass_vari = wrk_stdrep_control-ass_vari_tab.

AIS_STDREP_GEN_PROG CALL FUNCTION 'AIS_STDREP_GEN_PROG' EXPORTING i_stdrep_control = wrk_stdrep_control IMPORTING e_gen_rep_name = gen_rep_name e_fcat_control = wrk_fcat_control TABLES e_tab_phtree = tab_phtree e_tab_treetxt = tab_treetxt EXCEPTIONS error_in_generated_form = 1 OTHERS = 2.

AIS_STDREP_START CALL FUNCTION 'AIS_STDREP_START' EXPORTING i_gen_rep_name = gen_rep_name i_stdrep_control = wrk_stdrep_control i_fcat_control = wrk_fcat_control TABLES i_tab_phtree = tab_phtree i_tab_treetxt = tab_treetxt.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = w_varian i_save = 'A' "All variants i_display_via_grid = ' ' IMPORTING es_variant = w_varian EXCEPTIONS not_found = 1 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 RAIS_STDREP_RDB or its description.