SAP ABAP Class CL_STEP_POC (Domain Model: Abstract Step)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PP-PI-PMA-PMC (Application Component) Browser-Based PI Sheet / Cockpit
     CMX_POC (Package) Manufacturing Execution: Browser-Based PI Sheet
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ACTION_HANDLER_POC Action Handler 20010810
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ACTION_TRIGGER_POC Action Trigger 20010810
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_SERVICE_POC Domain Model: Persistence Services 19991110
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 19991021
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SY_MESS_POC POC: System Message Processing 19990827
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_XSX_HANDLER_POC Global Handler for XSX Events 20030331
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_XSX_TRIGGER_POC Global Trigger for XSX Events 20030326
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DATA_REQUEST_POC Domain Model: Value Request 00000000
2 Inheritance (c INHERITING FROM c_ref)  CL_EXECUTION_REQUEST_POC Domain Model: Execution Request 00000000
3 Inheritance (c INHERITING FROM c_ref)  CL_MESSAGE_REQUEST_POC Domain Model: Message Request 19990219
4 Inheritance (c INHERITING FROM c_ref)  CL_PROCESS_STEP_POC Domain Model: Process Step 00000000
Properties
Class CL_STEP_POC  
Short Description Domain Model: Abstract Step    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CMX_POC   Manufacturing Execution: Browser-Based PI Sheet 
Created 19981204   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_TRANSACTION_MANAGER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_REPEATABLE_PROCESS_STEP_POC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_TRANSACTION_POC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_USER_POC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 POCC2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 POCCO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ACTION_HANDLER_POC Action Handler 20010810
2 IF_ACTION_TRIGGER_POC Action Trigger 20010810
3 IF_OS_SERVICE_POC Domain Model: Persistence Services 19991110
4 IF_OS_STATE State Management for a 'Managed Object' 19991021
5 IF_SY_MESS_POC POC: System Message Processing 19990827
6 IF_XSX_HANDLER_POC Global Handler for XSX Events 20030331
7 IF_XSX_TRIGGER_POC Global Trigger for XSX Events 20030326
Friends
# Friend Modeled only Created on Description
1 CB_APPLICATION_STEP_POC 20010511 Base Agent Domain Model: Step
2 CB_CONFIRMATION_REQUEST_POC 20010511 Base Agent Domain Model: Step
3 CB_DATA_REQUEST_POC 20010511 Base Agent Domain Model: Step
4 CB_EXECUTION_REQUEST_POC 20010511 Base Agent Domain Model: Step
5 CB_MESSAGE_REQUEST_POC 20010511 Base Agent Domain Model: Step
6 CB_OUTPUT_REQUEST_POC 20010511 Base Agent Domain Model: Step
7 CB_PROCESS_STEP_POC 20010511 Base Agent Domain Model: Step
8 CB_REPEATABLE_PROCESS_STEP_POC 20010511 Base Agent Domain Model: Step
9 CL_EVT_SIGNATURE_POC 20011219 Domain Model: Signature for Event Log
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CM_LOG_MESSAGE_TAB Static Attribute Private Type reference (TYPE) TY_LOG_MESSAGE_TAB Messages for Event Log 20020129
2 M_ACTIVATION_OPERATION Instance attribute Private Object reference (TYPE REF TO) CL_OPERATION_POC Activation Operation 19990811
3 M_ACTIVITY Instance attribute Private Type reference (TYPE) I Specifies if Inactive or Active 19981208
4 M_CALLED Instance attribute Protected Type reference (TYPE) BOOLE_D Execute Call 19990728
5 M_CALLED_BY_COMMAND Instance attribute Public Type reference (TYPE) BOOLE_D Action Called by Command 20011126
6 M_CHANGELOCK Instance attribute Protected Type reference (TYPE) I Specifies if Step may Be Changed 19981215
7 M_COMMAND_TAB Instance attribute Private Type reference (TYPE) POC_COMMAND_TAB Command Table 19990315
8 M_COMMENT_TAB Instance attribute Private Type reference (TYPE) TY_COMMENT_TAB Comment Table 19990217
9 M_CURR_ACTIVITY Instance attribute Public Type reference (TYPE) POC_STEP_ACTIVITY Activity at Process Step in the PI Sheet 20011218
10 M_DESCRIPTION Instance attribute Public Type reference (TYPE) STRING Short Text of Step 19991021
11 M_EVENT_ID Instance attribute Protected Type reference (TYPE) POC_OBJ_ID ID for Event Log 20011218
12 M_EVT_SIGNATURE_MADE Instance attribute Public Type reference (TYPE) BOOLE_D Indicator: Signature Entered for Event Log 20011129
13 M_EVT_SIGN_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_SIGNATURE_HANDLER_POC Domain Model: Signature Handler 20011127
14 M_EVT_SIGN_SETTINGS Instance attribute Protected Type reference (TYPE) POC_EVT_SIGN_SETTINGS Settings for Signature, Event Log at Step 20011127
15 M_LOCAL_VALUES Instance attribute Protected Type reference (TYPE) TY_LOCAL_VALUES_TAB Locally known Value (Template, Identifier,...) 19990301
16 M_NEUTRAL_DESCRIPTION Instance attribute Public Type reference (TYPE) STRING Language-Independent Name 19990811
17 M_OBLIGATORY Instance attribute Protected Type reference (TYPE) BOOLE_D Step Is Mandatory 19990714
18 M_PARENT_STEP Instance attribute Protected Object reference (TYPE REF TO) CL_PROCESS_STEP_POC Superior Step, may be Empty 19981210
19 M_PREDECESSOR_STEP_TAB Instance attribute Private Type reference (TYPE) TY_PREDECESSOR_STEP_TAB Table of Predecessors 19990510
20 M_PROCESSING_STATE Instance attribute Protected Type reference (TYPE) CHAR1 Specifies Execution Status 19981215
21 M_PROTOCOL Instance attribute Protected Object reference (TYPE REF TO) CL_PROTOCOL_POC Event Log 20011025
22 M_READONLY Instance attribute Private Type reference (TYPE) I Specifies if Step may only be Displayed 19990507
23 M_STEP_COPY Instance attribute Protected Object reference (TYPE REF TO) CL_STEP_POC Reference to Currently Copied Step 20020301
24 M_TRIGGER_TAB Instance attribute Protected Type reference (TYPE) POC_OBJ_ID ID for Event Log 20010813
25 PM_COMMAND_TAB Instance attribute Private Type reference (TYPE) POC_DB_C_COMMAND_TAB Persistent Collection: Command Table 19991020
26 PM_COMMENT_TAB Instance attribute Private Type reference (TYPE) POC_DB_C_COMMENT_TAB Persistent Collection: Comment Table 19991020
27 PM_LOCAL_VALUES Instance attribute Protected Type reference (TYPE) POC_DB_C_METADATA_TAB Persistent Collection: Locally Known Values 19991020
28 PM_PERSISTENT Instance attribute Protected Type reference (TYPE) BOOLE_D 'X' Classes are Persistent 19991021
29 PM_PREDECESSOR_STEP_TAB Instance attribute Private Type reference (TYPE) POC_DB_C_PREDECESSOR_TAB Persistent Collection: Predecessor Table 19991021
30 PM_TRIGGER_TAB Instance attribute Protected Type reference (TYPE) POC_OBJ_ID ID for Event Log 20010817
31 STATE Instance attribute Private Object reference (TYPE REF TO) CL_STEP_POC Status 19991110
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates the Step 19981208
2 ADD_ACTION_TRIGGER Instance method Protected Method Checks if Action Is Executed Automatically 20010814
3 ADD_COMMAND Instance method Public Method Adds Command to Command List 19990315
4 ADD_PARENT_STEP Instance method Public Method Sets Subordinate Step 19981210
5 ADD_PREDECESSOR_STEP Instance method Public Method Sets Received Step as Predecessor 19990510
6 BEFORE_COMPLETE Instance method Public Method Valuates all Default Values Before the Last Signature 20030304
7 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20020129
8 COMPLETE Instance method Public Method Completes Step 19981208
9 CONSTRUCTOR Instance method Public Constructor Constructor 19991110
10 COPY Instance method Protected Method Copies a Step 19990115
11 COPY_CREATE Instance method Protected Method Creates Copy of Instance 19990115
12 COPY_INTERNAL Instance method Protected Method Copies Class-Specific Information 19990115
13 COPY_STATE Instance method Protected Method Copies Access Status 19990908
14 COPY_TRIGGER_INTERNAL Instance method Protected Method Copies Trigger Table to New Step Instance 20011029
15 DEACTIVATE Instance method Public Method Deactivates the Step 19981208
16 DISCARD Instance method Public Method Cancels Step 19990723
17 EDIT_COMMENT Instance method Public Method Adds Comment or Edits Last Comment 19990628
18 EXECUTE Instance method Public Method Performs Step (Frame Execution) 19981208
19 EXECUTE_EVT_SIGNATURE Instance method Protected Method Event Log: Executes Signature 20011128
20 EXECUTE_INTERNAL Instance method Protected Method Template for Execution of Step 19981215
21 FINISH_EVT_SIGNATURE Instance method Public Method Event Log: Completes Signature 20011129
22 GET_COMMANDLIST Instance method Protected Method Gets Command List 19990209
23 GET_FIRST_COMMAND Instance method Public Method Iterator: Gets First Command (Always Inactive) 19990208
24 GET_FIRST_COMMENT Instance method Public Method Iterator: Gets First Comment 19990217
25 GET_FIRST_STEP Instance method Public Method INTERNAL: Gets First Child Step 19990222
26 GET_LOCAL_VALUE Instance method Public Method Gets Local Value 19990512
27 GET_NEXT_COMMAND Instance method Public Method Iteratot: Gets Next (Inactive) Command 19990208
28 GET_NEXT_COMMENT Instance method Public Method Iterator: Gets Next Comment 19990217
29 GET_NEXT_STEP Instance method Public Method INTERNAL: Gets Next Child Step 19990222
30 GET_NUMBER_OF_COMMENTS Instance method Public Method Gets Number of Entered Comments 20000411
31 GET_PARENT_STEP Instance method Public Method Gets Superior Process Step 19990421
32 GET_POSITIONLIST Instance method Public Method INTERNAL: Gets Item List 19990706
33 GET_PROCESSING_STATE Instance method Public Method Provides the Value for m_processing_state Attribute 20120627
34 GET_SIGNATURE_DS_ID Instance method Public Method Gets Signature ID (Digital Signature) 20021203
35 GET_STEP_COPY Instance method Public Method Gets the Copied Step 20020301
36 GET_STEP_DESCRIPTION Instance method Public Method Gets Step Description 19990421
37 GET_STEP_ID Instance method Public Method Gets Step Identifier 19991105
38 INIT Instance method Protected Method CONSTRUCTION: Initialize 19990927
39 INITIALIZE Instance method Public Method Initialization of Step 20000607
40 INITIALIZE_INTERNAL Instance method Protected Method Template for Step Initialization 20000607
41 INSERT_COMMENT_REQUEST Instance method Protected Method Adds Comment Request to Hierarchy 19990217
42 IS_ACTIVE Instance method Public Method CHECK: Is Step Active 19981208
43 IS_ARCHIVED Instance method Public Method Checks if Step Is Archived 20000620
44 IS_COMMENT_EXISTING Instance method Public Method CHECK: Was Comment Created 20000310
45 IS_COMPLETE Instance method Public Method CHECK: Was Step Completed 19981208
46 IS_COMPLETEABLE Instance method Public Method CHECK: Can Step be Completed 19981208
47 IS_EXECUTABLE Instance method Public Method Checks if Step can be Executed 19981215
48 IS_GLOBAL_ACTION Instance method Protected Method Checks if Action Is Executed Automatically 20020131
49 IS_INITIAL Instance method Public Method Check: Is Step Initial 19990319
50 IS_LOCAL_ACTION Instance method Protected Method Checks if Action Is Executed Automatically 20020131
51 IS_LOCKED Instance method Public Method Check: Is Step Locked 19981215
52 IS_OBLIGATORY Instance method Public Method CHECK: Is Step Mandatory 19990714
53 IS_PROCESSED Instance method Public Method Checks if Step Was Processed 20000620
54 IS_READONLY Instance method Public Method Check: Is Step Write-Protected 19990507
55 IS_TEST Instance method Public Method Check: Is Application in Test Mode 20000126
56 LOCK Instance method Public Method Locks Step Against Changes (= Read Only) 19981215
57 ON_ACTION_TRIGGERED Instance method Protected Method Checks if Action Is Executed Automatically 20010813
58 ON_ACTIVATED Instance method Protected Event handling method Event Handler: Operation Activated 20020729
59 ON_ACTIVATION_OP_CHANGED Instance method Public Event handling method Event Handler: Change of Activation Status 19990811
60 ON_ACTIVATION_OP_INITIALIZED Instance method Public Event handling method Event Handler: Initialization of Activation Operation 20000608
61 ON_COMPLETED Instance method Public Event handling method Event Handler: Step Lock 19990810
62 ON_DEACTIVATED Instance method Protected Event handling method Event Handler: Operation Deactivated 20020729
63 ON_OS_TRANSACTION_FINISHED Instance method Protected Event handling method Event Handler: Transaction Was Completed 19991209
64 PRINT Instance method Public Method DEBUG: Outputs Structure 19990108
65 PRINT_DETAIL Instance method Protected Method DEBUG: Outputs Detailed Information 19990108
66 RAISE_EVENT_FROM_EXTERNAL Instance method Public Method 20011227
67 READ_PROTOCOL Instance method Public Method Output Event Log 20011102
68 REGISTER_TRANSACTION_FINISHED Instance method Protected Method Registration to Event "Finished" of OS 19991210
69 SET_ACTIVATION_OPERATION Instance method Public Method Adds Activation Function 19990811
70 SET_CHANGEABLE Instance method Public Method Sets Step to Changeable 19990507
71 SET_EVT_SIGN_SETTINGS Instance method Public Method Sets Settings for Signature for Event Log 20011127
72 SET_INITIAL Instance method Public Method Internal: Sets Status to Initial 20000104
73 SET_LOCAL_VALUE Instance method Public Method Sets Local Value 19990301
74 SET_READONLY Instance method Public Method Sets Value to Write-Protected 19990507
75 SET_STEP_DESCRIPTION Instance method Public Method Sets Step Description 19990421
76 SET_STEP_ID Instance method Public Method Sets Step Identifier 19991105
77 SET_STEP_OBLIGATORY Instance method Public Method Specifies that Step is Mandatory/Optional 19990714
78 START_EVT_SIGNATURE Instance method Protected Method Event Log: Start, Initialized Handler, Activity 20011128
79 UNLOCK Instance method Public Method Unlocks Step 19981215
80 UPDATE_TRIGGER_TAB Instance method Protected Method Checks if Action Is Executed Automatically 20010816
81 WRITE_PROTOCOL_ITEM Instance method Protected Method Update Event Log 20011102
Events
# Event Type Visibility Description Created on
1 ACTION_TRIGGERED Instance Event
(0)
Protected
(1)
Step Copy Requested 20010815
2 ACTIVATED Instance Event
(0)
Public
(2)
Step was Activated 19981215
3 CHANGEABLE Instance Event
(0)
Public
(2)
Step can be Changed 19990507
4 CHANGED Instance Event
(0)
Public
(2)
Step has Changed 19981208
5 COMMENT_CREATED Instance Event
(0)
Public
(2)
Command was Created 19990629
6 COMPLETED Instance Event
(0)
Public
(2)
Step was Completed 19981215
7 COPY_REQUESTED Instance Event
(0)
Protected
(1)
Step Copy Requested 20000105
8 DEACTIVATED Instance Event
(0)
Public
(2)
Step was Deactivated 19981215
9 INITIALIZED Instance Event
(0)
Public
(2)
Step Was Initialized 20000607
10 LOCKED Instance Event
(0)
Public
(2)
Step was Locked Against Changes 19981215
11 LOG_ENTRY_MADE Instance Event
(0)
Public
(2)
Event Was Logged 20011218
12 LOG_SIGNATURE_MADE Instance Event
(0)
Public
(2)
Event Was Signed 20011218
13 READONLY Instance Event
(0)
Public
(2)
Step is Write-Protected 19990507
14 REPORTED Instance Event
(0)
Public
(2)
Step Was Confirmed 19981215
15 UNLOCKED Instance Event
(0)
Public
(2)
Step was Unlocked 19981215
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_COMMENT_TAB Private See coding Comment Table 19990302 ty_comment_tab TYPE SORTED TABLE OF ty_comment_tab_wa WITH NON-UNIQUE KEY local_date local_time
2 TY_COMMENT_TAB_WA Private See coding Work Area 19990512 BEGIN OF ty_comment_tab_wa, local_date TYPE sydate, local_time TYPE sytime, uname TYPE syuname, o_mess_request TYPE REF TO cl_message_request_poc, END OF ty_comment_tab_wa
3 TY_LOCAL_VALUES_TAB Protected Type reference (TYPE) POC_LOCAL_VALUE_TAB Local Values 19990302
4 TY_LOCAL_VALUES_TAB_WA Protected Type reference (TYPE) POC_LOCAL_VALUE_TAB_WA Work Area 19990302
5 TY_LOG_MESSAGE_TAB Protected See coding Table of Messages in Event Log 20020129
6 TY_LOG_MESSAGE_TAB_WA Protected See coding Work Area: Table of Messages in Event Log 20020129
7 TY_PREDECESSOR_STEP_TAB Private See coding Table of Predecessors 19990510 ty_predecessor_step_tab TYPE STANDARD TABLE OF ty_predecessor_step_tab_wa
8 TY_PREDECESSOR_STEP_TAB_WA Private Object reference (TYPE REF TO) CL_STEP_POC TY_PREDECESSOR_STEP_TAB_WA 19990510
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXECUTED Value transfer Type reference (TYPE) BOOLE_D Änderung durchgeführt 19990802
2 Importing IM_REGISTER Call by reference Type reference (TYPE) BOOLE_D 'X' Kennzeichen: Trigger registrieren 20020925
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991126

