SAP Reports / Programs

RGUCOFIT SAP ABAP Report - Totals Records from Table COFIT







RGUCOFIT 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 RGUCOFIT 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 RGUCOFIT. "Basic submit
SUBMIT RGUCOFIT AND RETURN. "Return to original report after report execution complete
SUBMIT RGUCOFIT 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_RBUSA = D Business Area
Selection Text: S_RBUKRS = D Company Code
Selection Text: S_RACCT = D Cost Element
Selection Text: S_OCLNT = D Original Client
Selection Text: S_KOKRS = D Controlling Area
Selection Text: S_DRCRK = D Debit/Credit
Selection Text: S_ACTIV = D Record Type
Selection Text: P_RLDNR = D Ledger
Selection Text: DTINMSSG = Data Sources
Selection Text: ARCHMSSG = Selected Archives
Selection Text: X_TSL = Transaction Currency
Selection Text: X_MSL = Quantity
Selection Text: X_KSL = Ledger Currency
Selection Text: X_HSL = Local Currency
Selection Text: X_ASL = Additional Quantity
Selection Text: S_WRTTP = D Value Type
Selection Text: S_VRGNG = D Activity/Operation
Selection Text: S_RYEAR = D Fiscal Year
Selection Text: S_RVERS = D Version
Selection Text: S_RUNIT = D Base Unit of Measure
Selection Text: S_RTCUR = D Controlling Area Currency
Selection Text: S_RSCOPE = D Object Class
Selection Text: S_RRCTY = D Record Type
Selection Text: S_ROBART = D Object Type
Selection Text: S_RLOG%1 = D Logical System
Selection Text: S_RHRKFT = D Origin Group
Selection Text: S_RFAREA = D Functional Area
Title: Totals Records from Table COFIT
Text Symbol: ASL = Additional Qty
Text Symbol: B02 = Selection Conditions
Text Symbol: B03 = Key Figures
Text Symbol: MSL = Quantity
Text Symbol: SUM = Total
Text Symbol: TSL = Transact. Curr.


INCLUDES used within this REPORT RGUCOFIT

INCLUDE DTINPSEL.


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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = CUR_PROG IS_LAYOUT = LAYOUT IT_FIELDCAT = FIELD_CAT IT_SPECIAL_GROUPS = SPECIAL_GROUPS IT_SORT = SORT_INFO IS_VARIANT = VARIANT I_SAVE = OPTION_SAVE TABLES T_OUTTAB = SUM_RECORDS.



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