GLACCOUNT_CCODE_ISS SAP (G/L Account Master Record: Company Code) Structure details

Dictionary Type: Structure
Description: G/L Account Master Record: Company Code




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




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

GLACCOUNT_CCODE_ISS 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 "G/L Account Master Record: Company Code" 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_GLACCOUNT_CCODE_ISS TYPE GLACCOUNT_CCODE_ISS.

The GLACCOUNT_CCODE_ISS table consists of various fields, each holding specific information or linking keys about G/L Account Master Record: Company Code data available in SAP. These include BUKRS (Company Code), SAKNR (G/L Account Number), DATA (), WAERS (Account Currency).. 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)


SAP GLACCOUNT_CCODE_ISS 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
KEYY 0
BUKRSCompany Code UISS_BUKRSCHAR4CHAR4
SAKNRG/L Account Number UISS_SAKNRCHAR10UISS_SAKNR
DATA 0
WAERSAccount Currency UISS_WAERS_SKB1CUKY5WAERS
XSALHManage Balances in Local Currency UISS_XSALHCHAR1XFELD
KDFSLKey for Exchange Rate Differences in Foreign Currency Accts UISS_KDFSLCHAR4UISS_KDFSL
BEWGPValuation Group UISS_BEWGPCHAR10CHAR10
MWSKZTax Category in Account Master Record UISS_SMWSKCHAR2UISS_SMWSK
XMWNOAllow Posting without Tax Code UISS_XMWNOCHAR1XFELD
MITKZAccount is reconciliation account UISS_MITKZCHAR1UISS_MITKZ
ALTKTAlternative Account Number in Company Code UISS_ALTKT_SKB1CHAR10UISS_SAKNR
WMETHAccount Management in External System UISS_WMETHCHAR2UISS_WMETH
INFKYInflation Key UISS_J_1AIFSKSCHAR8UISS_J_1AIFSKS
TOGRUTolerance Group for G/L Accounts UISS_TOGRU_SCHAR4UISS_TOGRU
XOPVWOpen Item Management Account UISS_XOPVWCHAR1XFELD
XKRESDisplay Line Items in Account UISS_XKRESCHAR1XFELD
ZUAWAKey for Sorting According to Assignment Numbers UISS_DZUAWACHAR3UISS_ZUAWA
BEGRUAuthorization Group UISS_BRGRUCHAR4UISS_BRGRU
BUSABAccounting Clerk UISS_BUSABCHAR2UISS_BUSAB
FSTAGField Status Group UISS_FSTAGCHAR4UISS_FSTAG
XINTBOnly Automatic Posting to Account UISS_XINTBCHAR1XFELD
XNKONSupplement for Automatic Postings UISS_XNKONCHAR1XFELD
XMITKReconciliation Account Ready for Input at Time of Posting UISS_XMITKCHAR1XFELD
FDLEVPlanning Level UISS_FDLEVCHAR2UISS_FDLEV
XGKONCash Receipt or Disbursement Account UISS_XGKONCHAR1XFELD
FIPOSCommitment Item UISS_FIPOSCHAR14FMCISUISS_FIPOS
HBKIDHouse Bank Short Key UISS_HBKIDCHAR5UISS_HBKID
HKTIDID for Account Details UISS_HKTIDCHAR5UISS_HKTID
VZSKZInterest Calculation Indicator UISS_VZSKZCHAR2UISS_VZSKZ
ZINDTLast Interest Calculation Key Date UISS_DZINDTDATS8DATUM
ZINRTInterest Calculation Frequency (Months) UISS_DZINRTNUMC2UISS_ZINRT
DATLZLast Interest Calculation Run Date UISS_DATLZDATS8DATUM
RECIDRecovery Indicator UISS_JV_RECINDCHAR2ALPHAUISS_JV_RECIND
XSPEBAccount Blocked for Posting UISS_XSPEBCHAR1XFELD
XLOEBAccount to be Deleted UISS_XLOEVCHAR1XFELD
XLGCLRClearing Specific to Ledger Groups UISS_XLGCLRCHAR1XFELD
INFO 0
ERDATRecord Creation Date UISS_ERDAT_RFDATS8DATUM
ERNAMName of Person who Created the Object UISS_ERNAM_RFCHAR12USNAM
ACTIONSingle-Character Indicator CHAR1CHAR1CHAR1
COAChart of Accounts UISS_KTOPLCHAR4UISS_KTOPLKPLC_KTOPL
ACCOUNTG/L Account Number UISS_SAKNRCHAR10UISS_SAKNR
COMPCODECompany Code UISS_BUKRSCHAR4CHAR4
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table GLACCOUNT_CCODE_ISS

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