Method ADD_ACTION_TRIGGER Signature

Method ADD_ACTION_TRIGGER on class CL_STEP_POC has no parameter.
Method ADD_ACTION_TRIGGER on class CL_STEP_POC has no exception.

Method ADD_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMMAND_NAME Value transfer Type reference (TYPE) SEOCLSNAME Name des Kommandos 20000107
2 Importing IM_COMMAND_REF Call by reference Object reference (TYPE REF TO) CL_COMMAND_POC Kommando 19990315
3 Importing IM_INITIALIZE Call by reference Type reference (TYPE) BOOLE_D Persistente Initalisierung 19991021
4 Importing IM_NEW_ELEMENT Call by reference Type reference (TYPE) BOOLE_D Neues Element, kein Change-Event 20000104
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991021

Method ADD_PARENT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INITIALIZE Call by reference Type reference (TYPE) BOOLE_D SPACE Persistente Initalisierung 19991220
2 Importing IM_PARENT_STEP Call by reference Object reference (TYPE REF TO) CL_PROCESS_STEP_POC Übergeordneter Schritt 19981210
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991021

Method ADD_PREDECESSOR_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INITIALIZE Call by reference Type reference (TYPE) BOOLE_D Persistente Initialisierung 19991021
2 Importing IM_NEW_ELEMENT Call by reference Type reference (TYPE) BOOLE_D Neues Element, kein Change-Event 20000104
3 Importing IM_STEP_REF Call by reference Object reference (TYPE REF TO) CL_STEP_POC Vorgänger 19990510
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991021

