SAP Reports / Programs | Financial Accounting(FI) SAP FI

RSUMSIFI SAP ABAP Report - Simulation of Document Summarization for BSEG







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


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 RSUMSIFI. "Basic submit
SUBMIT RSUMSIFI AND RETURN. "Return to original report after report execution complete
SUBMIT RSUMSIFI 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: 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:


INCLUDES used within this REPORT RSUMSIFI

No INCLUDES are used within this REPORT code!


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:

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.



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