SAP ABAP Class CL_SWF_WLC_DYN_COLUMNS (Workflow: Service Class for Dynamic Columns)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWL (Package) Business Workflow: Worklist Client
Properties
Class CL_SWF_WLC_DYN_COLUMNS  
Short Description Workflow: Service Class for Dynamic Columns    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWL   Business Workflow: Worklist Client 
Created 20111025   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SWF_UTL_PERF_MEASUREMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_SWF_WLC_DYN_COLUMNS has no interface implemented.
Friends
Class CL_SWF_WLC_DYN_COLUMNS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DYN_BUFFER_MODIFY Constant Private Type reference (TYPE) SWL_DYNUPD 'M' 20111026
2 C_DYN_BUFFER_NO_ACTIONCONS Instance attribute Private Type reference (TYPE) SWL_DYNUPD SPACE 20111026
3 C_DYN_BUFFER_REPLACE Constant Private Type reference (TYPE) SWL_DYNUPD 'R' 20111026
4 C_PERF_CUST_AVAILABLE Constant Private Type reference (TYPE) CHAR30 'DYNCOL_CUST_AVAILABLE' 20111026
5 C_PERF_EVALUATE_VALUES Constant Private Type reference (TYPE) CHAR30 'EVALUATE_DYNCOL_VALUES' 20111102
6 C_PERF_GET_CUSTOMIZING Constant Private Type reference (TYPE) CHAR30 'GET_DYNCOL_CUSTOMIZING' 20111026
7 C_PERF_GET_VALUE Constant Private Type reference (TYPE) CHAR30 'GET_DYNCOL_VALUE' 20111026
8 C_PERF_GET_VALUES_SBWP Constant Private Type reference (TYPE) CHAR30 'GET_DYNCOL_VALUES_SBWP' 20111027
9 C_PERF_LOAD_CUSTOMIZING Constant Private Type reference (TYPE) CHAR30 'LOAD_DYNCOL_CUSTOMIZING' 20111026
10 C_PERF_SET_VALUES_BADI Constant Private Type reference (TYPE) CHAR30 'SET_DYNCOL_VALUES_BADI' 20111027
11 M_DYNCOL_CUSTOMIZING Instance attribute Private Object reference (TYPE REF TO) DYNCOL_CUSTOMIZING 20111026
12 M_DYNCOL_VALUES Instance attribute Private Type reference (TYPE) DYNCOL_VALUE_WIIDS 20111026
13 M_EXPRESSION_FACTORY Instance attribute Private Object reference (TYPE REF TO) CL_SWF_EXP_FACTORY 20111026
14 M_FIELDNAMES Instance attribute Private Object reference (TYPE REF TO) TABLE_OF_FIELDNAMES 20120508
15 M_LANGUAGE Instance attribute Private Type reference (TYPE) SYLANGU 20111026
16 M_LOCAL_DATA Instance attribute Private Type reference (TYPE) LOCAL_DATA 20111026
17 M_PERFORMANCE Instance attribute Private Object reference (TYPE REF TO) CL_SWF_UTL_PERF_MEASUREMENT 20111102
18 M_SBWP_INBOX_CONFIG Instance attribute Private Type reference (TYPE) SWL_CONFIG 20111025
19 M_SINGLETON Static Attribute Private Object reference (TYPE REF TO) CL_SWF_WLC_DYN_COLUMNS 20111025
20 M_TRANSACTION Instance attribute Private Type reference (TYPE) LOCAL_TRANSACTION 20120921
21 M_USER Instance attribute Private Type reference (TYPE) SYUNAME 20111026
22 M_ZONLO Instance attribute Private Type reference (TYPE) SYSTZONLO 20111026
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DYNCOL_VALUES_SBWP Instance method Public Method 20111026
2 CLEAR_CUSTOMIZING Instance method Public Method 20111026
3 CLEAR_DYNCOL_VALUES Instance method Public Method 20111026
4 CLOSE_TRANSACTION Instance method Public Method 20120921
5 DISCARD_TRANSACTION Instance method Public Method 20120921
6 EVALUATE_VALUES Instance method Public Method 20111102
7 GET_BUFFER_VALUES_SBWP Instance method Public Method 20111026
8 GET_BUFFER_VALUE_SBWP Instance method Public Method 20111026
9 GET_CONFIG_SBWP Instance method Public Method 20111025
10 GET_CUSTOMIZING Instance method Public Method 20111026
11 GET_DDIC_STRUCTURES Instance method Public Method 20111026
12 GET_FIELDNAMES Instance method Private Method 20120508
13 GET_INSTANCE Static method Public Method 20111025
14 GET_PERFORMANCE_INFO Instance method Public Method 20111026
15 GET_TITLE_NAMES Instance method Public Method 20111026
16 IS_ACTIVE_SBWP Instance method Public Method 20111025
17 IS_CUSTOMIZING_AVAILABLE Instance method Public Method 20111026
18 IS_CUSTOMIZING_LOADED Instance method Public Method 20111026
19 IS_CUSTOMIZING_TASK_AVAILABLE Instance method Public Method 20111026
20 LOAD_CUSTOMIZING Instance method Public Method 20111026
21 SET_VALUES_BADI Instance method Public Method 20111026
22 SET_VALUE_SBWP Instance method Public Method 20111026
23 START_TRANSACTION Instance method Public Method 20120921
24 START_TRANSACTION_VIA_CONFIG Instance method Public Method 20121127
25 START_TRANSACTION_VIA_TASKS Instance method Public Method 20121127
26 _APPEND_BADI_TO_BUFFER Instance method Private Method 20111026
27 _END_PERFORMANCE_MEASURE Instance method Private Method 20111026
28 _EVALUATE_DYNAMIC_COLUMNS Instance method Private Method 20111026
29 _EVALUATE_VALUES Instance method Private Method 20111102
30 _GET_BUFFER_VALUES_SBWP Instance method Private Method 20111027
31 _GET_CUSTOMIZING Instance method Private Method 20111026
32 _GET_CUSTOMIZING_FOR_TASK Instance method Private Method 20111026
33 _GET_EXPRESSION_FACTORY Instance method Private Method 20111026
34 _GET_VALUE_REF Instance method Private Method 20111102
35 _IS_ACTIVE_SBWP Instance method Private Method 20121127
36 _IS_ACTIVE_TASKS Instance method Private Method 20121127
37 _LOAD_CUSTOMIZING Instance method Private Method 20111026
38 _MODIFY_DYNCOL Instance method Private Method 20120921
39 _SET_VALUES_BADI Instance method Private Method 20111027
40 _START_PERFORMANCE_MEASURE Instance method Private Method 20111026
41 _TRANSFER_DYNCOL_TO_BADI Instance method Private Method 20111026
Events
Class CL_SWF_WLC_DYN_COLUMNS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DYNCOL Private See coding 20111026 BEGIN OF dyncol, number TYPE i, title TYPE string, expression TYPE string, END OF dyncol
2 DYNCOL_CUSTOMIZING Private See coding 20111026 dyncol_customizing TYPE SORTED TABLE OF dyncol_for_task WITH UNIQUE KEY task
3 DYNCOL_FOR_TASK Private See coding 20111026 BEGIN OF dyncol_for_task, task TYPE sww_task, data TYPE SORTED TABLE OF dyncol WITH UNIQUE KEY number, END OF dyncol_for_task
4 DYNCOL_VALUE Public See coding 20111026 BEGIN OF dyncol_value, number TYPE i, title TYPE string, value TYPE string, type type swc_type, len type swc_length, END OF dyncol_value
5 DYNCOL_VALUE_WIID Public See coding 20111026 BEGIN OF dyncol_value_wiid, wi_id TYPE sww_wiid, data TYPE STANDARD TABLE OF dyncol_value WITH KEY number, END OF dyncol_value_wiid
6 DYNCOL_VALUE_WIIDS Public See coding 20111026 dyncol_value_wiids TYPE SORTED TABLE OF dyncol_value_wiid WITH UNIQUE KEY wi_id
7 LOCAL_DATA Private See coding 20111026 BEGIN OF local_data, last_cust_task TYPE sww_task, last_not_cust_task TYPE sww_task, END OF local_data
8 LOCAL_TRANSACTION Private See coding 20120921 BEGIN OF local_transaction, id TYPE guid_16, sbwp_inbox_config TYPE swl_config, clear_dyncol_values TYPE xfeld, dyncol_values TYPE dyncol_value_wiids, END OF local_transaction
9 TABLE_OF_FIELDNAMES Private See coding 20120508 TABLE_OF_FIELDNAMES type standard table of sin_fname with non-unique key table_line
10 TABLE_SINCONFIG Public See coding 20111025 table_sinconfig TYPE STANDARD TABLE OF tsina
11 TABLE_TASK_TITLE Public See coding 20111026 table_task_title TYPE STANDARD TABLE OF task_title WITH KEY fieldname
12 TASK_TITLE Public See coding 20111026 BEGIN OF task_title, fieldname TYPE char30, title TYPE string, END OF task_title
13 WIID_TASK Public See coding 20111026 BEGIN OF wiid_task, wi_id TYPE sww_wiid, wi_rh_task TYPE sww_task, wi_type TYPE sww_witype, def_guid TYPE swfrdguid, wi_cbfb TYPE sww_cbfb, prs_profil TYPE swd_persid, END OF wiid_task
14 WIID_TASKS Public See coding 20111026 wiid_tasks TYPE STANDARD TABLE OF wiid_task WITH KEY wi_id
Method Signatures

