SAP ABAP Class CL_STCTM_COMPOSITE_DOCU (Generate a composite doco based on task dokus)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
⤷
STC_TM (Package) Technical Configuration Task Management

⤷

⤷

Properties
Class | CL_STCTM_COMPOSITE_DOCU | |
Short Description | Generate a composite doco based on task dokus | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STC_TM | Technical Configuration Task Management |
Created | 20130311 | SAP |
Last change | 20140121 | 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
Class CL_STCTM_COMPOSITE_DOCU has no interface implemented.
Friends
Class CL_STCTM_COMPOSITE_DOCU has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | DOKU_ID | '##' | 20130311 | ||
2 | ![]() |
Constant | Private | See coding | 20130311 | ||||
3 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_STCTM_COMPOSITE_DOCU | 20130312 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | THEAD | 20130312 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GTY_TAB_TLINE | 20130311 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20130312 | |
2 | ![]() |
Static method | Public | Method | 20130311 | |
3 | ![]() |
Instance method | Public | Method | 20130312 | |
4 | ![]() |
Instance method | Private | Method | 20130313 | |
5 | ![]() |
Instance method | Private | Method | 20130318 | |
6 | ![]() |
Instance method | Private | Method | 20130311 | |
7 | ![]() |
Instance method | Private | Method | 20130311 | |
8 | ![]() |
Instance method | Private | Method | 20130311 | |
9 | ![]() |
Instance method | Private | Method | 20130313 | |
10 | ![]() |
Instance method | Private | Method | 20130311 | |
11 | ![]() |
Instance method | Private | Method | 20130312 | |
12 | ![]() |
Instance method | Private | Method | 20130320 | |
13 | ![]() |
Instance method | Private | Method | 20130312 | |
14 | ![]() |
Instance method | Private | Method | 20130318 | |
15 | ![]() |
Instance method | Private | Method | 20130312 | |
16 | ![]() |
Instance method | Private | Method | 20130318 |
Events
Class CL_STCTM_COMPOSITE_DOCU has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_STR_LIST | Private | See coding | 20130311 | BEGIN OF gty_str_list,
no TYPE i,
tech_id TYPE c LENGTH 32,
descr TYPE c LENGTH 100,
doku_id TYPE doku_id,
doku_obj TYPE doku_obj,
doku_langu TYPE sylangu,
build_no TYPE stc_scenario_build_no,
type TYPE stc_scn_tasks-tasktype,
END OF gty_str_list
|
||
2 | GTY_TAB_LIST | Private | See coding | 20130311 | gty_tab_list TYPE STANDARD TABLE OF gty_str_list
|
||
3 | GTY_TAB_TLINE | Private | See coding | 20130311 | gty_tab_tline TYPE STANDARD TABLE OF tline
|
Method Signatures
Method COMPOSE_DOCU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SCENARIO | Call by reference | Object reference (TYPE REF TO) | IF_STC_SCENARIO | 20130312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130312 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_STCTM_COMPOSITE_DOCU | 20130311 |
Method GET_INSTANCE on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method SHOW_DOCU Signature
Method SHOW_DOCU on class CL_STCTM_COMPOSITE_DOCU has no parameter.
Method SHOW_DOCU on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _ADD_COL_DELIMITER Signature
Method _ADD_COL_DELIMITER on class CL_STCTM_COMPOSITE_DOCU has no parameter.
Method _ADD_COL_DELIMITER on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _ADD_EVENT_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_LIST | Call by reference | Type reference (TYPE) | GTY_STR_LIST | 20130318 |
Method _ADD_EVENT_HEADER on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _ADD_OBJECT_LINK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_LIST | Call by reference | Type reference (TYPE) | GTY_STR_LIST | 20130311 | |||
2 | ![]() |
IV_TAG | Call by reference | Type reference (TYPE) | TDFORMAT | GC_STR_TAG-EMPTY | 20130311 |
Method _ADD_OBJECT_LINK on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _ADD_SCENARIO_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_LIST | Call by reference | Type reference (TYPE) | GTY_STR_LIST | 20130311 |
Method _ADD_SCENARIO_HEADER on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _ADD_TASK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_LIST | Call by reference | Type reference (TYPE) | GTY_STR_LIST | 20130311 |
Method _ADD_TASK on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _ADD_TASK_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_LIST | Call by reference | Type reference (TYPE) | GTY_STR_LIST | 20130313 | |||
2 | ![]() |
IV_FLG_HEADER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130313 |
Method _ADD_TASK_TAB on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _BUILD_DOCU_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LIST | Call by reference | Type reference (TYPE) | GTY_TAB_LIST | 20130311 | |||
2 | ![]() |
IO_SCENARIO | Call by reference | Object reference (TYPE REF TO) | IF_STC_SCENARIO | 20130312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130311 |
Method _CLEAN_UP Signature
Method _CLEAN_UP on class CL_STCTM_COMPOSITE_DOCU has no parameter.
Method _CLEAN_UP on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _GET_DOCU_COMPLETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LINES | Call by reference | Type reference (TYPE) | GTY_TAB_TLINE | 20130320 | |||
2 | ![]() |
IS_LIST | Call by reference | Type reference (TYPE) | GTY_STR_LIST | 20130320 |
Method _GET_DOCU_COMPLETE on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _GET_DUMMY_HEAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_LIST | Call by reference | Type reference (TYPE) | GTY_TAB_LIST | 20130313 | |||
2 | ![]() |
RS_HEAD | Value transfer | Type reference (TYPE) | THEAD | 20130312 |
Method _GET_DUMMY_HEAD on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _GET_TASK_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_TASK | Call by reference | Type reference (TYPE) | IF_STC_SCENARIO=>T_TASK | 20130318 | |||
2 | ![]() |
RS_LIST | Value transfer | Type reference (TYPE) | GTY_STR_LIST | 20130318 |
Method _GET_TASK_DETAILS on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _GET_TASK_PURPOSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LINES | Call by reference | Type reference (TYPE) | GTY_TAB_TLINE | 20130312 | |||
2 | ![]() |
IS_LIST | Call by reference | Type reference (TYPE) | GTY_STR_LIST | 20130312 |
Method _GET_TASK_PURPOSE on class CL_STCTM_COMPOSITE_DOCU has no exception.
Method _RESOLVE_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_LIST | Call by reference | Type reference (TYPE) | GTY_TAB_LIST | 20130318 |
Method _RESOLVE_EVENTS on class CL_STCTM_COMPOSITE_DOCU has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |