SAP ABAP Class CL_PCL_ACTIVITY (Activity class)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_MBT_PCL_46 (Package) MBT PCT : Process controlling functions 4.6

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_PCL_ACT_IMG | activities in IMG | 20060417 |
Properties
Class | CL_PCL_ACTIVITY | |
Short Description | Activity class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CNV_MBT_PCL_46 | MBT PCT : Process controlling functions 4.6 |
Created | 20060417 | SAP |
Last change | 20141030 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_PCL_ACTIVITY has no forward declaration.
Interfaces
Class CL_PCL_ACTIVITY has no interface implemented.
Friends
Class CL_PCL_ACTIVITY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_ACTIVITY | Unique ID for all activities to be executed | 20060417 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_ACTIVITY_TYPE | Describes whether an activity is executable or not | 20060417 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_DOCU | ID of MBT Docu Object | 20060417 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | PROGRAMM | ABAP program name | 20060417 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_EXEC_TARGET | Specifies The Target System the Activity is Executed in | 20060417 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_EXEC_TYPE | Specifies how the Activity is Executed | 20060417 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | FUNCNAM | Function module name | 20060417 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_LPROT | MBT PCL: Local Log | 20060417 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_DEMANDED_ROLE | Required Role for Activity Execution | 20060417 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_NO_SNGMT | PCL Status Management is Not Active | 20060417 | ||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_LOG_AGENT_ACTIVITY | Activity to Be Called for Cetermination of log Information | 20060417 | ||
12 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_PREACTIVITY | Predecessor Activity | 20060417 | ||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | PROGRAMM | ABAP program name | 20060417 | ||
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_RERUN | Capability for Restarting or Repeating of an Activity | 20060417 | ||
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_RESTART_ALLOWED | MBT PCL Flag to specify possibility of restart_mode | 20060417 | ||
16 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_STATE_AGENT_ACTIVITY | Activity to Be Called for Refreshing Status Information | 20060417 | ||
17 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CNV_MBT_SUCACTIVITY | Successor Activity | 20060417 | ||
18 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TCODE | Transaction code | 20060417 | ||
19 | ![]() |
Instance attribute | Public | Type reference (TYPE) | VARIANT | ABAP: Name of variant (without program name) | 20060417 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | get activity attribute | 20060417 |
2 | ![]() |
Instance method | Public | Method | get all activity attributes | 20060417 |
3 | ![]() |
Instance method | Public | Method | get activity text | 20060424 |
4 | ![]() |
Instance method | Public | Method | set activity attribute | 20060417 |
Events
Class CL_PCL_ACTIVITY has no event.
Types
Class CL_PCL_ACTIVITY has no local type.
Method Signatures
Method GET_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_ATTRVAL | Call by reference | Type reference (TYPE) | STRING | Attributswert | 20060417 | ||
2 | ![]() |
IM_ATTRNAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20060417 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unbekannter Attributname | 20060417 |
Method GET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_ACTIVITY_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ACTIVITY | Eindeutige ID für alle auszuführenden Aktivitäten | 20060417 | ||
2 | ![]() |
EX_ACTIVITY_TYPE | Call by reference | Type reference (TYPE) | CNV_MBT_ACTIVITY_TYPE | Beschreibt, ob eine Aktivität ausführbar ist oder nicht | 20060417 | ||
3 | ![]() |
EX_DOCUMENT_LINK | Call by reference | Type reference (TYPE) | CNV_MBT_DOCU | ID des MBT Doku-Objektes | 20060417 | ||
4 | ![]() |
EX_DOCU_TYPE | Call by reference | Type reference (TYPE) | PROGRAMM | ABAP/4 Programmname | 20060417 | ||
5 | ![]() |
EX_EXEC_TARGET | Call by reference | Type reference (TYPE) | CNV_MBT_EXEC_TARGET | Bestimmt das Zielsystem, in dem die Akt. ausgeführt wird | 20060417 | ||
6 | ![]() |
EX_EXEC_TYPE | Call by reference | Type reference (TYPE) | CNV_MBT_EXEC_TYPE | Gibt an, wie die Aktivität ausgeführt wird | 20060417 | ||
7 | ![]() |
EX_FUNCNAME | Call by reference | Type reference (TYPE) | FUNCNAM | Bezeichnung Funktionsbaustein | 20060417 | ||
8 | ![]() |
EX_LOCAL_PROTOCOL | Call by reference | Type reference (TYPE) | CNV_MBT_LPROT | MBT PCL: Lokales Protokoll | 20060417 | ||
9 | ![]() |
EX_MBT_USER_ROLE | Call by reference | Type reference (TYPE) | CNV_MBT_DEMANDED_ROLE | Erforderliche Rolle zur Ausführung der Aktivität | 20060417 | ||
10 | ![]() |
EX_NO_STATE_MNGMT | Call by reference | Type reference (TYPE) | CNV_MBT_NO_SNGMT | PCL-Statusverwaltung ist nicht aktiv | 20060417 | ||
11 | ![]() |
EX_PA_ACTIVITY_ID | Call by reference | Type reference (TYPE) | CNV_MBT_LOG_AGENT_ACTIVITY | Aktivität zur Bestimmung von Protokollinformationen | 20060417 | ||
12 | ![]() |
EX_PRE_ACTIVITY_ID | Call by reference | Type reference (TYPE) | CNV_MBT_PREACTIVITY | Vorgängeraktivität | 20060417 | ||
13 | ![]() |
EX_PROGNAME | Call by reference | Type reference (TYPE) | PROGRAMM | ABAP/4 Programmname | 20060417 | ||
14 | ![]() |
EX_RERUN | Call by reference | Type reference (TYPE) | CNV_MBT_RERUN | Wiederaufsetzbarkeit oder Wiederholbarkeit einer Aktivität | 20060417 | ||
15 | ![]() |
EX_RESTART_ALLOWED | Call by reference | Type reference (TYPE) | CNV_MBT_RESTART_ALLOWED | MBT PCL : Kennzeichen, ob Wiederaufsetzen möglich | 20060417 | ||
16 | ![]() |
EX_SA_ACTIVITY_ID | Call by reference | Type reference (TYPE) | CNV_MBT_STATE_AGENT_ACTIVITY | Aktivität zum Auffrischen der Statusinformationen | 20060417 | ||
17 | ![]() |
EX_SUC_ACTIVITY_ID | Call by reference | Type reference (TYPE) | CNV_MBT_SUCACTIVITY | Nachfolgeraktivität | 20060417 | ||
18 | ![]() |
EX_TCODE | Call by reference | Type reference (TYPE) | CNVMBTACTIVITY-TCODE | Transaktionscode | 20060417 | ||
19 | ![]() |
EX_VARIANT | Call by reference | Type reference (TYPE) | CNVMBTACTIVITY-VARIANT | ABAP: Name einer Variante (ohne Programmname) | 20060417 |
Method GET_ATTRIBUTES on class CL_PCL_ACTIVITY has no exception.
Method GET_NODE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_ACT_TEXT | Call by reference | Type reference (TYPE) | CNV_MBT_NODE | Text der Aktivität in der Ablaufstruktur | 20060424 | ||
2 | ![]() |
IM_REF | Call by reference | Object reference (TYPE REF TO) | CL_PCL_ACTIVITY | Tätigkeitsklasse | 20060424 |
Method GET_NODE_TEXT on class CL_PCL_ACTIVITY has no exception.
Method SET_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ATTRNAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20060417 | ||
2 | ![]() |
IM_ATTRVAL | Call by reference | Type reference (TYPE) | STRING | Attributswert | 20060417 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unbekannter Attributname | 20060417 |
History
Last changed by/on | SAP | 20141030 |
SAP Release Created in | 2006_1_46C |