Method CHECK_DYNCOL_VALUES_SBWP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NEW_CONFIG Call by reference Type reference (TYPE) SWL_CONFIG 20111026
2 Importing IM_OLD_CONFIG Call by reference Type reference (TYPE) SWL_CONFIG 20111026
3 Returning RE_CLEAR_DYNCOL_VALUES Value transfer Type reference (TYPE) XFELD 20111026

Method CHECK_DYNCOL_VALUES_SBWP on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method CLEAR_CUSTOMIZING Signature

Method CLEAR_CUSTOMIZING on class CL_SWF_WLC_DYN_COLUMNS has no parameter.
Method CLEAR_CUSTOMIZING on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method CLEAR_DYNCOL_VALUES Signature

Method CLEAR_DYNCOL_VALUES on class CL_SWF_WLC_DYN_COLUMNS has no parameter.
Method CLEAR_DYNCOL_VALUES on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method CLOSE_TRANSACTION Signature

Method CLOSE_TRANSACTION on class CL_SWF_WLC_DYN_COLUMNS has no parameter.
Method CLOSE_TRANSACTION on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method DISCARD_TRANSACTION Signature

Method DISCARD_TRANSACTION on class CL_SWF_WLC_DYN_COLUMNS has no parameter.
Method DISCARD_TRANSACTION on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method EVALUATE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WIIDS Call by reference Type reference (TYPE) WIID_TASKS 20111102

