GLACCOUNT_WEB_ATTRIBUTES SAP (G/L Account Master Data Change Request: Attribute Fields) Structure details

Dictionary Type: Structure
Description: G/L Account Master Data Change Request: Attribute Fields




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




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

GLACCOUNT_WEB_ATTRIBUTES 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 Data Change Request: Attribute Fields" 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_WEB_ATTRIBUTES TYPE GLACCOUNT_WEB_ATTRIBUTES.

The GLACCOUNT_WEB_ATTRIBUTES table consists of various fields, each holding specific information or linking keys about G/L Account Master Data Change Request: Attribute Fields data available in SAP. These include LONG_TEXT (G/L account long text), ACCT_GROUP (G/L Account Group), ID_BS_ACCT (Indicator: Account is a balance sheet account?), INC_ST_ACT (P&L statement account type).. 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: Not classified


SAP GLACCOUNT_WEB_ATTRIBUTES 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
SHORT_TEXTG/L account short text TXT20_SKATCHAR20TEXT20
LONG_TEXTG/L account long text TXT50_SKATWEBCHAR50TEXT50
ACCT_GROUPG/L Account Group KTOKSCHAR4Assigned to domainKTOKS
ID_BS_ACCTIndicator: Account is a balance sheet account? XBILKCHAR1XFELD
INC_ST_ACTP&L statement account type GVTYPCHAR2CHAR2
FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
TRADE_IDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
GR_ACCT_NOGroup Account Number BILKTCHAR10Assigned to domainALPHASAKNR
ACCT_CURRAccount currency WAERS_SKB1CUKY5Assigned to domainWAERSFWS
BAL_LOC_CURRIndicator: Only Manage Balances in Local Currency XSALHCHAR1XFELD
KEY_EXCH_RATEKey for Exchange Rate Differences in Foreign Currency Accts KDFSLCHAR4Assigned to domainKDFSL
VAL_GRPValuation Group BEWGPCHAR10CHAR10
TAX_CATTax Category in Account Master Record SMWSKCHAR2SMWSK
TAX_NOT_REQIndicator: Tax code is not a required field XMWNOCHAR1XFELD
RECNC_ACCT_TYPAccount is reconciliation account MITKZCHAR1MITKZ
ALT_ACCT_NO_CCAlternative account number in company code ALTKT_SKB1CHAR10Assigned to domainALPHASAKNR
ACCT_EXT_SYSIndicator: account managed in external system WMETHCHAR2WMETH
INF_KEYInflation Key J_1AIFSKSCHAR8Assigned to domainJ_1AIFSKS
TOL_GRP_GLTolerance Group for G/L Accounts TOGRU_SCHAR4Assigned to domainTOGRU
OI_MANIndicator: Open item management? XOPVWCHAR1XFELD
LINE_DISPIndicator: Can Line Items Be Displayed by Account? XKRESCHAR1XFELD
KEY_ASSGNKey for sorting according to assignment numbers DZUAWACHAR3Assigned to domainZUAWA
AUTH_GROUPAuthorization Group BRGRUCHAR4Assigned to domainBRGRU
CLERKAccounting clerk BUSABCHAR2Assigned to domainBUSAB
FST_GRPField status group FSTAGCHAR4Assigned to domainFSTAG
ACCT_AUTO_POSTIndicator: Is account only posted to automatically? XINTBCHAR1XFELD
SUP_AUTOIndicator: Supplement for automatic postings ? XNKONCHAR1XFELD
REACCT_RDYIndicator: Reconcil.acct ready for input at time of posting? XMITKCHAR1XFELD
PLANNING_LEVELPlanning level FDLEVCHAR2Assigned to domainFDLEVFFE
CASH_RELCash receipt account / cash disbursement account XGKONCHAR1XFELD
CMMT_ITEMCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
HOUSEBANKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HOUSEBANKACCTIDID for account details HKTIDCHAR5Assigned to domainHKTID
INT_CALCInterest calculation indicator VZSKZCHAR2Assigned to domainVZSKZ
INT_CALC_MTHInterest calculation frequency in months DZINRTNUMC2ZINRT
REC_INDRecovery Indicator JV_RECINDCHAR2Assigned to domainALPHAJV_RECIND

Key field Non-key field



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

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

How to access SAP table GLACCOUNT_WEB_ATTRIBUTES

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