RISSR_COMPARE_AMOUNTS_PARALLEL 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 RISSR_COMPARE_AMOUNTS_PARALLEL into the relevant SAP transactions such as SE38 or SE80
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_MWBB = D
Selection Text: SO_ACGRP = D
Selection Text: SO_BUKRS = D Company Code
Selection Text: SO_GSART = D Product Type
Selection Text: SO_LOANR = D
Selection Text: SO_OTCNR = D Transaction
Selection Text: SO_RANL = D
Selection Text: SO_SANLF = D
Selection Text: SO_SECAC = D Securities Account
Selection Text: SO_FLTP = D .
Text Symbol: MMM = Money mkt
Text Symbol: SEC = Securities
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = g_variant EXCEPTIONS not_found = 2.
ISSR_IF_GET_ASSET_AMOUNT CALL FUNCTION 'ISSR_IF_GET_ASSET_AMOUNT' EXPORTING I_BUKRS =
-company_code I_LEDGERTYPE = 'B' I_VAL_AREA = p_mwbb * I_RANTYP = I_PRODUCT_TYPE = ld_product_type I_ASSET_NR = gs_result-ranl I_SEC_ACCOUNT = gs_result-rldepo I_AMOUNT_DATE = p_date IR_VS_FLOWTYPE = lr_vs_flowtype IMPORTING ES_AMOUNT = ls_amounts_sr EXCEPTIONS ERROR_IMPORTPARAMETER = 1 OTHERS = 2 .
ISSR_IF_GET_TR_PTYP CALL FUNCTION 'ISSR_IF_GET_TR_PTYP' EXPORTING I_TR_PTYP =
-PRODUCT_TYPE IMPORTING ES_TZPA = ls_tzpa EXCEPTIONS NO_TR_PTYP_FOUND = 1 OTHERS = 2 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ISSR_ABGLEICHSSTRUC_ADD' i_client_never_display = 'X' i_bypassing_buffer = 'X' CHANGING CT_FIELDCAT = gt_fieldcat[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save i_display_via_grid = 'X' IMPORTING e_exit = l_flg_exit es_variant = gx_variant EXCEPTIONS not_found = 2.
REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_save CHANGING cs_variant = h_variant.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_BYPASSING_BUFFER = 'X' I_STRUCTURE_NAME = 'ISSR_ABGLEICHSSTRUC_ADD' IT_FIELDCAT = GT_FIELDCAT[] IS_LAYOUT = Ls_LAYOUT_alv I_SAVE = g_save Is_VARIANT = g_variant TABLES T_OUTTAB = gt_result.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RISSR_COMPARE_AMOUNTS_PARALLEL - RISSRCOMPAREAMOUNTSPARALLEL RISSR_COMPARE_AMOUNTS_PARALLEL - RISSRCOMPAREAMOUNTSPARALLEL RISSR_COMPARE_AMOUNTS - RISSRCOMPAREAMOUNTS RISSR_COMPARE_AMOUNTS - RISSRCOMPAREAMOUNTS RISSR_CLEAR_TABLEGROUP - RISSRCLEARTABLEGROUP RISSR_CLEAR_TABLEGROUP - RISSRCLEARTABLEGROUP