RSUMSIFI 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 RSUMSIFI 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: GJAHR = D .
Selection Text: BUKRS = D .
Selection Text: BELNR = D .
Selection Text: AWTYP = D .
Selection Text: WERKS = Plant (WERKS)
Selection Text: VBEL2 = Sales Document (VBEL2)
Selection Text: PROJK = WBS Element (PROJK)
Selection Text: PRCTR = Profit Center (PRCTR)
Selection Text: PPRCT = Partner Profit Center (PPRCT)
Selection Text: POSN2 = Sales Document Item (POSN2)
Selection Text: PAOBJNR = No. for prof. seg.CO (PAOBJNR)
Selection Text: NPLNR = NetwkNo. for Acct Assgt(NPLNR)
Selection Text: MONAT = D .
Selection Text: MENGE = Qnty (MENGE)
Selection Text: MEINS = Base Unit of Qty (MEINS)
Selection Text: MATNR = Material number (MATNR)
Selection Text: LSTAR = Activity Type (LSTAR)
Selection Text: KSTRG = Cost Object (KSTRG)
Selection Text: KOSTL = Cost Center (KOSTL)
Selection Text: ERFMG = Qty in Unit of Entry (ERFMG)
Selection Text: ERFME = Unit of Entry (ERFME)
Selection Text: BPRME = Purch. Order Price Unit(BPRME)
Selection Text: BPMNG = Qty in Pur.Order Unit (BPMNG)
Selection Text: AUFNR = Order Number (AUFNR)
Title: Simulation of Document Summarization for BSEG
Text Symbol: B02 = Fields to be summarized
Text Symbol: B01 = Document restrictions
Text Symbol: 020 = Analyzed documents:
Text Symbol: 019 = BSEG Line Items
Text Symbol: 013 = %
Text Symbol: 012 = Max. summariz.
Text Symbol: 011 = Summarized
Text Symbol: 010 = Current
Text Symbol: 006 = Client:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = 'BKPF' LANGU = SY-LANGU TABLES DD03P_TAB = LT_DFIES[] EXCEPTIONS OTHERS = 1.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GC_REPID I_CALLBACK_PF_STATUS_SET = SLIS_EV_PF_STATUS_SET IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS * IT_SORT = GT_SORTINFO TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GC_REPID I_STRUCTURE_NAME = IV_STRUCT CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 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.