SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Information System(FI-SL-IS) SAP FI

RGUGLPCT SAP ABAP Report - Profit Center Accounting: Totals Records







RGUGLPCT 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 RGUGLPCT 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 RGUGLPCT. "Basic submit
SUBMIT RGUGLPCT AND RETURN. "Return to original report after report execution complete
SUBMIT RGUGLPCT 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: 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_WERKS = D Plant
Selection Text: S_VERSA = D RA Version
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 Currency
Selection Text: S_RRCTY = D Record Type
Selection Text: S_RPRCTR = D Profit Center
Selection Text: S_RHOART = D Origin Object
Selection Text: S_RFAREA = D Functional Area
Selection Text: S_REP_%1 = D Representative Material
Selection Text: S_RBUKRS = D Company Code
Selection Text: S_RACCT = D Account Number
Selection Text: S_OCLNT = D Original Client
Selection Text: S_LOGSYS = D Logical System
Selection Text: S_KOKRS = D Controlling Area
Selection Text: S_HRKFT = D Origin Group
Selection Text: S_EPRCTR = D Elimination Profit Center
Selection Text: S_DRCRK = D Debit/Credit
Selection Text: S_AFABE = D Valuation Area
Selection Text: S_ACTIV = D Transaction
Selection Text: P_RLDNR = D Ledger
Selection Text: DTINMSSG = Data Sources
Selection Text: ARCHMSSG = Selected Archives
Title: Profit Center Accounting: Totals Records
Text Symbol: TSL = Transact. Curr.
Text Symbol: SUM = Total
Text Symbol: MSL = Quantity
Text Symbol: B03 = Key Figures
Text Symbol: B02 = Selection Conditions
Text Symbol: ASL = Additional Qty


INCLUDES used within this REPORT RGUGLPCT

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