RGUGLPCP 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 RGUGLPCP 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: P_RLDNR = D Ledger
Selection Text: S_ACTIV = D Activity/operation
Selection Text: S_AFABE = D Deprec. area
Selection Text: S_DRCRK = D Debit/Credit
Selection Text: S_EPRCTR = D Elimination PrCtr
Selection Text: S_HRKFT = D Origin group
Selection Text: S_KOKRS = D Controlling area
Selection Text: S_LOGSYS = D Logical System
Selection Text: S_OCLNT = D Original client
Selection Text: ARCHMSSG = Selected archives
Selection Text: DTINMSSG = Data sources
Selection Text: S_RVERS = D Version
Selection Text: S_RYEAR = D Fiscal year
Selection Text: S_VERSA = D RA version
Selection Text: S_WERKS = D Plant
Selection Text: X_ASL = Additional quantity
Selection Text: X_HSL = Local currency
Selection Text: X_KSL = Ledger currency
Selection Text: X_MSL = Quantity
Selection Text: X_TSL = Transaction currency
Selection Text: S_RACCT = D Account number
Selection Text: S_RBUKRS = D Company code
Selection Text: S_REP_%1 = D Rep. material
Selection Text: S_RFAREA = D Functional area
Selection Text: S_RHOART = D Origin object
Selection Text: S_RPRCTR = D Profit center
Selection Text: S_RRCTY = D Record type
Selection Text: S_RTCUR = D Currency
Selection Text: S_RUNIT = D Base unit of measure
Title: Profit Center Accounting: Plan Line Items
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.