Method EVALUATE_VALUES on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method GET_BUFFER_VALUES_SBWP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DYNCOL_VALUES Value transfer Type reference (TYPE) SWLTDYNCO 20111026

Method GET_BUFFER_VALUES_SBWP on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method GET_BUFFER_VALUE_SBWP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_UPDATE_BUFFER Call by reference Type reference (TYPE) XFELD SPACE 20111027
2 Importing IM_WIID Call by reference Type reference (TYPE) SWW_WIID 20111026
3 Returning RE_DYNCOL_VALUE Value transfer Type reference (TYPE) SWL_DYNCO 20111026

Method GET_BUFFER_VALUE_SBWP on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method GET_CONFIG_SBWP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TRANSACTION Call by reference Type reference (TYPE) GUID_16 20120921
2 Returning RE_CONFIG Value transfer Type reference (TYPE) SWL_CONFIG 20111025

Method GET_CONFIG_SBWP on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method GET_CUSTOMIZING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CUSTOMIZING Value transfer Type reference (TYPE) SWLTDYNCUS 20111026

Method GET_CUSTOMIZING on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method GET_DDIC_STRUCTURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STRUCTURE_NAMES Value transfer Type reference (TYPE) SWFSTRTAB 20111026

Method GET_DDIC_STRUCTURES on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method GET_FIELDNAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FIELDNAMES Value transfer Type reference (TYPE) TABLE_OF_FIELDNAMES 20120508