Method BEFORE_COMPLETE Signature

Method BEFORE_COMPLETE on class CL_STEP_POC has no parameter.
# Exception Resumable Description Created on
1 DEFAULT_EXCEPTION Default-Wert kann nicht übernommen werden 20030304

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_STEP_POC has no parameter.
Method CLASS_CONSTRUCTOR on class CL_STEP_POC has no exception.

Method COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NO_CHECK Call by reference Type reference (TYPE) FLAG Kennzeichen: Keine Prüfung, ob abschließbar 20020204
# Exception Resumable Description Created on
1 NOT_POSSIBLE Abschliessen nicht möglich 19990729
2 NO_AUTHORISATION Keine Berechtigung 19990813
3 OS_EXCEPTION OS-Ausnahme 19991021
4 SIGNATURE_CANCELLED Signatur konnte nicht geleistet werden 20011129

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_STEP_POC has no parameter.
Method CONSTRUCTOR on class CL_STEP_POC has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_STEP_REF Call by reference Object reference (TYPE REF TO) CL_STEP_POC Kopierter Schritt 19990115
2 Importing IM_PARTITION_REF Call by reference Object reference (TYPE REF TO) CL_PARTITION_POC zu beachtende Partition 19990115

Method COPY on class CL_STEP_POC has no exception.

