/IAM/S_BAPI_PMORD_RESULT SAP (BAPI Communication Struc.: Result List for Maintenance Order) Structure details

Dictionary Type: Structure
Description: BAPI Communication Struc.: Result List for Maintenance Order




ABAP Code to SELECT data from /IAM/S_BAPI_PMORD_RESULT
Related tables to /IAM/S_BAPI_PMORD_RESULT
Access table /IAM/S_BAPI_PMORD_RESULT




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

/IAM/S_BAPI_PMORD_RESULT 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 Communication Struc.: Result List for Maintenance Order" 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_/IAM/S_BAPI_PMORD_RESULT TYPE /IAM/S_BAPI_PMORD_RESULT.

The /IAM/S_BAPI_PMORD_RESULT table consists of various fields, each holding specific information or linking keys about BAPI Communication Struc.: Result List for Maintenance Order data available in SAP. These include ORDER_TYPE (Order Type for Maintenance Orders), CURRENCY (), CURRENCY_ISO (), ENTERED_BY ().. 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: Can be enhanced (character-type or numeric)


SAP /IAM/S_BAPI_PMORD_RESULT 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
ORDERIDMaintenance Order /IAM/PM_ORDERCHAR12
ORDER_TYPEOrder Type for Maintenance Orders /IAM/PM_ORDERTYPECHAR4
CURRENCY 0
CURRENCY_ISO 0
ENTERED_BY 0
ENTER_DATE 0
CHANGED_BY 0
CHANGE_DATE 0
SHORT_TEXTMaintenance Order Description /IAM/PM_ORDER_TEXTCHAR40/IAM/SHORTTEXT
LONG_TEXT_FLAG 0
COMP_CODE 0
PLANT 0
BUS_AREA 0
CO_AREA 0
RESPCCTR 0
DELETION_FLAG 0
CSTG_SHEET 0
OVERHEAD_KEY 0
ABCINDIC 0
SORTFIELD 0
PRIORITY 0
EQUIPMENT 0
ASSEMBLY 0
SYSTCOND 0
PLANPLANT 0
PLANGROUP 0
RESP_PLANNER_GROUP 0
MN_WK_CTR 0
MN_WK_PLANT 0
CUSTOMER 0
SYSTEM_RESP 0
PLANNED_DOWN_TIME 0
SYSTEM_AVAILABLE_TO_DATE 0
SYSTEM_AVAILABLE_FROM_DATE 0
SYSTEM_AVAILABLE_TO_TIME 0
SYSTEM_AVAILABLE_FROM_TIME 0
COSTCENTER 0
MAINTPLANT 0
MAINTLOC 0
MAINTROOM 0
PLSECTN 0
FUNCLOC 0
ASSET_NO 0
SUB_NUMBER 0
REVISION 0
MAINTPLAN 0
MAINTITEM 0
S_STATUS 0
U_STATUS 0
WORK_CNTR 0
FINISH_DATE 0
START_DATE 0
PRODUCTION_FINISH_DATE 0
PRODUCTION_START_DATE 0
ACTUAL_START_DATE 0
CONFIRMED_FINISH_DATE 0
PLANNER_GROUP 0
ACTUAL_RELEASE_DATE 0
PMACTTYPE 0
NOTIF_NO 0
HISTORY_DATE 0
EQUIDESCR 0
FUNCLDESCR 0
NAME_LIST 0
TEL1_NUMBR 0
POSTL_COD1 0
CITY 0
DISTRICT 0
COUNTRY 0
COUNTRYISO 0
REGION 0
STREET 0
PROFIT_SEGM_NO 0
TOTAL_COSTS_ACT 0
TOTAL_COSTS_PLAN 0
TOTAL_SETTLEMENT_COSTS 0
TOTAL_REVENUES_ACT 0
TOTAL_REVENUES_PLAN 0
TOTAL_SUM_ACT 0
TOTAL_SUM_PLAN 0
OBJECT_NO 0
SALES_DOC_NUMBER 0
SALES_ITM_NUMBER 0
LEADING_ORDERID 0
SUPERIOR_ORDERID 0
ACTUAL_FINISH_TIME 0
ACTUAL_START_TIME 0
PRODUCTION_FINISH_TIME 0
PRODUCTION_START_TIME 0
TASK_LIST_GROUP 0
GROUP_COUNTER 0
ORDPLANID 0
REFDATE 0
WBS_ELEMENT 0
SUPERIOR_NETWORK 0
SUPERIOR_ACTIVITY 0
ESTIMATED_COSTS 0
SALESORG 0
DISTR_CHAN 0
DIVISION 0
BASIC_FIN 0
BASICSTART 0
REFTIME 0
CALC_MOTIVE 0
ADDR_NO 0
MATERIAL 0
SERIALNO 0
DEVICEID 0
SALES_OFF 0
SALES_GRP 0
MATL_DESC 0
ASSMBL_DESC 0
PAGESTATUS 0
WBS_ELEMENT_HEAD 0
MRP_RELEVANT 0
PHASE 0
PRIOTYPE 0
PRIO_DESC 0
PURCH_NO_C 0
PURCH_DATE 0
SERVICE_MATERIAL 0
SERVICE_MATL_DESC 0
SERVICE_MATL_QUANTITY 0
SERVCIE_UOM 0
SERVCIE_UOM_ISO 0
BILLING_FORM 0
PLAN_PLANNER_GROUP 0
PROFIT_CTR 0
OBJECTLIST_NO 0
CLIENT 0
ASSEMBLY_EXTERNAL 0
ASSEMBLY_GUID 0
ASSEMBLY_VERSION 0
MATERIAL_EXTERNAL 0
MATERIAL_GUID 0
MATERIAL_VERSION 0
SERVICE_MATERIAL_EXTERNAL 0
SERVICE_MATERIAL_GUID 0
SERVICE_MATERIAL_VERSION 0
START_POINT 0
END_POINT 0
LINEAR_LENGTH 0
LINEAR_UNIT 0
LINEAR_UNIT_ISO 0
FIRST_OFFSET_TYPE_CODE 0
FIRST_OFFSET_VALUE 0
FIRST_OFFSET_UNIT 0
FIRST_OFFSET_UNIT_ISO 0
SECOND_OFFSET_TYPE_CODE 0
SECOND_OFFSET_VALUE 0
SECOND_OFFSET_UNIT 0
SECOND_OFFSET_UNIT_ISO 0
FIRST_OFFSET_TYPE_CODE_NAME 0
SECOND_OFFSET_TYPE_CODE_NAME 0
MARKER_START_POINT 0
MARKER_DISTANCE_START_POINT 0
MARKER_END_POINT 0
MARKER_DISTANCE_END_POINT 0
MARKER_DISTANCE_UNIT 0
MARKER_DISTANCE_UNIT_ISO 0

Key field Non-key field



How do I retrieve data from SAP structure /IAM/S_BAPI_PMORD_RESULT using ABAP code?

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

How to access SAP table /IAM/S_BAPI_PMORD_RESULT

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