ORDER_SELECT SAP (Selection of PM/CS Orders) Structure details

Dictionary Type: Structure
Description: Selection of PM/CS Orders




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




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

ORDER_SELECT 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 "Selection of PM/CS Orders" 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_ORDER_SELECT TYPE ORDER_SELECT.

The ORDER_SELECT table consists of various fields, each holding specific information or linking keys about Selection of PM/CS Orders data available in SAP. These include ORDERID (Order Number), STAGE (Maintenance Processing Stage), ORDER_TYPE (Order type), MN_WK_CTR (Person Responsible for Work Center).. 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)


SAP ORDER_SELECT 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
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
STAGEMaintenance Processing Stage BBP_PM_PHASECHAR1BBP_PM_PHASE
ORDER_TYPEOrder type BBP_AUFARTCHAR4CHAR4AATBBP_ALL_ORDER_TYPES
MN_WK_CTRPerson Responsible for Work Center BBP_GEWRKCHAR8BBP_ARBPL
WK_PLANTPlant for Main Work Center BBP_WERGWCHAR4BBP_WERKS
PARTN_ROLEPartner Role BBP_PARVWCHAR2BBP_PARVWPAR
PARTNERPartner BBP_I_PARNRCHAR12ALPHABBP_I_PARNR
START_DATEBasic start date CO_GSTRPDATS8DATUM
END_DATEBasic start date CO_GSTRPDATS8DATUM
PLANPLANTMaintenance Planning Plant BBP_IWERKCHAR4BBP_WERKS
PLANERGRPPlanner Group for Customer Service and Plant Maintenance BBP_INGRPCHAR3BBP_INGRP
STATINCLStatus Inclusive for Maintenance Order BBP_I_ASTATINCHAR4CHAR4
STATEXCLStatus Exclusive for Maintenance Order BBP_I_ASTATEXCHAR4CHAR4
MNTPLANTMaintenance Plant BBP_SWERKCHAR4BBP_WERKS
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PLSECTNOrganizational Area BBP_BEBERCHAR3BBP_BEBER
LOCATIONLocation of Maintenance Object BBP_PMLOCCHAR10BBP_AP_STAND
WORK_CNTRWork center ARBPLCHAR8ARBPLAGR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CONTROL_KEYControl key STEUSCHAR4Assigned to domainSTEUS
LOGICAL_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table ORDER_SELECT

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