/1ACC/EA_________M810016 SAP Structure - Understanding its fields, table key, data, relationships and ABAP select examples
Description: /1ACC/EA_________M810016
Related tables to /1ACC/EA_________M810016
Access table /1ACC/EA_________M810016
/1ACC/EA_________M810016 data
/1ACC/EA_________M810016 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 "/1ACC/EA_________M810016" 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/EA_________M810016 TYPE /1ACC/EA_________M810016.
The /1ACC/EA_________M810016 table consists of various fields, each holding specific information or linking keys about /1ACC/EA_________M810016 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. .
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced
/1ACC/EA_________M810016 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/CECEVAR | Costing Variant for ERP Overhead Calcula | /1FB/MD_________M8300TM | CHAR | 4 | |||||
/1FB/CECSHEET | Costing Sheet for Template Access | /1FB/MD_________M8300SL | CHAR | 6 | |||||
/1FB/CEOVHKEY | Overhead Cost Key for Template Access | /1FB/MD_________M8300QT | CHAR | 6 | |||||
/1FB/COSTMODEL | Costing Model | /1FB/MD_________M8300H6 | CHAR | 10 | |||||
/1FB/COSTVAR | Costing Variant | /1FB/MD_________M8300HI | CHAR | 4 | |||||
/1FB/PRICE_TYPE | Price Type | /1FB/MD_________M8300HZ | CHAR | 3 | |||||
FINB_CHNG_TSTAMP | Time Stamp of Last Change | FINB_CHNG_TSTAMP | DEC | 15 | TZNTSTMPS | ||||
FINB_CREA_TSTAMP | Time Stamp of Creation | FINB_CREA_TSTAMP | DEC | 15 | TZNTSTMPS | ||||
KURST_CURR | Exchange Rate Type | KURST_CURR | CHAR | 4 | Assigned to domain | KURST | |||
TXTMI | Medium Text | FINB_MD_TXTMI | CHAR | 40 | TEXT40 | ||||
UAB_ERP_COSVAR | Costing Variant for ERP Overhead Calculation | UAB_ERP_COSVAR | CHAR | 4 | |||||
UAB_ERP_CSHEET | Costing Sheet for Template Access | UAB_ERP_CSHEET | CHAR | 6 | |||||
UAB_PASS_CLS | Pass On Costing Lot Size | UAB_PASS_CLS | CHAR | 1 | UAB_FLAG | ||||
UAB_PRICE_FACTOR | Base Quantity for Price to Display Prices | UAB_PRICE_FACTOR | INT4 | 10 | |||||
UAB_PRIO_PRULE1 | 1st Price Priority Rule | UAB_PRIO_PRULE1 | CHAR | 3 | UAB_PRIO_PRULE | ||||
UAB_PRIO_PRULE2 | 2nd Price Priority Rule | UAB_PRIO_PRULE2 | CHAR | 3 | UAB_PRIO_PRULE | ||||
UAB_PRIO_PRULE3 | 3rd Price Priority Rule | UAB_PRIO_PRULE3 | CHAR | 3 | UAB_PRIO_PRULE | ||||
UAB_PRIO_PRULE4 | 4th Price Priority Rule | UAB_PRIO_PRULE4 | CHAR | 3 | UAB_PRIO_PRULE | ||||
UAB_PRIO_PRULE5 | 5th Price Priority Rule | UAB_PRIO_PRULE5 | CHAR | 3 | UAB_PRIO_PRULE | ||||
UAB_PRIO_PRULE6 | 6th Price Priority Rule | UAB_PRIO_PRULE6 | CHAR | 3 | UAB_PRIO_PRULE | ||||
UAB_PRIO_QRULE1 | 1. Select Manually Entered Quantity Structure | UAB_PRIO_QRULE1 | CHAR | 1 | UAB_PRIO_QRULE | ||||
UAB_PRIO_QRULE2 | 2. Select Manually Entered Quantity Structure | UAB_PRIO_QRULE2 | CHAR | 1 | UAB_PRIO_QRULE | ||||
UAB_PRIO_QRULE3 | 3. Select Manually Entered Quantity Structure | UAB_PRIO_QRULE3 | CHAR | 1 | UAB_PRIO_QRULE | ||||
UAB_PRIO_RULE1 | 1. Select Imported Quantity Structure | UAB_PRIO_RULE1 | CHAR | 1 | UAB_PRIO_RULE | ||||
UAB_PRIO_RULE2 | 2. Select Imported Quantity Structure | UAB_PRIO_RULE2 | CHAR | 1 | UAB_PRIO_RULE | ||||
UAB_PRIO_RULE3 | 3. Select Imported Quantity Structure | UAB_PRIO_RULE3 | CHAR | 1 | UAB_PRIO_RULE | ||||
UAB_TAB_TYPENAME | Table Type Name | UAB_TAB_TYPENAME | CHAR | 10 | ACC_TYPE_NAME | UAB_TYPENAME | UAB_TABLE_TYPENAME | ||
UAB_TGT_LIM_RED | Target Limit: Red | UAB_TGT_LIM_RED | DEC | 5(2) | |||||
UAB_TGT_LIM_YEL | Target Limit: Yellow | UAB_TGT_LIM_YEL | DEC | 5(2) |
Key field | Non-key field |
How do I retrieve data from SAP structure /1ACC/EA_________M810016 using ABAP code?
As /1ACC/EA_________M810016 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/EA_________M810016 as there is no data to select.How to access SAP table /1ACC/EA_________M810016
Within an ECC or HANA version of SAP you can also view further information about /1ACC/EA_________M810016 and the data within it using relevant transactions such asSE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).
Search for further information about these or an SAP related objects