Method COPY_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_STEP_REF Call by reference Object reference (TYPE REF TO) CL_STEP_POC Erzeugte Instanz 19990115
2 Importing IM_PARTITION_REF Call by reference Object reference (TYPE REF TO) CL_PARTITION_POC Partition 19990907

Method COPY_CREATE on class CL_STEP_POC has no exception.

Method COPY_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARTITION_REF Call by reference Object reference (TYPE REF TO) CL_PARTITION_POC Partition 19990115
2 Importing IM_STEP_REF Call by reference Object reference (TYPE REF TO) CL_STEP_POC Kopierter Wert 19990115

Method COPY_INTERNAL on class CL_STEP_POC has no exception.

Method COPY_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STEP_REF Call by reference Object reference (TYPE REF TO) CL_STEP_POC Bezugsschritt von dem Kopiert wird 19990908

Method COPY_STATE on class CL_STEP_POC has no exception.

Method COPY_TRIGGER_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARTITION_REF Call by reference Object reference (TYPE REF TO) CL_PARTITION_POC Kopierte Partition 20020301
2 Importing IM_STEP_REF Call by reference Object reference (TYPE REF TO) CL_STEP_POC Kopierter Arbeitsschritt 20020301

Method COPY_TRIGGER_INTERNAL on class CL_STEP_POC has no exception.