Method GET_FIELDNAMES on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LANGUAGE Value transfer Type reference (TYPE) SYLANGU SY-LANGU 20111026
2 Importing IM_USER Value transfer Type reference (TYPE) SYUNAME 20111026
3 Importing IM_ZONLO Value transfer Type reference (TYPE) SYSTZONLO SY-ZONLO 20111026
4 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SWF_WLC_DYN_COLUMNS Workflow: Serviceklasse für dynamische Spalten 20111025

Method GET_INSTANCE on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method GET_PERFORMANCE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PERFORMANCE_INFO Value transfer Type reference (TYPE) CL_SWF_UTL_PERF_MEASUREMENT=>PERFORMANCE_INFO 20111026

Method GET_PERFORMANCE_INFO on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method GET_TITLE_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TASK Call by reference Type reference (TYPE) SWW_TASK Aufgabenkennung 20111026
2 Returning RE_TITLES Value transfer Type reference (TYPE) TABLE_TASK_TITLE 20111026

Method GET_TITLE_NAMES on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method IS_ACTIVE_SBWP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONFIG Call by reference Type reference (TYPE) TABLE_SINCONFIG 20111025
2 Returning RE_ACTIVE Value transfer Type reference (TYPE) XFELD 20111025

Method IS_ACTIVE_SBWP on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method IS_CUSTOMIZING_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_IS_AVAILABLE Value transfer Type reference (TYPE) XFELD 20111026

Method IS_CUSTOMIZING_AVAILABLE on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method IS_CUSTOMIZING_LOADED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_IS_LOADED Value transfer Type reference (TYPE) XFELD 20111026

Method IS_CUSTOMIZING_LOADED on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method IS_CUSTOMIZING_TASK_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TASK Call by reference Type reference (TYPE) SWW_TASK 20111026
2 Returning RE_IS_AVAILABLE Value transfer Type reference (TYPE) XFELD 20111026

Method IS_CUSTOMIZING_TASK_AVAILABLE on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method LOAD_CUSTOMIZING Signature

Method LOAD_CUSTOMIZING on class CL_SWF_WLC_DYN_COLUMNS has no parameter.
Method LOAD_CUSTOMIZING on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method SET_VALUES_BADI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BUFFER_UPDATE Call by reference Type reference (TYPE) SWL_DYNUPD 20111026
2 Importing IM_DYNCOL_VALUES Call by reference Type reference (TYPE) SWLTDYNCO 20111026

Method SET_VALUES_BADI on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method SET_VALUE_SBWP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_SINOBJ Call by reference Type reference (TYPE) SINOBJ 20111026
2 Importing IM_TASK Call by reference Type reference (TYPE) SWW_TASK 20111026
3 Importing IM_WIID Call by reference Type reference (TYPE) SWW_WIID 20111026

Method SET_VALUE_SBWP on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method START_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TRANSACTION Value transfer Type reference (TYPE) GUID_16 20120921

Method START_TRANSACTION on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method START_TRANSACTION_VIA_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONFIG Call by reference Type reference (TYPE) TABLE_SINCONFIG 20121127
2 Returning RE_TRANSACTION Value transfer Type reference (TYPE) GUID_16 20121127

Method START_TRANSACTION_VIA_CONFIG on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method START_TRANSACTION_VIA_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TASKS Call by reference Type reference (TYPE) SWW_TASKARRAY 20121127
2 Returning RE_TRANSACTION Value transfer Type reference (TYPE) GUID_16 20121127

Method START_TRANSACTION_VIA_TASKS on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _APPEND_BADI_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BADI_STRUCTURE Call by reference Type reference (TYPE) SWL_DYNCO 20111026

