GLSO2 SAP (FI-SL Table with Objects, Structure corresponds to GLS2) Table details

Dictionary Type: Table
Description: FI-SL Table with Objects, Structure corresponds to GLS2




ABAP Code to SELECT data from GLSO2
Related tables to GLSO2
Access table GLSO2




Table field list including key, data, relationships and ABAP select examples

GLSO2 is a standard SAP Table which is used to store FI-SL Table with Objects, Structure corresponds to GLS2 data and is available within R/3 SAP systems depending on the version and release level.

The GLSO2 table consists of various fields, each holding specific information or linking keys about FI-SL Table with Objects, Structure corresponds to GLS2 data available in SAP. These include RLDNR (Ledger), RRCTY (Record Type), RVERS (Version), RYEAR (Fiscal Year).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP GLSO2 table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
RCLNTClient MANDTCLNT3T000MANDT
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3T894ALPHARVERSGVS
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ROBJNRObject number for FI-SL tables GOBJNRCHAR18OBJNR
SOBJNRObject number for FI-SL tables GOBJNRCHAR18OBJNR
OCLNTOriginal client OCLNTNUMC3NUM3
RTCURCurrency Key RTCURCUKY5TCURCWAERSFWS
RUNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
POPERPosting period POPERNUMC3POPERPOPR
DOCCTDocument Type DOCCTCHAR1DOCCTGCT
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNDocument line DOCLNCHAR3DOCLN
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
ROBUKRSOriginal company code OBUKRCHAR4T001BUKRS
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
RBUSABusiness Area GSBERCHAR4TGSBGSBERGSB
RLEVLPosting level RLEVLCHAR1RLEVL
RSUBDSubgroup RSUBDCHAR3T852RSUBDGSG
RMVCTTransaction Type RMVCTCHAR3T856RMVCT
RCNTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
RACVTActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
RASSCCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
RYACQYear of acquisition RYACQCHAR4GJAHRCJAHR
RPACQPeriod of Acquisition RPACQNUMC3NUM03
RKOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
SCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
SOBUKRSOriginal company code OBUKRCHAR4T001BUKRS
SACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
SBUSABusiness Area GSBERCHAR4TGSBGSBERGSB
SLEVLPosting level RLEVLCHAR1RLEVL
SSUBDSubgroup RSUBDCHAR3T852RSUBDGSG
SMVCTTransaction Type RMVCTCHAR3T856RMVCT
SCNTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SACVTActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
SASSCCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
SYACQYear of acquisition RYACQCHAR4GJAHRCJAHR
SPACQPeriod of Acquisition RPACQNUMC3NUM03
SKOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSLValue in local currency VLCUR9CURR17(2) WERTV9
KSLValue in group currency VGCUR9CURR17(2) WERTV9
MSLQuantity QUAN1QUAN15(3) MENG8
ASLAdditional Quantity QUAN2QUAN15(3) MENG8
AUNITAdditional unit of measure AUNITUNIT3T006CUNITMEINS
SGTXTItem Text SGTXTCHAR50TEXT50
AUTOMIndicator: Automatic posting lines AUTOMCHAR1TEXT1
DOCTYFI-SL Document Type DOCTYCHAR2T889DOCTYBAR
ACTIVBusiness Transaction GLVORCHAR4CHAR4
BVORGNumber of Cross-Company Code Posting Transaction BVORGCHAR16BVORG
BUDATPosting Date in the Document BUDATDATS8DATUM
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
REFDOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
REFRYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REFDOCLNNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
REFDOCCTDocument Type DOCCTCHAR1DOCCTGCT
REFACTIVBusiness Transaction GLVORCHAR4CHAR4
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR

Key field Non-key field



How do I retrieve data from SAP table GLSO2 using ABAP code

The following ABAP code Example will allow you to do a basic selection on GLSO2 to SELECT all data from the table
DATA: WA_GLSO2 TYPE GLSO2.

SELECT SINGLE *
FROM GLSO2
INTO CORRESPONDING FIELDS OF WA_GLSO2
WHERE...

How to access SAP table GLSO2

Within an ECC or HANA version of SAP you can also view further information about GLSO2 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!