Method DEACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXECUTED Value transfer Type reference (TYPE) BOOLE_D Änderung durchgeführt 19990802
2 Importing IM_DEREGISTER Call by reference Type reference (TYPE) BOOLE_D 'X' Kennzeichen: Trigger deregistrieren 20020925
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991126

Method DISCARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CANCELED Value transfer Type reference (TYPE) BOOLE_D Abbrechen der Bearbeitung 20000113
# Exception Resumable Description Created on
1 NOT_POSSIBLE Verwerfen/Abbrechen nicht möglich 19990803
2 OS_EXCEPTION OS-Ausnahme 19991021

Method EDIT_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMMENT Value transfer Type reference (TYPE) POC_VALUE Kommentar 19991108
# Exception Resumable Description Created on
1 NOT_POSSIBLE Anfügen nicht möglich 19990628
2 OS_EXCEPTION OS-Ausnahme 19991021

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_VALUE Value transfer Type reference (TYPE) POC_VALUE optionaler Wert im externen Format 19981208
# Exception Resumable Description Created on
1 EXECUTION_ERROR Fehler während der Ausführung 19981215
2 EXECUTION_IMPOSSIBLE Ausführung nicht möglich 19981215
3 OS_EXCEPTION OS-Ausnahme 19991021

Method EXECUTE_EVT_SIGNATURE Signature

Method EXECUTE_EVT_SIGNATURE on class CL_STEP_POC has no parameter.
# Exception Resumable Description Created on
1 SIGNATURE_CANCELLED Signaturprozeß wurde abgebrochen 20011218
2 SIGNATURE_IMPOSSIBLE Signatur nicht möglich 20011218

Method EXECUTE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_VALUE Value transfer Type reference (TYPE) POC_VALUE optionaler Wert im externen Format 19981215
# Exception Resumable Description Created on
1 EXECUTION_ERROR Fehler während der Ausführung 19990222
2 EXECUTION_IMPOSSIBLE Ausführung nicht möglich 19990222
3 OS_EXCEPTION OS-Ausnahme 19991208

Method FINISH_EVT_SIGNATURE Signature

Method FINISH_EVT_SIGNATURE on class CL_STEP_POC has no parameter.
Method FINISH_EVT_SIGNATURE on class CL_STEP_POC has no exception.

Method GET_COMMANDLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_COMMAND_TAB Call by reference Type reference (TYPE) POC_COMMAND_TAB Tabelle von Kommandos 19990209

Method GET_COMMANDLIST on class CL_STEP_POC has no exception.

Method GET_FIRST_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_COMMAND_REF Call by reference Object reference (TYPE REF TO) CL_COMMAND_POC Kommandoreferenz 19990208
2 Exporting EX_COUNTER Call by reference Type reference (TYPE) RPOC_COMMAND_ITERATOR Zähler 19990208
# Exception Resumable Description Created on
1 NOT_FOUND kein Kommando gefunden 19990208

Method GET_FIRST_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_COMMENT Call by reference Type reference (TYPE) POC_COMMENT_TAB_WA Struktur mit Kommentardaten 19990512
2 Exporting EX_COUNTER Call by reference Type reference (TYPE) I Zähler 19990217
# Exception Resumable Description Created on
1 NOT_FOUND Kein Kommentar gefunden 19990217

Method GET_FIRST_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_COUNTER Call by reference Type reference (TYPE) I Zähler 19990222
2 Exporting EX_STEPCOMPONENT Call by reference Type reference (TYPE) STRING Komponentenbezeichnung 19990222
3 Exporting EX_STEP_REF Call by reference Object reference (TYPE REF TO) CL_STEP_POC Schritt 19990222
# Exception Resumable Description Created on
1 NOT_FOUND Keine Komonente gefunden 19990222

Method GET_LOCAL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_VALUE Call by reference Type reference (TYPE) POC_VALUE Wert 19990512
2 Exporting EX_VALUE_REF Call by reference Object reference (TYPE REF TO) CL_VALUE_POC INTERN: Wertreferenz 19990512
3 Exporting EX_VISIBLE Call by reference Type reference (TYPE) BOOLE_D INTERN: Kennzeichen, ob Wert sichtbar 20000413
4 Importing IM_EXTERNAL Call by reference Type reference (TYPE) BOOLE_D Kenzeichen ob im externen Format 19990728
5 Importing IM_NO_INITIAL_VALUE Call by reference Type reference (TYPE) BOOLE_D ' ' Kennzeichen: Initialwert unzulässig 20011227
6 Importing IM_VALUENAME Call by reference Type reference (TYPE) POC_VALUENAME Name 19990512
# Exception Resumable Description Created on
1 NOT_FOUND Wert nicht gefunden 19990512

