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 ABAP 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 GC_NO_DOKU Constant Private Type reference (TYPE) DOKU_ID '##' 20130311
2 GC_STR_TAG Constant Private See coding 20130311
3 GO_SINGLETON Static Attribute Private Object reference (TYPE REF TO) CL_STCTM_COMPOSITE_DOCU 20130312
4 MS_DUMMY_HEAD Instance attribute Private Type reference (TYPE) THEAD 20130312
5 MT_DOCU_LINES Instance attribute Private Type reference (TYPE) GTY_TAB_TLINE 20130311
Methods
# Method Level Visibility Method type Description Created on
1 COMPOSE_DOCU Instance method Public Method 20130312
2 GET_INSTANCE Static method Public Method 20130311
3 SHOW_DOCU Instance method Public Method 20130312
4 _ADD_COL_DELIMITER Instance method Private Method 20130313
5 _ADD_EVENT_HEADER Instance method Private Method 20130318
6 _ADD_OBJECT_LINK Instance method Private Method 20130311
7 _ADD_SCENARIO_HEADER Instance method Private Method 20130311
8 _ADD_TASK Instance method Private Method 20130311
9 _ADD_TASK_TAB Instance method Private Method 20130313
10 _BUILD_DOCU_LIST Instance method Private Method 20130311
11 _CLEAN_UP Instance method Private Method 20130312
12 _GET_DOCU_COMPLETE Instance method Private Method 20130320
13 _GET_DUMMY_HEAD Instance method Private Method 20130312
14 _GET_TASK_DETAILS Instance method Private Method 20130318
15 _GET_TASK_PURPOSE Instance method Private Method 20130312
16 _RESOLVE_EVENTS 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 Importing IO_SCENARIO Call by reference Object reference (TYPE REF TO) IF_STC_SCENARIO 20130312
# Exception Resumable Description Created on
1 CX_STC_SCENARIO 20130312

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Importing 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 Importing IS_LIST Call by reference Type reference (TYPE) GTY_STR_LIST 20130311
2 Importing 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 Importing 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 Importing 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 Importing IS_LIST Call by reference Type reference (TYPE) GTY_STR_LIST 20130313
2 Importing 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 Exporting ET_LIST Call by reference Type reference (TYPE) GTY_TAB_LIST 20130311
2 Importing IO_SCENARIO Call by reference Object reference (TYPE REF TO) IF_STC_SCENARIO 20130312
# Exception Resumable Description Created on
1 CX_STC_SCENARIO 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 Exporting ET_LINES Call by reference Type reference (TYPE) GTY_TAB_TLINE 20130320
2 Importing 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 Importing IT_LIST Call by reference Type reference (TYPE) GTY_TAB_LIST 20130313
2 Returning 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 Importing IS_TASK Call by reference Type reference (TYPE) IF_STC_SCENARIO=>T_TASK 20130318
2 Returning 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 Exporting ET_LINES Call by reference Type reference (TYPE) GTY_TAB_TLINE 20130312
2 Importing 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 Importing 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