SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Basic Functions(FI-SL-SL) SAP FI

RGUGLS10 SAP ABAP Report - Display Actual Line Items for Table GLT1







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


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 RGUGLS10. "Basic submit
SUBMIT RGUGLS10 AND RETURN. "Return to original report after report execution complete
SUBMIT RGUGLS10 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_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


INCLUDES used within this REPORT RGUGLS10

No INCLUDES are used within this REPORT code!


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:

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.



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