/1ACC/RT_________M81002K SAP Structure - Understanding its fields, table key, data, relationships and ABAP select examples
Description: Generated for FINB_RUNTIME/TAB_1HISPPRC
Related tables to /1ACC/RT_________M81002K
Access table /1ACC/RT_________M81002K
Generated for FINB_RUNTIME/TAB_1HISPPRC data
/1ACC/RT_________M81002K 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_1HISPPRC" 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_________M81002K TYPE /1ACC/RT_________M81002K.
The /1ACC/RT_________M81002K table consists of various fields, each holding specific information or linking keys about Generated for FINB_RUNTIME/TAB_1HISPPRC data available in SAP. These include /1FB/COS_DATVAL (Valuation Date), /1FB/CUSTOMER (Customer number), /1FB/PLANT (Plant), /1FB/PRICE_BASE (Base Quantity for Price).. 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/RT_________M81002K 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/CEPMAT | Provisional Material | /1FB/MD_________M8300R6 | CHAR | 18 | |||||
/1FB/COS_DATVAL | Valuation Date | /1FB/MD_________M8300M7 | DATS | 8 | |||||
/1FB/CUSTOMER | Customer number | /1FB/MD_________M8300O5 | CHAR | 10 | |||||
/1FB/PLANT | Plant | /1FB/MD_________M8300MD | CHAR | 4 | |||||
/1FB/PRICE_BASE | Base Quantity for Price | /1FB/MD_________M8300HW | QUAN | 17(3) | |||||
/1FB/PRICE_MAT | Material Price | /1FB/MD_________M8300GW | CURR | 17(2) | |||||
/1FB/PRICE_TYPE | Price Type | /1FB/MD_________M8300HZ | CHAR | 3 | |||||
CURRENCY | Currency Key | CURRENCY | CUKY | 5 | Assigned to domain | WAERS | |||
DATE | Date in CHAR format | DATE | CHAR | 8 | CHAR8 | ||||
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 | ||||
FINB_UNIT | Unit of Measure | FINB_UNIT | UNIT | 3 | Assigned to domain | CUNIT | MEINS | ||
UAB_QUNTI_NUMC | Unit for Prices | UAB_QUNTI_NUMC | NUMC | 15 | |||||
UNIT | Unit | UNIT | UNIT | 3 | CUNIT | EINHEIT |
Key field | Non-key field |
How do I retrieve data from SAP structure /1ACC/RT_________M81002K using ABAP code?
As /1ACC/RT_________M81002K 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_________M81002K as there is no data to select.How to access SAP table /1ACC/RT_________M81002K
Within an ECC or HANA version of SAP you can also view further information about /1ACC/RT_________M81002K 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