BAPICMS_STR_MOV_ACR_CRT SAP (BAPI : Structure for aircraft details) Structure details

Dictionary Type: Structure
Description: BAPI : Structure for aircraft details




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




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

BAPICMS_STR_MOV_ACR_CRT 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 aircraft details" 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_STR_MOV_ACR_CRT TYPE BAPICMS_STR_MOV_ACR_CRT.

The BAPICMS_STR_MOV_ACR_CRT table consists of various fields, each holding specific information or linking keys about BAPI : Structure for aircraft details data available in SAP. These include IS_REGISTERED (Registered), COUNTRY_OF_REGISTRATION (Registration Country), COUNTRY_OF_REGISTRATION_ISO (Country ISO code), REGISTRATION_MARK (Registration Mark).. 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: Not classified


SAP BAPICMS_STR_MOV_ACR_CRT 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
DELIVERY_DATEDelivery Date BAPICMS_DTE_MOV_DELVDATDATS8CMS_MOV_DELVDAT
IS_REGISTEREDRegistered BAPICMS_DTE_MOV_REGCHAR1CMS_MOV_REG
COUNTRY_OF_REGISTRATIONRegistration Country BAPICMS_DTE_MOV_REGCCHAR3Assigned to domainLAND1
COUNTRY_OF_REGISTRATION_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
REGISTRATION_MARKRegistration Mark BAPICMS_DTE_MOV_REGMCHAR6CMS_MOV_REGM
REGISTRATION_COMMENTSRegistration Comments BAPICMS_DTE_MOV_RCCHAR30CMS_MOV_RC
ENGINE_MANUFACTUREREngine Manufacturer BAPICMS_DTE_MOV_EMANCHAR30CMS_MOV_EMAN
ENGINE_MODELEngine Model BAPICMS_DTE_MOV_EMODCHAR12CMS_MOV_EMOD
ENGINE_POOLEngine pooling BAPICMS_DTE_MOV_EPOOLCHAR10CMS_MOV_EPOOL
REMARKS_ENGINE_POOLINGEngine pooling remarks BAPICMS_DTE_MOV_EPRMKCHAR30CMS_MOV_EPRMK
NUMBER_OF_ENGINESNumber of Engines BAPICMS_DTE_MOV_NOEINT410CMS_MOV_NOE
NAMEObject model name BAPICMS_DTE_MOV_OMCHAR30CMS_MOV_OM
MAX_TAKE_OFF_WEIGHTMaximum take-off weight BAPICMS_DTE_MOV_MTOWQUAN13(3) CMS_MOV_MTOW
UNIT_MAX_TAKE_OFF_WEIGHTMaximum take off weight (Unit) BAPICMS_DTE_MOV_MTOW_UNTUNIT3CMS_MOV_MTOW_UNT
UNIT_MAX_TAKE_OFF_WEIGHT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
MANUFACTURERS_SERIAL_NUMBERMSN Number BAPICMS_DTE_MOV_MSNCHAR10CMS_MOV_MSNNO
RATING_CLASSRating Class BAPICMS_DTE_MOV_RATCLSCHAR6CMS_ATT_ID_TYP
RATING_DATERating Date BAPICMS_DTE_MOV_RATDDATS8CMS_MOV_RATD

Key field Non-key field



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

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

How to access SAP table BAPICMS_STR_MOV_ACR_CRT

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