/1ACC/RT_________M81007W SAP (Generated for FINB_RUNTIME/TAB_0PRICE001_WITH_STATUS) Structure details
Description: Generated for FINB_RUNTIME/TAB_0PRICE001_WITH_STATUS
Related tables to /1ACC/RT_________M81007W
Access table /1ACC/RT_________M81007W
Structure field list including key, data, relationships and ABAP select examples
/1ACC/RT_________M81007W 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_0PRICE001_WITH_STATUS" 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_________M81007W TYPE /1ACC/RT_________M81007W.
The /1ACC/RT_________M81007W table consists of various fields, each holding specific information or linking keys about Generated for FINB_RUNTIME/TAB_0PRICE001_WITH_STATUS data available in SAP. These include FINB_CHNG_TSTAMP (Time Stamp of Last Change), FINB_CREA_TSTAMP (Time Stamp of Creation), FINB_DB_STATUS (Change Indicator), FINB_SNDKEY (Document Key of the Sending System).. 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
SAP /1ACC/RT_________M81007W structure fields - Full list of fields found in SAP data dictionary
Are you after S/4Hana specific information, see here for details and fields available for the SAP S/4HANA version of /1ACC/RT_________M81007W table, also allows you to check if it is still a table or has become a CDS view as part of the HANA simplifications
Field | Description | Data Element | Data Type | length (Dec) | Check table | Conversion Routine | Domain Name | MemoryID | SHLP |
ACC_SYSTEM | Accounting System | ACC_SYSTEM | CHAR | 8 | Assigned to domain | ACC_SYSTEM | ACC_SYSTEM | ||
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_DB_STATUS | Change Indicator | FINB_DB_STATUS | CHAR | 1 | FINB_DB_STATUS | ||||
FINB_SNDKEY | Document Key of the Sending System | FINB_SNDKEY | CHAR | 35 | FINB_SNDKEY | ||||
FINB_SND_ID | Sender Identification | FINB_SND_ID | CHAR | 25 | FINB_SND_ID | ||||
FIN_CURRENCY | Currency Key | FIN_CURRENCY | CUKY | 5 | Assigned to domain | WAERS | |||
FIN_CURRTYPE | Currency Type | FIN_CURRTYPE | CHAR | 2 | Assigned to domain | ALPHA | FIN_CURRTYPE | ||
FIN_FROMYEARPER | Valid-From Period | FIN_FROMYEARPER | NUMC | 7 | PERI7 | RSFISCPER | |||
FIN_PRCBASE | Base Quantity for Price | FIN_PRCBASE | QUAN | 23(3) | FIN_QUANTITY | ||||
FIN_PRCFIX | Price, Fixed | FIN_PRCFIX | CURR | 23(2) | FIN_AMOUNT | ||||
FIN_PRCINVCHGIND | Price Was Used to Change Inventory Price | FIN_PRCINVCHGIND | CHAR | 1 | BOOLE | ||||
FIN_PRCVARIANT | Price Variant | FIN_PRCVARIANT | CHAR | 4 | FIN_PRCVARIANT | ||||
FIN_PRICE | Price | FIN_PRICE | CURR | 23(2) | FIN_AMOUNT | ||||
FIN_PRICELABEL | Price Type | FIN_PRICELABEL | CHAR | 3 | Assigned to domain | FIN_PRICELABEL | FIN_PRICELABEL | ||
FIN_TOYEARPER | Valid-To Period | FIN_TOYEARPER | NUMC | 7 | PERI7 | RSFISCPER | |||
FIN_UOM | Unit of Measure | FIN_UOM | UNIT | 3 | Assigned to domain | CUNIT | MEINS | ||
FOBJ_OBJECT_ID | Object ID | FOBJ_OBJECT_ID | RAW | 16 | SYSUUID | ||||
FOBJ_TYPE_NAME | Name of an Object Type | FOBJ_TYPE_NAME | CHAR | 10 | FINB_TYPE_NAME |
Key field | Non-key field |
How do I retrieve data from SAP structure /1ACC/RT_________M81007W using ABAP code?
As /1ACC/RT_________M81007W 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_________M81007W as there is no data to select.How to access SAP table /1ACC/RT_________M81007W
Within an ECC or HANA version of SAP you can also view further information about /1ACC/RT_________M81007W 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