Method _APPEND_BADI_TO_BUFFER on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _END_PERFORMANCE_MEASURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_METHOD Call by reference Type reference (TYPE) CHAR30 20111026

Method _END_PERFORMANCE_MEASURE on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _EVALUATE_DYNAMIC_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WIID Call by reference Type reference (TYPE) WIID_TASK 20111026
2 Returning RE_VALUES Value transfer Type reference (TYPE) DYNCOL_VALUE_WIID 20111026

Method _EVALUATE_DYNAMIC_COLUMNS on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _EVALUATE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WIIDS Call by reference Type reference (TYPE) WIID_TASKS 20111102

Method _EVALUATE_VALUES on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _GET_BUFFER_VALUES_SBWP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DYNCOL_VALUES Value transfer Type reference (TYPE) SWLTDYNCO 20111027

Method _GET_BUFFER_VALUES_SBWP on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _GET_CUSTOMIZING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CUSTOMIZING Value transfer Type reference (TYPE) SWLTDYNCUS 20111026

Method _GET_CUSTOMIZING on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _GET_CUSTOMIZING_FOR_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TASK Call by reference Type reference (TYPE) SWW_TASK 20111026
2 Returning RE_CUSTOMIZING Value transfer Type reference (TYPE) DYNCOL_FOR_TASK 20111026

Method _GET_CUSTOMIZING_FOR_TASK on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _GET_EXPRESSION_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_EXPRESSION_FACTORY Value transfer Object reference (TYPE REF TO) CL_SWF_EXP_FACTORY 20111026

Method _GET_EXPRESSION_FACTORY on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _GET_VALUE_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WIID Call by reference Type reference (TYPE) WIID_TASK 20111102
2 Returning RE_DYNCOL_VALUE_DREF Value transfer Object reference (TYPE REF TO) DYNCOL_VALUE_WIID 20111102

Method _GET_VALUE_REF on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _IS_ACTIVE_SBWP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONFIG Call by reference Type reference (TYPE) TABLE_SINCONFIG 20121127
2 Importing IM_TRANSACTION Call by reference Type reference (TYPE) LOCAL_TRANSACTION 20121127
3 Returning RE_TRANSACTION Value transfer Type reference (TYPE) LOCAL_TRANSACTION 20121127

Method _IS_ACTIVE_SBWP on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _IS_ACTIVE_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TASKS Call by reference Type reference (TYPE) SWW_TASKARRAY Aufgabenkennung 20121127
2 Importing IM_TRANSACTION Call by reference Type reference (TYPE) LOCAL_TRANSACTION 20121127
3 Returning RE_TRANSACTION Value transfer Type reference (TYPE) LOCAL_TRANSACTION 20121127

Method _IS_ACTIVE_TASKS on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _LOAD_CUSTOMIZING Signature

Method _LOAD_CUSTOMIZING on class CL_SWF_WLC_DYN_COLUMNS has no parameter.
Method _LOAD_CUSTOMIZING on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _MODIFY_DYNCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DYNCOL Call by reference Type reference (TYPE) DYNCOL_VALUE_WIID 20120921

Method _MODIFY_DYNCOL on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _SET_VALUES_BADI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BUFFER_UPDATE Call by reference Type reference (TYPE) SWL_DYNUPD 20111027
2 Importing IM_DYNCOL_VALUES Call by reference Type reference (TYPE) SWLTDYNCO 20111027

Method _SET_VALUES_BADI on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _START_PERFORMANCE_MEASURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_METHOD Call by reference Type reference (TYPE) CHAR30 20111026

Method _START_PERFORMANCE_MEASURE on class CL_SWF_WLC_DYN_COLUMNS has no exception.

Method _TRANSFER_DYNCOL_TO_BADI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DYNCOL_VALUE Call by reference Type reference (TYPE) DYNCOL_VALUE_WIID 20111026
2 Returning RE_DYNCOL_BADI Value transfer Type reference (TYPE) SWL_DYNCO 20111026

Method _TRANSFER_DYNCOL_TO_BADI on class CL_SWF_WLC_DYN_COLUMNS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732