RGUGLS10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RGUGLS10 prints line item information...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RGUGLS10 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: S_BUKRS = D Company code
Selection Text: S_POPER = D Posting per.
Selection Text: S_RACCT = D Account number
Selection Text: S_RLDNR = D Ledger
Selection Text: S_RRCTY = D Record type
Selection Text: S_RVERS = D Version
Selection Text: S_RYEAR = D Fiscal year
Title: Display Actual Line Items for Table GLT1
Text Symbol: 016 = Periods from...... &
Text Symbol: 015 = Accounts from...... &
Text Symbol: 014 = Years from...... &
Text Symbol: 013 = Company codes from...... &
Text Symbol: 012 = Versions from...... &
Text Symbol: 011 = Record types from...... &
Text Symbol: 010 = Ledger from...... &
Text Symbol: 009 = To........ &
Text Symbol: 008 = No line items with the criteria listed were selected:
Text Symbol: 007 = Record type ...
Text Symbol: 006 = Year ..........
Text Symbol: 005 = Company code ..
Text Symbol: 004 = Version .......
Text Symbol: 002 = |T|Doc no. |Lin|Acct |BusA|DTy|CCI |CoAr|CostCtr |ActTyp|Per|Transaction currency |
Text Symbol: 001 = Ledger ........
Text Symbol: 020 = Ledger All
Text Symbol: MSG = Use line item report RGUGLS11
Text Symbol: 026 = Periods All
Text Symbol: 025 = Accounts All
Text Symbol: 024 = Years All
Text Symbol: 023 = Company codes All
Text Symbol: 022 = Versions All
Text Symbol: 021 = Record types All
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_REPORT_INTERFACE_INIT CALL FUNCTION 'G_REPORT_INTERFACE_INIT' EXPORTING TABLE = RW_TABLE * S_POPER_FIELD = 'RPMAX ' PERIOD_FIELD = 'RPMAX ' IMPORTING SUBRC = RC_SUBRC TABLES IT_FIELDR = IT_FIELDS.
G_REPORT_GET_DIMENSION_COUNT CALL FUNCTION 'G_REPORT_GET_DIMENSION_COUNT' EXPORTING DIM_TYPE = 'A' IMPORTING DIM_COUNT = DIM_COUNT.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING ADD_FLAG = 'X' FIELDNAME = FIELD_NAME TABLE = RW_TABLE IMPORTING FIELD_ATTR = FIELD_ATTR.
G_REPORT_FIND_DIMENSION CALL FUNCTION 'G_REPORT_FIND_DIMENSION' EXPORTING DIM_FIELD = FIELD_NAME IMPORTING SUBRC = SUBRC DIM_DATA = DIM_DATA.
G_REPORT_GET_DIMENSION_DATA CALL FUNCTION 'G_REPORT_GET_DIMENSION_DATA' EXPORTING DIM_TYPE = 'A' DIM_NUMBER = SY-INDEX IMPORTING DIM_DATA = DIM_DATA DIM_CB = CUR_CB.
G_REPORT_CHECK_VALUES CALL FUNCTION 'G_REPORT_CHECK_VALUES' IMPORTING SUBRC = SUBRC TABLES DIM_TABLE = CHECK_TABLE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGUGLS10 - Display Actual Line Items for Table GLT1 RGUGLS10 - Display Actual Line Items for Table GLT1 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