/1ACC/TAB__M8008 SAP (Costing Variant /Header Table) Table details

Dictionary Type: Table
Description: Costing Variant /Header Table




ABAP Code to SELECT data from /1ACC/TAB__M8008
Related tables to /1ACC/TAB__M8008
Access table /1ACC/TAB__M8008




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

/1ACC/TAB__M8008 is a standard SAP Table which is used to store Costing Variant /Header Table data and is available within R/3 SAP systems depending on the version and release level.

The /1ACC/TAB__M8008 table consists of various fields, each holding specific information or linking keys about Costing Variant /Header Table data available in SAP. These include /1FB/COSTVAR (Costing Variant), UAB_PRIO_QRULE2 (2. Select Manually Entered Quantity Structure), UAB_PRIO_QRULE3 (3. Select Manually Entered Quantity Structure), /1FB/CECSHEET (Costing Sheet for Template Access).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /1ACC/TAB__M8008 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
/1FB/COSTVARCosting Variant /1FB/MD_________M8300HICHAR4
UAB_PRIO_QRULE22. Select Manually Entered Quantity Structure UAB_PRIO_QRULE2CHAR1UAB_PRIO_QRULE
UAB_PRIO_QRULE33. Select Manually Entered Quantity Structure UAB_PRIO_QRULE3CHAR1UAB_PRIO_QRULE
/1FB/CECSHEETCosting Sheet for Template Access /1FB/MD_________M8300SLCHAR6
/1FB/CEOVHKEYOverhead Cost Key for Template Access /1FB/MD_________M8300QTCHAR6
/1FB/CECEVARCosting Variant for ERP Overhead Calcula /1FB/MD_________M8300TMCHAR4
/1FB/COSTMODELCosting Model /1FB/MD_________M8300H6CHAR10
FINB_DB_STATUSChange Indicator FINB_DB_STATUSCHAR1FINB_DB_STATUS
FINB_CREA_TSTAMPTime Stamp of Creation FINB_CREA_TSTAMPDEC15TZNTSTMPS
FINB_CHNG_TSTAMPTime Stamp of Last Change FINB_CHNG_TSTAMPDEC15TZNTSTMPS
UAB_PRICE_FACTORBase Quantity for Price to Display Prices UAB_PRICE_FACTORINT410
TXTMIMedium Text FINB_MD_TXTMICHAR40TEXT40
UAB_TGT_LIM_REDTarget Limit: Red UAB_TGT_LIM_REDDEC5(2)
UAB_TGT_LIM_YELTarget Limit: Yellow UAB_TGT_LIM_YELDEC5(2)
/1FB/PRICE_TYPEPrice Type /1FB/MD_________M8300HZCHAR3
KURST_CURRExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
UAB_PASS_CLSPass On Costing Lot Size UAB_PASS_CLSCHAR1UAB_FLAG
UAB_ERP_COSVARCosting Variant for ERP Overhead Calculation UAB_ERP_COSVARCHAR4
UAB_ERP_CSHEETCosting Sheet for Template Access UAB_ERP_CSHEETCHAR6
UAB_PRIO_RULE11. Select Imported Quantity Structure UAB_PRIO_RULE1CHAR1UAB_PRIO_RULE
UAB_PRIO_PRULE33rd Price Priority Rule UAB_PRIO_PRULE3CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE44th Price Priority Rule UAB_PRIO_PRULE4CHAR3UAB_PRIO_PRULE
UAB_PRIO_RULE22. Select Imported Quantity Structure UAB_PRIO_RULE2CHAR1UAB_PRIO_RULE
UAB_PRIO_PRULE22nd Price Priority Rule UAB_PRIO_PRULE2CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE11st Price Priority Rule UAB_PRIO_PRULE1CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE66th Price Priority Rule UAB_PRIO_PRULE6CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE55th Price Priority Rule UAB_PRIO_PRULE5CHAR3UAB_PRIO_PRULE
UAB_PRIO_RULE33. Select Imported Quantity Structure UAB_PRIO_RULE3CHAR1UAB_PRIO_RULE
UAB_TAB_TYPENAMETable Type Name UAB_TAB_TYPENAMECHAR10ACC_TYPE_NAMEUAB_TYPENAMEUAB_TABLE_TYPENAME
UAB_PRIO_QRULE11. Select Manually Entered Quantity Structure UAB_PRIO_QRULE1CHAR1UAB_PRIO_QRULE
UAB_PRIO_PRULE77th Price Priority Rule UAB_PRIO_PRULE7CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE88th Price Priority Rule UAB_PRIO_PRULE8CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE99th Price Priority Rule UAB_PRIO_PRULE9CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE1010th Price Priority Rule UAB_PRIO_PRULE10CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE1111th Price Priority Rule UAB_PRIO_PRULE11CHAR3UAB_PRIO_PRULE
UA_FIRHIT_ACTIVEActive Indicator of Table First Hit UA_FIRHIT_ACTIVECHAR1BOOLE
UA_PRICE_SELRULEPrice Selection Rule UA_PRICE_SELRULECHAR1UA_PRICE_SELRULE
UAB_PRICE_TYPETOPrice Type To UAB_PRICE_TYPETOCHAR3
UA_PRIOPT_ACTIVEPrioritize Price Type in Price Selection UA_PRIOPT_ACTIVECHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP table /1ACC/TAB__M8008 using ABAP code

The following ABAP code Example will allow you to do a basic selection on /1ACC/TAB__M8008 to SELECT all data from the table
DATA: WA_/1ACC/TAB__M8008 TYPE /1ACC/TAB__M8008.

SELECT SINGLE *
FROM /1ACC/TAB__M8008
INTO CORRESPONDING FIELDS OF WA_/1ACC/TAB__M8008
WHERE...

How to access SAP table /1ACC/TAB__M8008

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