AFWBM_ATT_BM SAP (TRM: Key Table for Benchmark Master Data(General Attributes)) Table details

Dictionary Type: Table
Description: TRM: Key Table for Benchmark Master Data(General Attributes)




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




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

AFWBM_ATT_BM is a standard SAP Table which is used to store TRM: Key Table for Benchmark Master Data(General Attributes) data and is available within R/3 SAP systems depending on the version and release level.

The AFWBM_ATT_BM table consists of various fields, each holding specific information or linking keys about TRM: Key Table for Benchmark Master Data(General Attributes) data available in SAP. These include BMID (Benchmark ID), BMCATEGORY (Benchmark Category), AUTGR (Authorization Group), CURRENCY (Currency of a Benchmark).. 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: Can be enhanced (character-type or numeric)

Text table = AFWBM_ATT_BM_T


SAP AFWBM_ATT_BM 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 MANDTCLNT3T000MANDT
BMIDBenchmark ID AFWBM_BMIDCHAR12AFWBM_BMIDBMID
BMCATEGORYBenchmark Category AFWBM_CATEGORYINT13AFWBM_CATEGORY
AUTGRAuthorization Group TV_AUTGRCHAR4VTVAUTGRTV_AUTGR
CURRENCYCurrency of a Benchmark AFWBM_CURRENCYCUKY5TCURCWAERS
STATUSStatus of Benchmark AFWBM_STATUSCHAR1AFWBM_STATUS
CHARFLAGAssignment of characteristics is stored AFWBM_CHARFLAGCHAR1XFELD
DETAIL_INDEXUse Index as a Composite Benchmark AFWBM_DETAIL_IDXCHAR12AFWBM_ATT_BMAFWBM_BMID
FACTORY_CALFactory Calendar WFCIDCHAR2Assigned to domainWFCIDFCI
CRUSERCreated By AFW_CRUSERCHAR12Assigned to domainXUBNAME
CRTSTPTime Stamp AFW_TIMESTPNUMC14SYTSTP
UPUSERLast Changed By AFW_UPUSERCHAR12Assigned to domainXUBNAME
UPTSTPTime Stamp AFW_TIMESTPNUMC14SYTSTP

Key field Non-key field



How do I retrieve data from SAP table AFWBM_ATT_BM using ABAP code

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

SELECT SINGLE *
FROM AFWBM_ATT_BM
INTO CORRESPONDING FIELDS OF WA_AFWBM_ATT_BM
WHERE...

How to access SAP table AFWBM_ATT_BM

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