SAP ABAP Interface IF_S95_CONSTANTS (Constants)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LO-S95 (Application Component) ANSI/ISA S95 Interface
     ANSI_ISA_S95_INTERFACE (Package) ANSI/ISA S95 Interface
Properties
Interface IF_S95_CONSTANTS  
Short Description Constants    
General Data
Package ANSI_ISA_S95_INTERFACE   ANSI/ISA S95 Interface 
Created 20041119   SAP 
Last changed 20050615   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 COBAI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_S95_CONSTANTS has no interface.
Friends
Interface IF_S95_CONSTANTS has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_BATCH_MODE Constant Public Type reference (TYPE) BALMODE 'B' Appl. Log Batch Mode 20041122
2 C_LOG_OBJ Constant Public Type reference (TYPE) BALOBJ_D 'ANSI_ISA_S95' S95 Application Log Object 20041122
3 C_LOG_SUBOBJ_MAINT_REQ Constant Public Type reference (TYPE) BALSUBOBJ 'MAINT_REQ' MaintenanceRequest Sub Object 20041122
4 C_LOG_SUBOBJ_MAINT_RESP Constant Public Type reference (TYPE) BALSUBOBJ 'MAINT_RESP' MaintenanceResponse Sub Object 20041122
5 C_LOG_SUBOBJ_MAINT_WRK_ORD Constant Public Type reference (TYPE) BALSUBOBJ 'MAINT_WRK_ORD' MaintenanceWorkOrder Sub Object 20041122
6 C_LOG_SUBOBJ_PROD_PERF Constant Public Type reference (TYPE) BALSUBOBJ 'PROD_PERF' ProductionPerformance Sub Object 20041122
7 C_LOG_SUBOBJ_PROD_SCHD Constant Public Type reference (TYPE) BALSUBOBJ 'PROD_SCHED' ProductionSchedule Sub Object 20041122
8 C_MESSAGE_ABORT Constant Public Type reference (TYPE) SYMSGTY 'A' Message Type - Abort 20041122
9 C_MESSAGE_CLASS_IMPORTANT Constant Public Type reference (TYPE) BALPROBCL '2' Message Problem Class - Important 20041122
10 C_MESSAGE_CLASS_INFORMATION Constant Public Type reference (TYPE) BALPROBCL '4' Message Problem Class - Information 20041122
11 C_MESSAGE_CLASS_MEDIUM Constant Public Type reference (TYPE) BALPROBCL '3' Message Problem Class - Medium 20041122
12 C_MESSAGE_CLASS_OTHER Constant Public Type reference (TYPE) BALPROBCL '' Message Problem Class - Other 20041122
13 C_MESSAGE_CLASS_VERY_IMPORTANT Constant Public Type reference (TYPE) BALPROBCL '1' Message Problem Class - Very Important 20041122
14 C_MESSAGE_ERROR Constant Public Type reference (TYPE) SYMSGTY 'E' Message Type - Error 20041122
15 C_MESSAGE_INFO Constant Public Type reference (TYPE) SYMSGTY 'I' Message Type - Info 20041122
16 C_MESSAGE_SUCCESS Constant Public Type reference (TYPE) SYMSGTY 'S' Message Type - Success 20041122
17 C_MESSAGE_WARNING Constant Public Type reference (TYPE) SYMSGTY 'W' Message Type - Warning 20041122
18 C_NO Constant Public Type reference (TYPE) BOOLE_D ' ' No 20041122
19 C_OFF Constant Public Type reference (TYPE) BOOLE_D ' ' Off 20041122
20 C_ON Constant Public Type reference (TYPE) BOOLE_D 'X' On 20041122
21 C_OPTION_BETWEEN Constant Public Type reference (TYPE) TVARV_OPTI 'BT' Option - Between 20041129
22 C_OPTION_EQUALS Constant Public Type reference (TYPE) TVARV_OPTI 'EQ' Option - Equals 20041129
23 C_OPTION_GREATER_THAN Constant Public Type reference (TYPE) TVARV_OPTI 'GT' Option - Greater Than 20041129
24 C_OPTION_GREATER_THAN_EQUALS Constant Public Type reference (TYPE) TVARV_OPTI 'GE' Option - Greater Than Equals 20041129
25 C_OPTION_LESS_THAN Constant Public Type reference (TYPE) TVARV_OPTI 'LT' Option - Less Than 20041129
26 C_OPTION_LESS_THAN_EQUALS Constant Public Type reference (TYPE) TVARV_OPTI 'LE' Option - Less Than Equals 20041129
27 C_ORDER_TYPE_MAINTENANCE Constant Public Type reference (TYPE) AUFTYP '30' Order category 20041130
28 C_ORDER_TYPE_PROCESS Constant Public Type reference (TYPE) AUFTYP '40' Order category 20041130
29 C_ORDER_TYPE_PRODUCTION Constant Public Type reference (TYPE) AUFTYP '10' Order category 20041130
30 C_S95_ALERT_NOTIFCATN Constant Public Type reference (TYPE) EXIT_DEF 'S95_ALERT_NOTIFICATN' Business Add-in Definition 20050124
31 C_S95_BADI Constant Public Type reference (TYPE) EXIT_DEF 'S95_ENHANCEMENTS' Business Add-in Definition 20041129
32 C_S95_MAINTENANCE_REQUEST Constant Public Type reference (TYPE) S95_DE_MESSAGE_TYPE '003' S95 MaintenanceRequest Message 20041122
33 C_S95_MAINTENANCE_RESPONSE Constant Public Type reference (TYPE) S95_DE_MESSAGE_TYPE '005' S95 MaintenanceResponse Message 20041122
34 C_S95_MAINTENANCE_WORK_ORDER Constant Public Type reference (TYPE) S95_DE_MESSAGE_TYPE '004' S95 MaintenanceWorkOrder Message 20041122
35 C_S95_MESSAGE_CLASS Constant Public Type reference (TYPE) SYMSGID 'S95_MESSAGES' Messages, Message Class 20041130
36 C_S95_PRODUCTION_PERFORMANCE Constant Public Type reference (TYPE) S95_DE_MESSAGE_TYPE '002' S95 ProductionPerformance Message 20041122
37 C_S95_PRODUCTION_SCHEDULE Constant Public Type reference (TYPE) S95_DE_MESSAGE_TYPE '001' S95 ProductionSchedule Message 20041122
38 C_SIGN_EXCLUSIVE Constant Public Type reference (TYPE) TVARV_SIGN 'E' Sign - Exclusive 20041129
39 C_SIGN_INCLUSIVE Constant Public Type reference (TYPE) TVARV_SIGN 'I' Sign - Inclusive 20041129
40 C_YES Constant Public Type reference (TYPE) BOOLE_D 'X' Yes 20041122
Methods
Interface IF_S95_CONSTANTS has no method.
Events
Interface IF_S95_CONSTANTS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_ORDER Public See coding 20050531 BEGIN OF lty_order, crid TYPE co_crid, bid TYPE co_bid, plant TYPE werks_d, END OF lty_order
2 LTY_PRODUCTION_SCHEDULE Public See coding 20050125 BEGIN OF lty_production_schedule, ltt_header TYPE STANDARD TABLE OF bapi_order_header1 WITH DEFAULT KEY, ltt_position TYPE STANDARD TABLE OF bapi_order_item WITH DEFAULT KEY, ltt_sequence TYPE STANDARD TABLE OF bapi_order_sequence WITH DEFAULT KEY, ltt_phase TYPE STANDARD TABLE OF S95_S_PHASE_DETAILS WITH DEFAULT KEY, ltt_trigger_point TYPE STANDARD TABLE OF bapi_order_trigger_point WITH DEFAULT KEY, ltt_component TYPE STANDARD TABLE OF bapi_order_component WITH DEFAULT KEY, ltt_prod_rel_tool TYPE STANDARD TABLE OF bapi_order_prod_rel_tools WITH DEFAULT KEY, ltt_cr_proc_instr TYPE STANDARD TABLE OF RCOFTAPI WITH DEFAULT KEY, ltt_cr_proc_charac TYPE STANDARD TABLE OF RCOFVAPI WITH DEFAULT KEY, ltt_cr_recp_header TYPE STANDARD TABLE OF RCOCHAPI WITH DEFAULT KEY, END OF lty_production_schedule
3 LTY_S95_ALERT_DATA Public See coding 20041130 BEGIN OF lty_s95_alert_data, category TYPE SALRTDCAT, expiration_time TYPE SALRTDEXPT, expiration_date TYPE SALRTDEXPD, recipients TYPE STANDARD TABLE OF SALRTSRCP WITH DEFAULT KEY, activities TYPE STANDARD TABLE OF SALRTSACT WITH DEFAULT KEY, container TYPE STANDARD TABLE OF swcont WITH DEFAULT KEY, END OF lty_s95_alert_data
4 LTY_S95_MESSAGE_DATA Public See coding 20041126 BEGIN OF lty_s95_message_data, s95_general_settings TYPE s95_gen_settings, cntl_recipe TYPE s95_tt_rcoch, production_schedule TYPE lty_production_schedule, production_performance TYPE lty_s95_prod_perf, notif_header TYPE lty_s95_pm_notif, order_header TYPE cobai_s_header, s95_message_type TYPE s95_de_message_type, message_log_handler TYPE REF TO if_s95_message_log_handler, alert_notif_handler TYPE REF TO cl_s95_alert_notif_handler, badi_reference TYPE REF TO if_ex_s95_enhancements, badi_alert_notif_reference TYPE REF TO if_ex_s95_alert_notificatn, END OF lty_s95_message_data
5 LTY_S95_PM_NOTIF Public See coding 20050110 BEGIN OF lty_s95_pm_notif, external_number TYPE bapi2080_nothdre-notif_no, notif_type TYPE bapi2080-notif_type, notifheader TYPE bapi2080_nothdri, task_determination TYPE bapiflag, auto_order TYPE bapiflag, sender TYPE bapi_sender, orderid TYPE bapi2080_nothdre-orderid, notifheader_export TYPE bapi2080_nothdre, notitem TYPE STANDARD TABLE OF bapi2080_notitemi WITH DEFAULT KEY, notifcaus TYPE STANDARD TABLE OF bapi2080_notcausi WITH DEFAULT KEY, notifactv TYPE STANDARD TABLE OF bapi2080_notactvi WITH DEFAULT KEY, notiftask TYPE STANDARD TABLE OF bapi2080_nottaski WITH DEFAULT KEY, notifpartnr TYPE STANDARD TABLE OF bapi2080_notpartnri WITH DEFAULT KEY, longtexts TYPE STANDARD TABLE OF bapi2080_notfulltxti WITH DEFAULT KEY, key_relationships TYPE STANDARD TABLE OF bapi2080_notkeye WITH DEFAULT KEY, return TYPE STANDARD TABLE OF bapiret2 WITH DEFAULT KEY, END OF lty_s95_pm_notif
6 LTY_S95_PROD_PERF Public See coding 20050124 BEGIN OF lty_s95_prod_perf, MSEL TYPE STANDARD TABLE OF RCOMEAPI WITH DEFAULT KEY, MSHD TYPE STANDARD TABLE OF RCOMHAPI WITH DEFAULT KEY, TLINES TYPE STANDARD TABLE OF RCOMSTXT WITH DEFAULT KEY, END OF lty_s95_prod_perf
7 LTY_S95_RETURN_DATA Public See coding 20050110 BEGIN OF lty_s95_return_data, notif_header TYPE bapi2080_nothdre, return TYPE bapirettab, END OF lty_s95_return_data
History
Last changed by/on SAP  20050615 
SAP Release Created in 600