SAP ABAP Class CL_SWF_GP_DEPLOYMENT (Deployment of Guided Procedure)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM-RUN (Application Component) Runtime
⤷
SWF_GP_DEF (Package) Definition Component for Guided Procedures

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_GP_DEPLOYMENT | Deployment of GP Process | 20050203 |
Properties
Class | CL_SWF_GP_DEPLOYMENT | |
Short Description | Deployment of Guided Procedure | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWF_GP_DEF | Definition Component for Guided Procedures |
Created | 20050203 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SWF_GP_DEPLOYMENT | Deployment of GP Process | 20050203 |
Friends
Class CL_SWF_GP_DEPLOYMENT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | SWW_TASK | 'TS77209763' | Task ID | 20050719 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | SWW_TASK | 'TS77209760' | Task ID | 20050719 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | SWW_TASK | 'TS77209761' | Task ID | 20050719 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | SWW_TASK | 'TS77209762' | Task ID | 20050719 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | REUSE_PERSIST_STAT_TYPE | 'D' | 20050302 | ||
6 | ![]() |
Constant | Private | Type reference (TYPE) | REUSE_PERSIST_STAT_TYPE | 'I' | 20050302 | ||
7 | ![]() |
Constant | Private | Type reference (TYPE) | REUSE_PERSIST_STAT_TYPE | 'L' | 20050302 | ||
8 | ![]() |
Constant | Private | Type reference (TYPE) | REUSE_PERSIST_STAT_TYPE | 'M' | 20050302 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ACTIVITY_BUFFER_TABTYPE | 20050203 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ACTIVITY_WUL_INFO_TABTYPE | 20050715 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | REUSE_BUFFER_TABTYPE | 20050302 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWFGPDEPID | ID of GP Deployment Run | 20050203 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWFGPDEPTYPE | Type of GP Deployment | 20050203 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYUNAME | User that Executed Deployment | 20050323 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWFGPDEPLOY_RESULT | Result of Deployment of a Guided Procedure | 20050203 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWFGPKEY | Key Fields of the Guided Procedure | 20050203 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWFGPDXML | XML of Guided Procedure | 20050203 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | 20050302 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Constructor | 20050203 | |
2 | ![]() |
Static method | Public | Method | 20050203 | |
3 | ![]() |
Instance method | Private | Method | 20050302 |
Events
Class CL_SWF_GP_DEPLOYMENT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | ACTIVITY_BUFFER_TABTYPE | Private | See coding | 20050203 | activity_buffer_tabtype TYPE TABLE OF activity_buffer_type
|
||
2 | ACTIVITY_BUFFER_TYPE | Private | See coding | 20050203 | BEGIN OF activity_buffer_type,
gpac_id TYPE swfgpdid,
gpac_version TYPE swfgpdvers,
gpac_type TYPE swfgpactypwul,
gpac_tech_name TYPE swfgpdtechname,
gpac_category TYPE swfgpdcategory,
activity_exists TYPE flag,
reuse_info_in_sync TYPE flag,
task TYPE sww_task,
task_reused TYPE flag,
task_regenerated TYPE flag,
task_reuse_status TYPE swfgpreusestat,
task_reuse_persist_stat TYPE reuse_persist_stat_type,
wf_task TYPE sww_task,
wf_version TYPE swd_versio,
wf_status TYPE swr_activ,
wf_reused TYPE flag,
wf_regenerated TYPE flag,
wf_reuse_status TYPE swfgpreusestat,
wf_reuse_persist_stat TYPE reuse_persist_stat_type,
objname TYPE seoclsname,
obj_reused TYPE flag,
obj_regenerated TYPE flag,
obj_reuse_status TYPE swfgpreusestat,
obj_reuse_persist_stat TYPE reuse_persist_stat_type,
END OF activity_buffer_type
|
||
3 | ACTIVITY_WUL_INFO_TABTYPE | Private | See coding | 20050715 | activity_wul_info_tabtype TYPE TABLE of activity_wul_info_type
|
||
4 | ACTIVITY_WUL_INFO_TYPE | Private | See coding | 20050715 | BEGIN OF activity_wul_info_type,
gpac_id TYPE swfgpdid,
gpac_version TYPE swfgpdvers,
gpac_type TYPE swfgpactypwul,
gpac_description TYPE swd_noddsc,
wfd_stguid TYPE swfgpstguid,
END OF activity_wul_info_type
|
||
5 | REUSE_BUFFER_TABTYPE | Private | See coding | 20050203 | reuse_buffer_tabtype TYPE TABLE OF swfgpreuse
|
||
6 | REUSE_PERSIST_STAT_TYPE | Private | See coding | 20050302 | reuse_persist_stat_type(1) TYPE c
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_DEPLOYMENT_TYPE | Call by reference | Type reference (TYPE) | SWFGPDEPTYPE | 20050203 | |||
2 | ![]() |
IM_DEPLOYMENT_USER | Call by reference | Type reference (TYPE) | SYUNAME | 20050323 | |||
3 | ![]() |
IM_GP_KEY | Call by reference | Type reference (TYPE) | SWFGPKEY | 20050203 |
Method CONSTRUCTOR on class CL_SWF_GP_DEPLOYMENT has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_DEPLOYMENT_TYPE | Call by reference | Type reference (TYPE) | SWFGPDEPTYPE | 20050203 | |||
2 | ![]() |
IM_DEPLOYMENT_USER | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20050323 | ||
3 | ![]() |
IM_GP_KEY | Call by reference | Type reference (TYPE) | SWFGPKEY | 20050203 | |||
4 | ![]() |
RE_DEPLOYMENT | Value transfer | Object reference (TYPE REF TO) | IF_SWF_GP_DEPLOYMENT | 20050203 |
Method CREATE on class CL_SWF_GP_DEPLOYMENT has no exception.
Method UPDATE_REUSE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ACTIVITY | Call by reference | Object reference (TYPE REF TO) | ACTIVITY_BUFFER_TYPE | 20050302 | |||
2 | ![]() |
IM_GENOBJCAT | Call by reference | Type reference (TYPE) | SWFGPGENOBJCAT | 20050302 | |||
3 | ![]() |
IM_REGENERATED | Call by reference | Type reference (TYPE) | FLAG | 20050302 | |||
4 | ![]() |
IM_REUSED | Call by reference | Type reference (TYPE) | FLAG | 20050302 | |||
5 | ![]() |
IM_REUSE_STATUS | Call by reference | Type reference (TYPE) | SWFGPREUSESTAT | 20050302 |
Method UPDATE_REUSE_DATA on class CL_SWF_GP_DEPLOYMENT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 700 |