IWOS_OPER_UI_CHARACTERISTICS SAP (Order Operation Characteristics with Influence on UI) Structure details

Dictionary Type: Structure
Description: Order Operation Characteristics with Influence on UI




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




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

IWOS_OPER_UI_CHARACTERISTICS 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 "Order Operation Characteristics with Influence on UI" 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_IWOS_OPER_UI_CHARACTERISTICS TYPE IWOS_OPER_UI_CHARACTERISTICS.

The IWOS_OPER_UI_CHARACTERISTICS table consists of various fields, each holding specific information or linking keys about Order Operation Characteristics with Influence on UI data available in SAP. These include COUNTER (General counter for order), ACTIVITYTYPE (Transaction type), MAINOPERATION_NUM_ACTIVITY (Transaction type), SUBOPERATION_NUM_ACTIVITY (Transaction type).. 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 IWOS_OPER_UI_CHARACTERISTICS 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
ROUTING_NUMBERRouting number of operations in the order CO_AUFPLNUMC10AUFPL
COUNTERGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
ACTIVITYTYPETransaction type TRTYPCHAR1TRTYP
MAINOPERATION_NUM_ACTIVITYTransaction type TRTYPCHAR1TRTYP
SUBOPERATION_NUM_ACTIVITYTransaction type TRTYPCHAR1TRTYP
CAN_HAVE_SERVICESCheckbox XFELDCHAR1XFELD
CAN_HAVE_COMPONENTSCheckbox XFELDCHAR1XFELD
CAN_HAVE_RELATIONSCheckbox XFELDCHAR1XFELD
IS_EXTERNALCheckbox XFELDCHAR1XFELD
IS_MAINOPERATIONCheckbox XFELDCHAR1XFELD
IS_SUBOPERATIONCheckbox XFELDCHAR1XFELD
HAS_SERVICESCheckbox XFELDCHAR1XFELD
HAS_COMPONENTSCheckbox XFELDCHAR1XFELD
HAS_RELATIONSCheckbox XFELDCHAR1XFELD
HAS_PRTSCheckbox XFELDCHAR1XFELD
LONGTEXT_ACTIVITYActivity category in SAP transaction AKTYPCHAR1AKTYP
NOTIFICATION_ACTIVITYActivity category in SAP transaction AKTYPCHAR1AKTYP
USRSTATUS_ACTIVITYActivity category in SAP transaction AKTYPCHAR1AKTYP
CONTROLKEY_ACTIVITYActivity category in SAP transaction AKTYPCHAR1AKTYP
UNIT_ACTIVITYActivity category in SAP transaction AKTYPCHAR1AKTYP
WORK_ACTIVITYActivity category in SAP transaction AKTYPCHAR1AKTYP
PURCHASING_INFO_RECORDActivity category in SAP transaction AKTYPCHAR1AKTYP
FORECASTED_WORK_ACTIVITYCheckbox XFELDCHAR1XFELD
QUALIFICATION_PROFILE_ACTIVITYActivity category in SAP transaction AKTYPCHAR1AKTYP
TEXT_ALREADY_SHOWNCheckbox XFELDCHAR1XFELD
CANT_CHANGE_OPER_SHORTTEXTCheckbox XFELDCHAR1XFELD
IS_DELETEDCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IWOS_OPER_UI_CHARACTERISTICS

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