GLO_S_ASSET_DATA SAP (Time-Independent Country-Specific Asset Master Data) Structure details

Dictionary Type: Structure
Description: Time-Independent Country-Specific Asset Master Data




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




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

GLO_S_ASSET_DATA 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 "Time-Independent Country-Specific Asset Master Data" 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_GLO_S_ASSET_DATA TYPE GLO_S_ASSET_DATA.

The GLO_S_ASSET_DATA table consists of various fields, each holding specific information or linking keys about Time-Independent Country-Specific Asset Master Data data available in SAP. These include ORGUNIT (Leading Organizational Unit for Asset Accounting), ASSET (Main Asset Number), SUBNUMBER (Asset Subnumber), GLO_RUS_DEPGR (Depreciation Group).. 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: Cannot Be Enhanced


SAP GLO_S_ASSET_DATA 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
ORGUNITLeading Organizational Unit for Asset Accounting FAA_ORG_CACHAR4Assigned to domainBUKRS
ASSETMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
SUBNUMBERAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
GLO_RUS_DEPGRDepreciation Group J_3RFAMORTGRCHAR4J_3RFDEPRGROUPORD4X
GLO_RUS_OKOFOKOF Code J_3RFOKOFCHAR9J_3RFTOKOFCHAR009
GLO_RUS_SERNRSerial Number J_3RFSERNRCHAR32CHAR32
GLO_RUS_PRECCTPrecious materials codes J_3RPRECCCHAR30CHAR30
GLO_RUS_PRECQQuantities list of countable precious materials J_3RPRECQCHAR40CHAR40
GLO_RUS_PRECWWeights list of precious materials J_3RPRECWCHAR50
GLO_RUS_PRT_TYPEProperty Type J_3RFPROPTYPECHAR1J_3RFPROPTYPESCHAR1
GLO_RUS_TTX_TYPETransport Type J_3RTYPVCHAR5J_3RTTYPVEH
GLO_RUS_TTX_VINManufacturer Vehicle Identification Number for Fleet Object FLEET_VINCHAR30FLEET_VIN
GLO_RUS_TTX_MNFDManufacturing Date J_3RTBAUJJDATS8
GLO_RUS_TTX_ECOCLASSEcological Class J_3R_ECOCLASSNUMC1NUMC1
GLO_RUS_ECOCLASSEcological Class J_3R_ECOCLASSNUMC1NUMC1
GLO_RUS_ECO_CLSEcological Class J_3R_ECO_CLSCHAR1J_3R_ECO_CLS
GLO_JP_AX16_STRCAsset Structure GLO_ANX16_STRCCHAR5GLOFAAJPSTRCGLO_ANX16_STRC
GLO_JP_AX16_ITEMAsset Item GLO_ANX16_ITEMCHAR5GLOFAAJPITEMGLO_ANX16_ITEM
GLO_JP_PTX_PRDCDAdditional Depreciation Code GLO_JP_PROPT_PRDCDCHAR8
GLO_IN_BLKKEYBlock Key GLO_IN_BLKKEYNUMC5GLO_IN_BLKKEY
GLO_IN_SUB_BLKEYSub Block key GLO_IN_SUB_BLKKEYNUMC5GLO_IN_BLKKEY
GLO_IN_ADDNL_DEPAdditional Depreciation GLO_IN_ADDNL_DEPCHAR1GLO_IN_ADDNL_DEP
GLO_IN_ADDNL_BLKBlock Key for Additional Depreciation GLO_IN_ADDNL_BLKNUMC5GLO_IN_BLKKEY
GLO_IN_R_D_ASSETR & D Asset GLO_IN_R_AND_D_ASSETCHAR1GLO_IN_R_AND_D_ASSET
GLO_IN_BLK_KEYBlock Key GLO_IN_BLK_KEYCHAR5GLO_IN_BLK_KEY
GLO_IN_ADNLBLKAdditional Depreciation Block Key GLO_IN_ADNL_BLK_KEYCHAR5GLO_IN_ADNL_BLK_KEY
GLO_IN_AST_USEPut to use date GLO_IN_AST_PUT_USEDATS8GLO_IN_AST_PUT_USE
GLO_IN_PRIOR_YRPrior Year Transaction GLO_IN_PRIOR_YRCHAR1GLO_IN_PRIOR_YR

Key field Non-key field



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

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

How to access SAP table GLO_S_ASSET_DATA

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