BAPICMS_RE_STR_MAINOBJ_ACS_GET SAP (BAPI : Structure for Accessory) Structure details

Dictionary Type: Structure
Description: BAPI : Structure for Accessory




ABAP Code to SELECT data from BAPICMS_RE_STR_MAINOBJ_ACS_GET
Related tables to BAPICMS_RE_STR_MAINOBJ_ACS_GET
Access table BAPICMS_RE_STR_MAINOBJ_ACS_GET




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

BAPICMS_RE_STR_MAINOBJ_ACS_GET 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 "BAPI : Structure for Accessory" 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_BAPICMS_RE_STR_MAINOBJ_ACS_GET TYPE BAPICMS_RE_STR_MAINOBJ_ACS_GET.

The BAPICMS_RE_STR_MAINOBJ_ACS_GET table consists of various fields, each holding specific information or linking keys about BAPI : Structure for Accessory data available in SAP. These include TYPE (Real Estate Object Type ID), ACCESSORY_TYPE (Accessory Type), NUMBER_OF_ACCESSORIES (No of units of accessories), VALUE (Value of the accessory).. 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 BAPICMS_RE_STR_MAINOBJ_ACS_GET structure 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
IDENTIFICATIONObject ID BAPICMS_RE_DTE_OBJECT_IDCHAR20ALPHACMS_RE_OBJECT_IDCMS_RE_OBJECT_IDCMS_RE_SRCH_ALL
TYPEReal Estate Object Type ID BAPICMS_RE_DTE_OBJ_TYPCHAR6Assigned to domainCMS_RE_TYPCMS_RE_OBJECT_TYPE
ACCESSORY_TYPEAccessory Type BAPICMS_RE_DTE_ACC_TYPECHAR6CMS_ATT_ID_TYP
NUMBER_OF_ACCESSORIESNo of units of accessories BAPICMS_RE_DTE_NO_OF_ACSINT410CMS_RE_UNITS
VALUEValue of the accessory BAPICMS_RE_DTE_ACS_VALUEDEC23(4) BAPICURR
CURRENCY_VALUECurrency for Value of the accessory BAPICMS_RE_DTE_ACS_VALUE_CURRCUKY5Assigned to domainWAERS
CURRENCY_VALUE_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
ACS_DESCRIPTIONDescription of the cost BAPICMS_RE_DTE_CST_DESCCHAR30CMS_RE_DESC
ACS_IDNETIFICATIONAccessory/Special Eqipment sequence number BAPICMS_RE_DTE_ACS_IDNUMC4CMS_ACS_ID
IS_SUB_ASSET_CREATEIndicates whether an subasset created for this building part BAPICMS_RE_DTE_SUB_AST_FLGCHAR1ALPHACMS_RE_FLG
RISK_CODERisk Code BAPICMS_DTE_OMS_RISK_CODECHAR6Assigned to domainCMS_RE_RISK_CODE
SAFETY_INDICATORIndicates that the asset has a default sfty discount or not BAPICMS_DTE_OMS_IND_SFTY_DISCCHAR2CMS_RE_IND_SFTY
SAFETY_DISCOUNTSafety discount BAPICMS_DTE_OMS_SAFETY_DSCNTDEC10(6) CMS_RE_PCT
SAFETY_AMOUNTSafety discount as an amount BAPICMS_DTE_OMS_SAFETY_AMTDEC23(4) BAPICURR
CURRENCY_SAFETY_AMOUNTCurrency of the Safety discount amount BAPICMS_DTE_OMS_SAFTY_AMT_CURRCUKY5Assigned to domainWAERS
CURRENCY_SAFETY_AMOUNT_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
VALUATION_TYPEType of Check conducted on the object BAPICMS_DTE_OMS_IND_VALN_TYPCHAR2CMS_RE_VALN_TYP
UNIT_VALUATION_FREQUENCYIndicator for frequency of Valuation BAPICMS_DTE_OMS_IND_FREQUENCYCHAR2CMS_RE_IND_FREQUENCY
PERIOD_VALUATION_FREQUENCYPeriod of revaluation for a real estate BAPICMS_DTE_OMS_VALN_FREQ_PERDNUMC4CMS_RE_VALN_FREQ_PERIOD
PREVIOUS_VALUATION_DATEDate on which the asset was last valued BAPICMS_DTE_OMS_VALN_DATEDATS8CMS_RE_DATE
VALID_FROMValuation Start date BAPICMS_DTE_OMS_START_DATEDATS8CMS_RE_DATE
VALID_TOValuation End date BAPICMS_DTE_OMS_END_DATEDATS8CMS_RE_DATE
LENDING_RATE_INDICATORIndicates that the asset has a default lending rate or not BAPICMS_DTE_OMS_IND_LND_RTECHAR2CMS_RE_IND_LRTE
LENDING_RATE1Lending rate 1 BAPICMS_DTE_OMS_LRTE_PCT1DEC10(6) CMS_RE_PCT
LENDING_RATE2Lending rate 2 BAPICMS_DTE_OMS_LRTE_PCT2DEC10(6) CMS_RE_PCT
LENDING_RATE3Lending rate 3 BAPICMS_DTE_OMS_LRTE_PCT3DEC10(6) CMS_RE_PCT
LENDING_RATE4Lending rate 4 BAPICMS_DTE_OMS_LRTE_PCT4DEC10(6) CMS_RE_PCT
LENDING_RATE5Lending rate 5 BAPICMS_DTE_OMS_LRTE_PCT5DEC10(6) CMS_RE_PCT

Key field Non-key field



How do I retrieve data from SAP structure BAPICMS_RE_STR_MAINOBJ_ACS_GET using ABAP code?

As BAPICMS_RE_STR_MAINOBJ_ACS_GET 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 BAPICMS_RE_STR_MAINOBJ_ACS_GET as there is no data to select.

How to access SAP table BAPICMS_RE_STR_MAINOBJ_ACS_GET

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