SAP ABAP Class CL_POC_VIS_DATA_CONTEXT_ASS (Assistance Class for POC_VISUAL_DIAGRAM)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-POC (Application Component) Process Orchestration for Built-In Processes
⤷
BS_POC_MAIN (Package) Process Orchestration - Runtime

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20121116 |
Properties
Class | CL_POC_VIS_DATA_CONTEXT_ASS | |
Short Description | Assistance Class for POC_VISUAL_DIAGRAM | |
Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BS_POC_MAIN | Process Orchestration - Runtime |
Created | 20121116 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_POC_VIS_DATA_CONTEXT_ASS has no forward declaration.
Interfaces
Class CL_POC_VIS_DATA_CONTEXT_ASS has no interface implemented.
Friends
Class CL_POC_VIS_DATA_CONTEXT_ASS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IWCI_POC_VISUAL_DIAGRAM | Web Dynpro Interface COMPONENTCONTROLLER | 20121116 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Gets Process Definition and Version for a Process Instance | 20121206 |
2 | ![]() |
Instance method | Public | Method | Get the federated Activities in a Sequential way | 20130213 |
3 | ![]() |
Instance method | Public | Event handling method | 20121116 | |
4 | ![]() |
Instance method | Public | Method | 20121116 | |
5 | ![]() |
Instance method | Public | Method | 20121116 | |
6 | ![]() |
Instance method | Public | Method | 20121205 |
Events
Class CL_POC_VIS_DATA_CONTEXT_ASS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_EDGE | Public | Type reference (TYPE) | CHAR32 | 20121205 |
|
|
2 | TY_EDGES | Public | See coding | 20121205 | BEGIN OF ty_edges,
FROM TYPE ty_edge,
TO TYPE ty_edge,
END OF ty_edges
|
||
3 | TY_GD | Public | See coding | 20121205 | BEGIN OF ty_gd,
NODES TYPE STANDARD TABLE OF ty_nodes WITH DEFAULT KEY,
edges TYPE STANDARD TABLE OF ty_edges WITH DEFAULT KEY,
END OF ty_gd
|
||
4 | TY_NODES | Public | See coding | 20121205 | BEGIN OF ty_nodes,
name TYPE char32,
parent TYPE char32,
TEXT TYPE string,
processor TYPE string,
creation TYPE string,
start TYPE xfeld,
END TYPE xfeld,
Client TYPE poc_logsys,
END OF ty_nodes
|
Method Signatures
Method GET_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_PROCESS_TYPE_ID | Call by reference | Type reference (TYPE) | POC_PROCESS_TYPE_ID | Process Definition ID | 20121206 | ||
2 | ![]() |
EV_PROCESS_VERSION | Call by reference | Type reference (TYPE) | POC_PROCESS_VERSION | Process Version | 20121206 | ||
3 | ![]() |
IV_PROCESS_ID | Call by reference | Type reference (TYPE) | POC_PROCESS_ID | Process ID | 20121206 |
Method GET_DEFINITION on class CL_POC_VIS_DATA_CONTEXT_ASS has no exception.
Method GET_FED_SORTED_ACTIVITIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SORTED_ACTIVITIES | Call by reference | Type reference (TYPE) | POC_T_PROC_PS_DETAILS | Process Step Details | 20130213 | ||
2 | ![]() |
IV_PROCESS_TYPE_ID | Call by reference | Type reference (TYPE) | POC_PROCESS_TYPE_ID | Process Definition ID | 20130213 | ||
3 | ![]() |
IV_PROCESS_VERSION | Call by reference | Type reference (TYPE) | POC_PROCESS_VERSION | Process Version | 20130213 |
Method GET_FED_SORTED_ACTIVITIES on class CL_POC_VIS_DATA_CONTEXT_ASS has no exception.
Method HNDL_CONTEXT_CHANGED Signature
Method HNDL_CONTEXT_CHANGED on class CL_POC_VIS_DATA_CONTEXT_ASS has no parameter.
Method HNDL_CONTEXT_CHANGED on class CL_POC_VIS_DATA_CONTEXT_ASS has no exception.
Method HNDL_PORTAL_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20121116 |
Method HNDL_PORTAL_ACTION on class CL_POC_VIS_DATA_CONTEXT_ASS has no exception.
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | IWCI_POC_VISUAL_DIAGRAM | WebDynpro Interface COMPONENTCONTROLLER | 20121116 | ||
2 | ![]() |
PORTAL_EVENT_ACTION | Call by reference | Type reference (TYPE) | STRING | 20121116 | |||
3 | ![]() |
VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20121116 |
Method INIT on class CL_POC_VIS_DATA_CONTEXT_ASS has no exception.
Method READ_DEFINITION_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_GD | Call by reference | Type reference (TYPE) | TY_GD | 20121205 | |||
2 | ![]() |
IV_PROCESS_TYPE_ID | Call by reference | Type reference (TYPE) | POC_PROCESS_TYPE_ID | Process Definition ID | 20121205 | ||
3 | ![]() |
IV_PROCESS_VERSION | Call by reference | Type reference (TYPE) | POC_PROCESS_VERSION | Process Version | 20121205 |
Method READ_DEFINITION_DATA on class CL_POC_VIS_DATA_CONTEXT_ASS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 747 |