Method GET_NEXT_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_COUNTER Call by reference Type reference (TYPE) RPOC_COMMAND_ITERATOR Zähler 19990208
2 Exporting EX_COMMAND_REF Call by reference Object reference (TYPE REF TO) CL_COMMAND_POC Kommandoreferenz 19990208
# Exception Resumable Description Created on
1 NOT_FOUND Kein weiteres Kommando 19990208

Method GET_NEXT_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_COUNTER Call by reference Type reference (TYPE) I Zähler 19990217
2 Exporting EX_COMMENT Call by reference Type reference (TYPE) POC_COMMENT_TAB_WA Struktur mit Kommentardaten 19990512
# Exception Resumable Description Created on
1 NOT_FOUND Kein Kommentar gefunden 19990217

Method GET_NEXT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_COUNTER Call by reference Type reference (TYPE) I Zähler 19990222
2 Exporting EX_STEPCOMPONENT Call by reference Type reference (TYPE) STRING Komponentenbezeichnung 19990222
3 Exporting EX_STEP_REF Call by reference Object reference (TYPE REF TO) CL_STEP_POC Schritt 19990222
# Exception Resumable Description Created on
1 NOT_FOUND Kein Schritt gefunden 19990222

Method GET_NUMBER_OF_COMMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) I Anzahl der Kommentare 20000411

Method GET_NUMBER_OF_COMMENTS on class CL_STEP_POC has no exception.

Method GET_PARENT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PARENT_STEP Call by reference Object reference (TYPE REF TO) CL_STEP_POC Elternschritt 19990421
# Exception Resumable Description Created on
1 NOT_FOUND Kein übergeordneter Schritt vorhanden 19990421

Method GET_POSITIONLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_POSITIONLIST Call by reference Type reference (TYPE) POC_LOCAL_VALUE_TAB Positionstabelle 19990706

Method GET_POSITIONLIST on class CL_STEP_POC has no exception.

Method GET_PROCESSING_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_PROCESSING_STATE Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20120627

Method GET_PROCESSING_STATE on class CL_STEP_POC has no exception.

Method GET_SIGNATURE_DS_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SIGN_GUID_22 Digitale Signatur: Signaturnummer als GUID der Länge 22 20021203

Method GET_SIGNATURE_DS_ID on class CL_STEP_POC has no exception.

Method GET_STEP_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_STEP_POC DomainModel: Abstrakter Schritt 20020301

Method GET_STEP_COPY on class CL_STEP_POC has no exception.

Method GET_STEP_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_STEP_DESCRIPTION Call by reference Type reference (TYPE) STRING Kurztext des Schrittes 19990421
2 Exporting EX_STEP_NEUTRAL_DESC Call by reference Type reference (TYPE) STRING Sprachunab. Bezeichnung 19990811

Method GET_STEP_DESCRIPTION on class CL_STEP_POC has no exception.

Method GET_STEP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_ID Value transfer Type reference (TYPE) POC_OBJ_ID Identifizierer 19991105

Method GET_STEP_ID on class CL_STEP_POC has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PERSISTENT Call by reference Type reference (TYPE) BOOLE_D 'X' Persitentes Exemplar anlegen 19991021
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991021

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) FLAG Schritt wurde initialisiert 20000609
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 20000621

Method INITIALIZE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) FLAG Initialisierung wurde durchgeführt 20000619
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 20000607

Method INSERT_COMMENT_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STEP_REF Call by reference Object reference (TYPE REF TO) CL_STEP_POC Meldungsanforderung 19990217

Method INSERT_COMMENT_REQUEST on class CL_STEP_POC has no exception.

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Boolescher Rückgabewert 19981208

Method IS_ACTIVE on class CL_STEP_POC has no exception.

Method IS_ARCHIVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) FLAG Ergebnis 20000620

Method IS_ARCHIVED on class CL_STEP_POC has no exception.

Method IS_COMMENT_EXISTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) FLAG Flag, ob Kommentar existiert 20000310

Method IS_COMMENT_EXISTING on class CL_STEP_POC has no exception.

Method IS_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Boolescher Rückgabewert 19981208

Method IS_COMPLETE on class CL_STEP_POC has no exception.

Method IS_COMPLETEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Boolescher Rückgabewert 19981208

Method IS_COMPLETEABLE on class CL_STEP_POC has no exception.

Method IS_EXECUTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Boolescher Rückgabewert 19981215

Method IS_EXECUTABLE on class CL_STEP_POC has no exception.

Method IS_GLOBAL_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Aktion wird automatisch ausgeführt 20020131

Method IS_GLOBAL_ACTION on class CL_STEP_POC has no exception.

Method IS_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Boolescher Rückgabewert 19990319

Method IS_INITIAL on class CL_STEP_POC has no exception.

Method IS_LOCAL_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Aktion wird automatisch ausgeführt 20020131

Method IS_LOCAL_ACTION on class CL_STEP_POC has no exception.

Method IS_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Boolescher Rückgabewert 19990105

Method IS_LOCKED on class CL_STEP_POC has no exception.

Method IS_OBLIGATORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Boolescher Rückgabewert 19990714

Method IS_OBLIGATORY on class CL_STEP_POC has no exception.

Method IS_PROCESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) FLAG Ergebnis 20000620

