/1ACC/RT_________M810024 SAP Structure - Understanding its fields, table key, data, relationships and ABAP select examples

Dictionary Type: Structure
Description: Generated for FINB_RUNTIME/TAB_1COSVAR




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




Generated for FINB_RUNTIME/TAB_1COSVAR data

/1ACC/RT_________M810024 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 "Generated for FINB_RUNTIME/TAB_1COSVAR" 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_/1ACC/RT_________M810024 TYPE /1ACC/RT_________M810024.

The /1ACC/RT_________M810024 table consists of various fields, each holding specific information or linking keys about Generated for FINB_RUNTIME/TAB_1COSVAR data available in SAP. These include /1FB/CECSHEET (Costing Sheet for Template Access), /1FB/CEOVHKEY (Overhead Cost Key for Template Access), /1FB/COSTMODEL (Costing Model), /1FB/COSTVAR (Costing Variant).. 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


/1ACC/RT_________M810024 structure fields - Full list of fields found in SAP dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
/1FB/CECEVARCosting Variant for ERP Overhead Calcula /1FB/MD_________M8300TMCHAR4
/1FB/CECSHEETCosting Sheet for Template Access /1FB/MD_________M8300SLCHAR6
/1FB/CEOVHKEYOverhead Cost Key for Template Access /1FB/MD_________M8300QTCHAR6
/1FB/COSTMODELCosting Model /1FB/MD_________M8300H6CHAR10
/1FB/COSTVARCosting Variant /1FB/MD_________M8300HICHAR4
/1FB/PRICE_TYPEPrice Type /1FB/MD_________M8300HZCHAR3
FINB_CHNG_TSTAMPTime Stamp of Last Change FINB_CHNG_TSTAMPDEC15TZNTSTMPS
FINB_CREA_TSTAMPTime Stamp of Creation FINB_CREA_TSTAMPDEC15TZNTSTMPS
KURST_CURRExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
TXTMIMedium Text FINB_MD_TXTMICHAR40TEXT40
UAB_ERP_COSVARCosting Variant for ERP Overhead Calculation UAB_ERP_COSVARCHAR4
UAB_ERP_CSHEETCosting Sheet for Template Access UAB_ERP_CSHEETCHAR6
UAB_PASS_CLSPass On Costing Lot Size UAB_PASS_CLSCHAR1UAB_FLAG
UAB_PRICE_FACTORBase Quantity for Price to Display Prices UAB_PRICE_FACTORINT410
UAB_PRICE_TYPETOPrice Type To UAB_PRICE_TYPETOCHAR3
UAB_PRIO_PRULE11st Price Priority Rule UAB_PRIO_PRULE1CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE1010th Price Priority Rule UAB_PRIO_PRULE10CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE1111th Price Priority Rule UAB_PRIO_PRULE11CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE22nd Price Priority Rule UAB_PRIO_PRULE2CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE33rd Price Priority Rule UAB_PRIO_PRULE3CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE44th Price Priority Rule UAB_PRIO_PRULE4CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE55th Price Priority Rule UAB_PRIO_PRULE5CHAR3UAB_PRIO_PRULE
UAB_PRIO_PRULE66th Price Priority Rule UAB_PRIO_PRULE6CHAR3UAB_PRIO_PRULE
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_QRULE11. Select Manually Entered Quantity Structure UAB_PRIO_QRULE1CHAR1UAB_PRIO_QRULE
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
UAB_PRIO_RULE11. Select Imported Quantity Structure UAB_PRIO_RULE1CHAR1UAB_PRIO_RULE
UAB_PRIO_RULE22. Select Imported Quantity Structure UAB_PRIO_RULE2CHAR1UAB_PRIO_RULE
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_TGT_LIM_REDTarget Limit: Red UAB_TGT_LIM_REDDEC5(2)
UAB_TGT_LIM_YELTarget Limit: Yellow UAB_TGT_LIM_YELDEC5(2)
UA_FIRHIT_ACTIVEActive Indicator of Table First Hit UA_FIRHIT_ACTIVECHAR1BOOLE
UA_PRICE_SELRULEPrice Selection Rule UA_PRICE_SELRULECHAR1UA_PRICE_SELRULE
UA_PRIOPT_ACTIVEPrioritize Price Type in Price Selection UA_PRIOPT_ACTIVECHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP structure /1ACC/RT_________M810024 using ABAP code?

As /1ACC/RT_________M810024 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 /1ACC/RT_________M810024 as there is no data to select.

How to access SAP table /1ACC/RT_________M810024

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