GLOFAAASSETDATA SAP (Country-Specific Asset Master Records) Table details

Dictionary Type: Table
Description: Country-Specific Asset Master Records




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




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

GLOFAAASSETDATA is a standard SAP Table which is used to store Country-Specific Asset Master Records data and is available within R/3 SAP systems depending on the version and release level.

The GLOFAAASSETDATA table consists of various fields, each holding specific information or linking keys about Country-Specific Asset Master Records data available in SAP. These include MANDT (Client), BUKRS (Company Code), ANLN1 (Main Asset Number), ANLN2 (Asset Subnumber).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GLOFAAASSETDATA table 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 MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ANLN1Main Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
ANLN2Asset 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_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_RUS_PRT_TYPEProperty Type J_3RFPROPTYPECHAR1J_3RFPROPTYPESCHAR1
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 table GLOFAAASSETDATA using ABAP code

The following ABAP code Example will allow you to do a basic selection on GLOFAAASSETDATA to SELECT all data from the table
DATA: WA_GLOFAAASSETDATA TYPE GLOFAAASSETDATA.

SELECT SINGLE *
FROM GLOFAAASSETDATA
INTO CORRESPONDING FIELDS OF WA_GLOFAAASSETDATA
WHERE...

How to access SAP table GLOFAAASSETDATA

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