Method IS_PROCESSED on class CL_STEP_POC has no exception.

Method IS_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Boolescher Rückgabewert 19990507

Method IS_READONLY on class CL_STEP_POC has no exception.

Method IS_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Boolescher Rückgabewert 20000126

Method IS_TEST on class CL_STEP_POC has no exception.

Method LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXECUTED Value transfer Type reference (TYPE) BOOLE_D Änderung durchgeführt 19990802
2 Importing IM_DEREGISTER Call by reference Type reference (TYPE) BOOLE_D 'X' Kennzeichen: Trigger deregistrieren 20020925
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991126

Method ON_ACTION_TRIGGERED Signature

Method ON_ACTION_TRIGGERED on class CL_STEP_POC has no parameter.
Method ON_ACTION_TRIGGERED on class CL_STEP_POC has no exception.

Method ON_ACTIVATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20020729

Method ON_ACTIVATED on class CL_STEP_POC has no exception.

Method ON_ACTIVATION_OP_CHANGED Signature

Method ON_ACTIVATION_OP_CHANGED on class CL_STEP_POC has no parameter.
Method ON_ACTIVATION_OP_CHANGED on class CL_STEP_POC has no exception.

Method ON_ACTIVATION_OP_INITIALIZED Signature

Method ON_ACTIVATION_OP_INITIALIZED on class CL_STEP_POC has no parameter.
Method ON_ACTIVATION_OP_INITIALIZED on class CL_STEP_POC has no exception.

Method ON_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 20000113

Method ON_COMPLETED on class CL_STEP_POC has no exception.

Method ON_DEACTIVATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20020729

Method ON_DEACTIVATED on class CL_STEP_POC has no exception.

Method ON_OS_TRANSACTION_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20000110
2 Importing STATUS Value transfer Attribute reference (LIKE) 19991209

Method ON_OS_TRANSACTION_FINISHED on class CL_STEP_POC has no exception.

Method PRINT Signature

Method PRINT on class CL_STEP_POC has no parameter.
Method PRINT on class CL_STEP_POC has no exception.

Method PRINT_DETAIL Signature

Method PRINT_DETAIL on class CL_STEP_POC has no parameter.
Method PRINT_DETAIL on class CL_STEP_POC has no exception.

Method RAISE_EVENT_FROM_EXTERNAL Signature

Method RAISE_EVENT_FROM_EXTERNAL on class CL_STEP_POC has no parameter.
Method RAISE_EVENT_FROM_EXTERNAL on class CL_STEP_POC has no exception.

Method READ_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PROTOCOL_TAB Call by reference Type reference (TYPE) POC_STEP_PROTOCOL_TAB Protokolltabelle Herstellanweisung für Arbeitsschritt 20011107
2 Importing IM_ACTIVITY Call by reference Type reference (TYPE) POC_STEP_ACTIVITY Aktivität auf Arbeitsschritt in der Herstellanweisung 20011107
# Exception Resumable Description Created on
1 NOT_FOUND Keine Protokolleinträge vorhanden 20011107

Method REGISTER_TRANSACTION_FINISHED Signature

Method REGISTER_TRANSACTION_FINISHED on class CL_STEP_POC has no parameter.
Method REGISTER_TRANSACTION_FINISHED on class CL_STEP_POC has no exception.

Method SET_ACTIVATION_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INITIALIZE Call by reference Type reference (TYPE) BOOLE_D Persitente Initalisierung 19991220
2 Importing IM_NEW_ELEMENT Call by reference Type reference (TYPE) BOOLE_D Neues Element, kein Change-Event 20000104
3 Importing IM_OPERATION_REF Call by reference Object reference (TYPE REF TO) CL_OPERATION_POC Aktivierungsfunktion 19990811
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991021

Method SET_CHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXECUTED Value transfer Type reference (TYPE) BOOLE_D Änderung durchgeführt 19990802
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991126

Method SET_EVT_SIGN_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EVT_SIGN_SETTINGS Call by reference Type reference (TYPE) POC_EVT_SIGN_SETTINGS Einstellungen zur Signatur Ereignisprotokoll am Step 20011127
2 Importing IM_INITIALIZE Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20011203
3 Importing IM_NEW_ELEMENT Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20011203

Method SET_EVT_SIGN_SETTINGS on class CL_STEP_POC has no exception.

Method SET_INITIAL Signature

Method SET_INITIAL on class CL_STEP_POC has no parameter.
# Exception Resumable Description Created on
1 NOT_INITIALIZED Could not be initialized 20070308
2 OS_EXCEPTION OS-Ausnahme 20000607

Method SET_LOCAL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EXTERNAL Value transfer Type reference (TYPE) BOOLE_D Kennzeichen ob Wert im externen Format 19990728
2 Importing IM_IDENTIFIER Value transfer Type reference (TYPE) BOOLE_D Identifizierende Position 19990301
3 Importing IM_INITIALIZE Call by reference Type reference (TYPE) BOOLE_D Persistente Initialisierung 19991021
4 Importing IM_NEW_ELEMENT Call by reference Type reference (TYPE) BOOLE_D Neues Element, kein Change-Event 20000104
5 Importing IM_VALUE Value transfer Type reference (TYPE) POC_VALUE Wert 19990728
6 Importing IM_VALUENAME Value transfer Type reference (TYPE) POC_VALUENAME Bezeichnung des Werts 19990301
7 Importing IM_VALUE_REF Call by reference Object reference (TYPE REF TO) CL_VALUE_POC Wertreferenz 19990301
8 Importing IM_VISIBLE Value transfer Type reference (TYPE) BOOLE_D Sichtbare Position 19990301
# Exception Resumable Description Created on
1 NOT_SET Gelieferter Wert wurde nicht gesetzt 19990728
2 OS_EXCEPTION OS-Ausnahme 19991021

