FAGL_GLU1_FIX_FIELDS SAP (Fixed Fields in GLU1) Structure details

Dictionary Type: Structure
Description: Fixed Fields in GLU1




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




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

FAGL_GLU1_FIX_FIELDS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Fixed Fields in GLU1" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FAGL_GLU1_FIX_FIELDS TYPE FAGL_GLU1_FIX_FIELDS.

The FAGL_GLU1_FIX_FIELDS table consists of various fields, each holding specific information or linking keys about Fixed Fields in GLU1 data available in SAP. These include OCLNT (Original client), RLDNR (Ledger), RRCTY (Record Type), RVERS (Version).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FAGL_GLU1_FIX_FIELDS structure 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 MANDTCLNT3Assigned to domainMANDT
OCLNTOriginal client OCLNTNUMC3NUM3
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3Assigned to domainALPHARVERSGVS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
OBUKROriginal company code OBUKRCHAR4Assigned to domainBUKRS
ROBUKRSOriginal company code OBUKRCHAR4Assigned to domainBUKRS
RCOMPCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
RPRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
RBUSABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
POPERPosting period POPERNUMC3POPERPOPR
DOCCTDocument Type DOCCTCHAR1DOCCTGCT
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNDocument line DOCLNCHAR3DOCLN
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
TSLValue in Transaction Currency VTCURCURR15(2) WERTV8
HSLValue in local currency VLCURCURR15(2) WERTV8
KSLValue in group currency VGCURCURR15(2) WERTV8
ASLAdditional Quantity QUAN2_12QUAN23(3) MENGV12
AUNITAdditional unit of measure AUNITUNIT3Assigned to domainCUNITMEINS
SGTXTItem Text SGTXTCHAR50TEXT50
AUTOMIndicator: Automatic posting lines AUTOMCHAR1TEXT1
DOCTYFI-SL Document Type DOCTYCHAR2Assigned to domainDOCTYBAR
ACTIVBusiness Transaction GLVORCHAR4CHAR4
BVORGNumber of Cross-Company Code Posting Transaction BVORGCHAR16BVORG
RASSCCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
STAGRStatistical key figure STAGRCHAR6TKA03STAGRSTA
RLEVLPosting level RLEVLCHAR1RLEVL
REFDOCNRReference document number of an accounting document REFBELNRCHAR10ALPHABELNRBLN
REFRYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REFDOCLNNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
REFDOCCTDocument Type DOCCTCHAR1DOCCTGCT
REFACTIVBusiness Transaction GLVORCHAR4CHAR4
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWORGReference Organizational Units AWORGCHAR10AWORG
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
AWREF_REVReversal: Reverse Document Reference Document Number AWREF_REVCHAR10ALPHAAWREF
AWORG_REVReversal: Reverse Document Reference Organization AWORG_REVCHAR10AWORG
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ

Key field Non-key field



How do I retrieve data from SAP structure FAGL_GLU1_FIX_FIELDS using ABAP code?

As FAGL_GLU1_FIX_FIELDS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FAGL_GLU1_FIX_FIELDS as there is no data to select.

How to access SAP table FAGL_GLU1_FIX_FIELDS

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