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
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: 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
INCLUDE DTINPSEL.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGUGLPCT - Profit Center Accounting: Totals Records RGUGLPCT - Profit Center Accounting: Totals Records RGUGLPCP - Profit Center Accounting: Plan Line Items RGUGLPCP - Profit Center Accounting: Plan Line Items RGUGLPCA - Profit Center Accounting: Actual Line Items RGUGLPCA - Profit Center Accounting: Actual Line Items