Method SET_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXECUTED Value transfer Type reference (TYPE) BOOLE_D Änderung durchgeführt 19990802
2 Importing IM_FINAL Value transfer Type reference (TYPE) FLAG Entgültig auf schreibgeschützt setzen (abschließen) 20000724
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991126

Method SET_STEP_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STEP_DESCRIPTION Call by reference Type reference (TYPE) STRING Kurztext des Schrittes 19990421
2 Importing IM_STEP_NEUTRAL_DESC Call by reference Type reference (TYPE) STRING Sprachunab. Bezeichung 19990811
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991221

Method SET_STEP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Call by reference Type reference (TYPE) POC_OBJ_ID Identifizierer 19991105
# Exception Resumable Description Created on
1 NOT_SET ID konnte nicht gesetzt werden 19991129

Method SET_STEP_OBLIGATORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBLIGATORY Call by reference Type reference (TYPE) BOOLE_D 'X' Kennzeichen ob obligatorisch 19990714
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991021

Method START_EVT_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVITY Call by reference Type reference (TYPE) POC_STEP_ACTIVITY Aktivität auf Arbeitsschritt in der Herstellanweisung 20011128
# Exception Resumable Description Created on
1 NO_SIGNATURE_REQUIRED Keine Signatur für diese Aktion erforderlich 20011128

Method UNLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXECUTED Value transfer Type reference (TYPE) BOOLE_D Änderung durchgeführt 19990802
2 Importing IM_REGISTER Call by reference Type reference (TYPE) BOOLE_D 'X' Kennzeichen: Trigger registrieren 20020925
# Exception Resumable Description Created on
1 OS_EXCEPTION OS-Ausnahme 19991126

Method UPDATE_TRIGGER_TAB Signature

Method UPDATE_TRIGGER_TAB on class CL_STEP_POC has no parameter.
Method UPDATE_TRIGGER_TAB on class CL_STEP_POC has no exception.

Method WRITE_PROTOCOL_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVITY Call by reference Type reference (TYPE) POC_STEP_ACTIVITY Aktivität auf Arbeitsschritt in der Herstellanweisung 20011102
2 Importing IM_VALUE Call by reference Type reference (TYPE) POC_VALUE Eingabewert 20011218

Method WRITE_PROTOCOL_ITEM on class CL_STEP_POC has no exception.
Event Signatures

Event ACTION_TRIGGERED Signature
Event ACTION_TRIGGERED on class CL_STEP_POC has no parameter.
Event ACTIVATED Signature
Event ACTIVATED on class CL_STEP_POC has no parameter.
Event CHANGEABLE Signature
Event CHANGEABLE on class CL_STEP_POC has no parameter.
Event CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_DEFAULT Exporting Value transfer Type reference (TYPE) BOOLE_D SPACE INTERNAL: Flag, ob Änderung aus Default-Bewertung resultiert 20000113
2 EX_STATE Exporting Value transfer Type reference (TYPE) BOOLE_D SPACE FLAG: ausschließlich Zustandsänderung 20000804
3 EX_VALUE_CHANGED Exporting Value transfer Type reference (TYPE) BOOLE_D SPACE Kennzeichen: Datenanforderung initialisiert 20020507

Event COMMENT_CREATED Signature
Event COMMENT_CREATED on class CL_STEP_POC has no parameter.
Event COMPLETED Signature
Event COMPLETED on class CL_STEP_POC has no parameter.
Event COPY_REQUESTED Signature
Event COPY_REQUESTED on class CL_STEP_POC has no parameter.
Event DEACTIVATED Signature
Event DEACTIVATED on class CL_STEP_POC has no parameter.
Event INITIALIZED Signature
Event INITIALIZED on class CL_STEP_POC has no parameter.
Event LOCKED Signature
Event LOCKED on class CL_STEP_POC has no parameter.
Event LOG_ENTRY_MADE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CONDITION_TEXT_TAB Exporting Value transfer Type reference (TYPE) POC_CONDITION_TEXT_TAB Tabelle: Trigger-Bedingungen 20011219
2 LOG_DATA Exporting Value transfer Type reference (TYPE) POC_LOG_DATA Daten für Eintrag in Ereignisprotokoll 20020109

Event LOG_SIGNATURE_MADE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EVENT_ID Exporting Value transfer Type reference (TYPE) STRING Objekt-ID für Eintrag in Ereignisprotokoll 20020109
2 SIGN_REF Exporting Value transfer Object reference (TYPE REF TO) IF_DS_SIGN Digitale Signatur: Signatur erzeugen 20020109
3 SIG_DATA Exporting Value transfer Type reference (TYPE) POC_SIG_DATA Daten für Signatur in Ereignisprotokoll 20020109

Event READONLY Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_FINAL Exporting Value transfer Type reference (TYPE) FLAG Entgültig auf schreibgeschützt setzen (abschließen) 20000724

Event REPORTED Signature
Event REPORTED on class CL_STEP_POC has no parameter.
Event UNLOCKED Signature
Event UNLOCKED on class CL_STEP_POC has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in