GLX_ORG_INFO SAP (Organizational Assignment) Structure details

Dictionary Type: Structure
Description: Organizational Assignment




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




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

GLX_ORG_INFO 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 "Organizational Assignment" 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_GLX_ORG_INFO TYPE GLX_ORG_INFO.

The GLX_ORG_INFO table consists of various fields, each holding specific information or linking keys about Organizational Assignment data available in SAP. These include MANDT (Client), BUKRS (Company Code), RLDNR (Ledger), BUKZ (Blocking indicator).. 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 GLX_ORG_INFO 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
BUKZBlocking indicator SPKZCHAR1SPKZ
PRKZIndicator: Ledger is always checked PRKZCHAR1XFELD
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
GLSIPWrite line items GLSIPCHAR1XFELD
VTRHJBalance carried forward to fiscal year VTRHJNUMC4GJAHRGJAHR
CURR1Currency key of currency 2 CURR1CUKY5TCURCWAERSFWS
CURR2Currency key of currency 3 CURR2CUKY5TCURCWAERSFWS
CURR3Currency key of currency 4 CURR3CUKY5Assigned to domainWAERSFWS
RCCURActivation of the third currency in the ledger RCCUR1CHAR1XFELD
LCCURStore second currency LCCUR1CHAR1XFELD
OCCURManage fourth currency OCCURCHAR1XFELD
CURT1Currency type of the local currency (HSL) CURT_HSLCHAR2CURTP
CURT2Currency type of the group currency (KSL) CURT_KSLCHAR2CURTP
CURT3Currency type of currency 4 CURT_OSLCHAR2CURTP
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
ALTSVIndicator: Validation type for accounts ALTSVCHAR1ALTSV
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
RCOMPCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
FG_CURT1Field group where currency type is carried FG_CURTCHAR3CHAR3
FG_CURT2Field group where currency type is carried FG_CURTCHAR3CHAR3
FG_CURT3Field group where currency type is carried FG_CURTCHAR3CHAR3
VALUTYPValuation G_VALUTYPNUMC1VALUTYP
RFIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
OPVARPosting Period Variant OPVARCHAR4Assigned to domainOPVAR
TOYEARFiscal Year Until which a General Ledger Is Activated FAGL_TOYEARNUMC4GJAHRGJAHR

Key field Non-key field



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

As GLX_ORG_INFO 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 GLX_ORG_INFO as there is no data to select.

How to access SAP table GLX_ORG_INFO

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