SAP ABAP Class CL_REPEATABLE_PROCESS_STEP_POC (Domain Model: Repeatable Process 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 Inheritance (c INHERITING FROM c_ref)  CL_PROCESS_STEP_POC Domain Model: Process Step 00000000
Properties
Class CL_REPEATABLE_PROCESS_STEP_POC  
Short Description Domain Model: Repeatable Process Step    
Super Class CL_PROCESS_STEP_POC Domain Model: Process Step 
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 19990115   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_REPEATABLE_PROCESS_STEP_POC has no forward declaration.
Interfaces
Class CL_REPEATABLE_PROCESS_STEP_POC has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CB_REPEATABLE_PROCESS_STEP_POC 20010511 Base Agent Domain Model: Step
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_COUNTER Instance attribute Protected Type reference (TYPE) I 1 Number of Lines 19990127
2 M_MAX_REPETITION Instance attribute Protected Type reference (TYPE) I 9999 Maximum Number of Repeats 19990115
3 M_MIN_REPETITION Instance attribute Protected Type reference (TYPE) I 1 Minimum Number of Repeats 19990115
4 M_REPEATABLE Instance attribute Protected Type reference (TYPE) BOOLE_D Repeatable 19990115
5 M_SY_ROW Static Attribute Private Type reference (TYPE) FLAG General Indicator 20101109
6 STATE Instance attribute Private Object reference (TYPE REF TO) CL_REPEATABLE_PROCESS_STEP_POC Status 19991111
Methods
# Method Level Visibility Method type Description Created on
1 ADD_LINE Instance method Public Method Adds New Line 19990127
2 CONSTRUCTOR Instance method Public Constructor Constructor 19991111
3 CREATE_REPEATABLE_PROCESS_STEP Static method Public Method CONSTRUCTION: Creates (Persistent) Example 19990928
4 GET_MAX_LINES Instance method Public Method Gets the Maximum Number of Lines 19990806
5 GET_MIN_LINES Instance method Public Method Gets the Minimum Number of Lines 19990806
6 GET_NUMBER_OF_LINES Instance method Public Method Gets Current Number of Lines 19990901
7 GET_SY_ROW Static method Public Method Returns Value of M_SY_ROW Flag 20101109
8 ON_STEP_COPY_REQUESTED Instance method Protected Event handling method Event Handler for Signatures to be Copied 19990907
9 SET_SY_ROW Static method Public Method Sets Value of M_SY_ROW Flag 20101109
Events
# Event Type Visibility Description Created on
1 LINE_ADDED Instance Event
(0)
Public
(2)
A New Line is Added 19990225
Types
Class CL_REPEATABLE_PROCESS_STEP_POC has no local type.
Method Signatures

Method ADD_LINE 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) BOOLE_D Keine Prüfung 20000208
# Exception Resumable Description Created on
1 MAX_NUMBER_OF_ROWS_REACHED Maximale Anzahl an Zeilen bereits vorhanden 19990225
2 NOT_ADDED Es wurde keine Zeile hinzugefügt 19990908
3 OS_EXCEPTION OS-Ausnahme 19991022

Method CONSTRUCTOR Signature

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

Method CREATE_REPEATABLE_PROCESS_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PROCESS_STEP_REF Call by reference Object reference (TYPE REF TO) CL_REPEATABLE_PROCESS_STEP_POC Erzeugtes Exemplar 19990928
2 Importing IM_MAX_REPETITION Call by reference Type reference (TYPE) I '9999' Maximale Anzahl Wiederholungen 19990928
3 Importing IM_MIN_REPETITION Call by reference Type reference (TYPE) I '1' Minimale Anzahl Wiederholungen 19990928
4 Importing IM_PARTITION_REF Call by reference Object reference (TYPE REF TO) CL_PARTITION_POC Partition 19990928
5 Importing IM_PERSISTENT Call by reference Type reference (TYPE) BOOLE_D 'X' Persistentes Exemplar 19990928
6 Importing IM_REPEATABLE Call by reference Type reference (TYPE) BOOLE_D 'X' Aktuell Wiederholbar 19990928

Method CREATE_REPEATABLE_PROCESS_STEP on class CL_REPEATABLE_PROCESS_STEP_POC has no exception.

Method GET_MAX_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_MAX_LINES Value transfer Type reference (TYPE) I Maximale Anzahl Zeilen 19990806

Method GET_MAX_LINES on class CL_REPEATABLE_PROCESS_STEP_POC has no exception.

Method GET_MIN_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_MIN_LINES Value transfer Type reference (TYPE) I Minimale Anzahl Zeilen 19990806

Method GET_MIN_LINES on class CL_REPEATABLE_PROCESS_STEP_POC has no exception.

Method GET_NUMBER_OF_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_LINES Value transfer Type reference (TYPE) I Anzahl Zeilen 19990901

Method GET_NUMBER_OF_LINES on class CL_REPEATABLE_PROCESS_STEP_POC has no exception.

Method GET_SY_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_SY_ROW Value transfer Type reference (TYPE) FLAG allgemeines flag 20101109

Method GET_SY_ROW on class CL_REPEATABLE_PROCESS_STEP_POC has no exception.

Method ON_STEP_COPY_REQUESTED Signature

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

Method ON_STEP_COPY_REQUESTED on class CL_REPEATABLE_PROCESS_STEP_POC has no exception.

Method SET_SY_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SY_ROW Call by reference Type reference (TYPE) FLAG allgemeines flag 20101109

Method SET_SY_ROW on class CL_REPEATABLE_PROCESS_STEP_POC has no exception.
Event Signatures

Event LINE_ADDED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_LAST_LINE Exporting Value transfer Type reference (TYPE) BOOLE_D Letzte mögliche Zeile hinzugefügt 19991202
2 EX_LINE Exporting Value transfer Type reference (TYPE) I Nummer der Zeile 19990225
History
Last changed by/on SAP  20110908 
SAP Release Created in