GLSO3 SAP (FI-SL LI Table with Objects for GLTO3) Table details

Dictionary Type: Table
Description: FI-SL LI Table with Objects for GLTO3




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




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

GLSO3 is a standard SAP Table which is used to store FI-SL LI Table with Objects for GLTO3 data and is available within R/3 SAP systems depending on the version and release level.

The GLSO3 table consists of various fields, each holding specific information or linking keys about FI-SL LI Table with Objects for GLTO3 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 GLSO3 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
RBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
RBUSABusiness Area GSBERCHAR4TGSBGSBERGSB
RUMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
RMVCTTransaction Type RMVCTCHAR3T856RMVCT
RASSCCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
RKOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
RCNTRCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
RACVTActivity Type LSTARCHAR6CSLALSTARLARLART_EMPTY
SBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
SBUSATrading partner's business area PARGBCHAR4TGSBGSBERGSB
SUMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
SMVCTTransaction Type RMVCTCHAR3T856RMVCT
SASSCCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
SKOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
SCNTRCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
SACVTActivity Type LSTARCHAR6CSLALSTARLARLART_EMPTY
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSLValue in local currency VLCUR9CURR17(2) WERTV9
KSLValue in group currency VGCUR9CURR17(2) WERTV9
MSLQuantity QUAN1_9QUAN17(3) MENGV9
ASLAdditional Quantity QUAN2_9QUAN17(3) MENGV9
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 GLSO3 using ABAP code

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

SELECT SINGLE *
FROM GLSO3
INTO CORRESPONDING FIELDS OF WA_GLSO3
WHERE...

How to access SAP table GLSO3

Within an ECC or HANA version of SAP you can also view further information about GLSO3 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!