Hierarchy
⤷
⤷
Properties
| Class | CL_BSP_DLC_CONFIG_UTIL | |
| Short Description | Utiliy | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BSP_DYN_CONFIG_TOOLS2_CORE | Config Tools Core |
| Created | 20060117 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_BSP_DLC_CONFIG_UTIL has no interface implemented.
Friends
Class CL_BSP_DLC_CONFIG_UTIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | STRING | 'AF' | button location areaFraemHeader | 20091109 | ||
| 2 | Static Attribute | Public | Type reference (TYPE) | STRING | 'OV' | button location overviewPage | 20091124 | ||
| 3 | Static Attribute | Public | Type reference (TYPE) | STRING | 'TV' | button location table toolbar | 20091109 | ||
| 4 | Static Attribute | Public | Type reference (TYPE) | STRING | 'TB' | button location toolbar | 20091109 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'CONFIG_DEFAULT' | Default Flavour | 20080414 | ||
| 6 | Constant | Protected | See coding | '#MC_BEG#' | Multi Config Header / Begin | 20070716 | |||
| 7 | Constant | Protected | See coding | '#MC_END#' | Multi Config Header / End | 20070716 | |||
| 8 | Constant | Public | Type reference (TYPE) | CHAR20 | 'MODE_DISPLAY' | Multi Config Seg-ID for Edit Mode | 20090312 | ||
| 9 | Constant | Public | Type reference (TYPE) | CHAR20 | 'MODE_EDIT' | Multi Config Seg-ID for Edit Mode | 20090312 | ||
| 10 | Constant | Protected | See coding | '#ML_BEG#' | Multi Layout Header / Begin | 20091126 | |||
| 11 | Constant | Protected | See coding | '#ML_END#' | Multi Layout Header / End | 20091126 | |||
| 12 | Static Attribute | Protected | Type reference (TYPE) | BSP_DLC_CONFIG_TRANSPORT_DATA | 20070716 | ||||
| 13 | Static Attribute | Private | Type reference (TYPE) | TT_ATTR_TYPE_TEXT | Attribute Type texts | 20081029 | |||
| 14 | Static Attribute | Private | Type reference (TYPE) | STRING_TABLE | Config elements (for config type check) | 20070924 | |||
| 15 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | Attribute Type texts built | 20081029 | |||
| 16 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | SAP Simulation mode | 20090226 |
Methods
Events
Class CL_BSP_DLC_CONFIG_UTIL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ATTR_TYPE_TEXT | Protected | See coding | 20081029 | BEGIN OF ts_attr_type_text,
attr_type TYPE bsp_dlc_atrs_attr_type,
text TYPE string,
END OF ts_attr_type_text
|
||
| 2 | TS_MC_INFO | Protected | See coding | 20070716 | BEGIN OF ts_mc_info,
version(2) TYPE n,
number_seg(2) TYPE n,
END OF ts_mc_info
|
||
| 3 | TS_MC_SEG | Protected | See coding | 20070716 | BEGIN OF ts_mc_seg,
seg_id(20) TYPE c,
seg_len(10) TYPE c,
END OF ts_mc_seg
|
||
| 4 | TS_ML_INFO | Protected | See coding | 20091126 | BEGIN OF ts_ml_info,
version(2) TYPE n,
number_seg(2) TYPE n,
END OF ts_ml_info
|
||
| 5 | TS_ML_SEG | Protected | See coding | 20091126 | BEGIN OF ts_ml_seg,
seg_id(40) TYPE c,
seg_len(10) TYPE c,
END OF ts_ml_seg
|
||
| 6 | TT_ATTR_TYPE_TEXT | Protected | See coding | 20081029 | tt_attr_type_text TYPE TABLE OF ts_attr_type_text
|
||
| 7 | TT_SPRSL | Public | See coding | 20100720 | TT_SPRSL type standard table of sprsl
|
Method Signatures
Method ADVANCED_TO_SIMPLE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ADV_CONF | Call by reference | Type reference (TYPE) | BSP_DLCT_ADV_CONF_ITM | Advanced Config Items | 20060117 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BSP_DLCT_SMPL_CONF_ITM | Simple Configuration | 20060117 |
Method ADVANCED_TO_SIMPLE_TABLE on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method ADV_CONF_ADD_GROUPS_TO_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_CONFIG_XML | Call by reference | Type reference (TYPE) | STRING | ConfigXML | 20080428 | |||
| 2 | IT_ADV_CONF | Call by reference | Type reference (TYPE) | BSP_DLCT_ADV_CONF_ITM | Advanced Config Items | 20080428 |
Method ADV_CONF_ADD_GROUPS_TO_XML on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method ADV_CONF_META_TO_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ADV_CONF | Call by reference | Type reference (TYPE) | BSP_DLCT_ADV_CONF_ITM | Advanced Config Items | 20060317 | |||
| 2 | IR_VIEW_DESCR | Call by reference | Object reference (TYPE REF TO) | IF_BSP_DLC_VIEW_DESCRIPTOR | View Descriptor Interface | 20060317 | |||
| 3 | IV_ADV_CONF_META_XML | Call by reference | Type reference (TYPE) | STRING | Advanced Config Meta XML | 20060317 |
Method ADV_CONF_META_TO_TABLE on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method ADV_CONF_TABLE_TO_META Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ADV_CONF_META_XML | Call by reference | Type reference (TYPE) | STRING | 20060117 | ||||
| 2 | IR_VIEW_DESCR | Call by reference | Object reference (TYPE REF TO) | IF_BSP_DLC_VIEW_DESCRIPTOR | View Descriptor Interface | 20060117 | |||
| 3 | IT_ADV_CONF | Call by reference | Type reference (TYPE) | BSP_DLCT_ADV_CONF_ITM | Advanced Config Items | 20060117 | |||
| 4 | IT_MARKED_ELEMENTS | Call by reference | Type reference (TYPE) | BSP_DLCT_MARKED_ELEMENTS | Id of marked element | 20060330 | |||
| 5 | IV_GRID_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_CONFIG_TYPE | Grid Type | 20060121 | |||
| 6 | IV_PREVIEW_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060117 |
Method ADV_CONF_TABLE_TO_META on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method AF_INSERT_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PAGE_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_BSP_PAGE_CONTEXT | BSP Page Context for Element Handler | 20100622 | |||
| 2 | IV_ON_CLICK | Call by reference | Type reference (TYPE) | STRING | 20100727 |
Method AF_INSERT_ICON on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method BUILD_ATTR_TYPE_TEXT Signature
Method BUILD_ATTR_TYPE_TEXT on class CL_BSP_DLC_CONFIG_UTIL has no parameter.
Method BUILD_ATTR_TYPE_TEXT on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method BUTTON_CONFIG_ABAP_TO_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BUTTON_CONFIG | Call by reference | Type reference (TYPE) | BSP_DLCS_BUTTON_CONFIG_STRUCT | Button Config | 20091027 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | Button Config XML | 20091027 |
Method BUTTON_CONFIG_ABAP_TO_XML on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method BUTTON_CONFIG_XML_TO_ABAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BUTTON_CONFIG_XML | Call by reference | Type reference (TYPE) | STRING | Button Config | 20091027 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BSP_DLCS_BUTTON_CONFIG_STRUCT | Button Config XML | 20091027 |
Method BUTTON_CONFIG_XML_TO_ABAP on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method CALL_CONF_TOOL_IN_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONFIG_POPUP | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WD_POPUP | Popup Access Interface | 20110614 | |||
| 2 | IS_CONFKEY_SEARCH | Call by reference | Type reference (TYPE) | BSP_DLCS_CONF_SEM_KEY_VAR_PART | Configuraiton Key / Variable Part | 20110614 | |||
| 3 | IS_CONFKEY_USED | Call by reference | Type reference (TYPE) | BSP_DLCS_CONF_SEM_KEY_VAR_PART | Configuraiton Key / Variable Part | 20110614 | |||
| 4 | IV_BSP_APPL | Call by reference | Type reference (TYPE) | O2APPLNAME | Name of BSP Application | 20110614 | |||
| 5 | IV_BSP_PAGE | Call by reference | Type reference (TYPE) | O2PAGEEXT | Name of BSP Page (Upper and Lower Case) | 20110614 | |||
| 6 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | BSP_WD_COMPONENT_NAME | Component Name | 20110614 |
Method CALL_CONF_TOOL_IN_POPUP on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method CHECK_CONFIG_CHANGE_AUTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT | Call by reference | Type reference (TYPE) | BSP_WD_COMPONENT_NAME | Component Name | 20100715 | |||
| 2 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20100715 | |||
| 3 | IV_ROLE_KEY | Call by reference | Type reference (TYPE) | BSP_DLC_ROLE_KEY | Role Configuration Key | 20100715 | |||
| 4 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | O2PAGE | Internal Name (Key) of BSP Page | 20100715 | |||
| 5 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100715 |
Method CHECK_CONFIG_CHANGE_AUTH on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method CHECK_CONFIG_KEY_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MSG | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20070927 | |||
| 2 | EV_FAILED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Check failed | 20070927 | |||
| 3 | IS_SEM_KEY | Call by reference | Type reference (TYPE) | BSP_DCLS_CONF_SEMANTIC_KEY | Config semantic key | 20070927 | |||
| 4 | IT_ALLOWED_OBJECT_TYPE | Call by reference | Type reference (TYPE) | BSP_DLCT_OBJECT_TYPE | Allowed Object Type (for Fact Sheet Views) | 20080128 | |||
| 5 | IV_COMPONENT | Call by reference | Type reference (TYPE) | BSP_WD_COMPONENT_NAME | Component Name | 20070927 | |||
| 6 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | O2PAGE | Internal Name (Key) of BSP Page | 20070927 |
Method CHECK_CONFIG_KEY_INPUT on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BSP_DLC_CONFIG_UTIL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method CLEAR_TRANSPORT_DATA Signature
Method CLEAR_TRANSPORT_DATA on class CL_BSP_DLC_CONFIG_UTIL has no parameter.
Method CLEAR_TRANSPORT_DATA on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method CREATE_TAG_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TAGLIST | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20060524 | |||
| 2 | IT_PAGEELEMS | Call by reference | Type reference (TYPE) | O2PAGEELEMS | O2: Oxygen Page Elements Table | 20060524 | |||
| 3 | IV_CONFIG_EXT_PREFIX | Call by reference | Type reference (TYPE) | STRING | Config extension prefix | 20070924 |
Method CREATE_TAG_LIST on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_ATRS_ATTRIB_TYPE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTR_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_ATRS_ATTR_TYPE | Attribute Set Type | 20081029 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20081029 |
Method GET_ATRS_ATTRIB_TYPE_TEXT on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_BOL_COMP_OF_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPL_NAME | Call by reference | Type reference (TYPE) | O2APPLNAME | Name of BSP Application | 20060610 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | CRMT_GENIL_APPL | Component Set Name for Generic Interaction Layer | 20060610 |
Method GET_BOL_COMP_OF_COMPONENT on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_CONFIG_EXT_PREFIX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PAGEELEMS | Call by reference | Type reference (TYPE) | O2PAGEELEMS | O2: Oxygen Page Elements Table | 20070924 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | Config Extension Prefix | 20070924 |
Method GET_CONFIG_EXT_PREFIX on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_CONFIG_LOG_TR_OBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TROBJTYPE | Object Type | 20071214 |
Method GET_CONFIG_LOG_TR_OBJ on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_CONFIG_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONFIG_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_CONFIG_TYPE | Configuration type | 20060524 | |||
| 2 | EV_CONFIG_USAGE | Call by reference | Type reference (TYPE) | BSP_DLC_CONFIG_TYPE | Configuration type | 20060524 | |||
| 3 | IV_APPL_NAME | Call by reference | Type reference (TYPE) | O2APPLNAME | Name of BSP Application | 20060524 | |||
| 4 | IV_PAGE | Call by reference | Type reference (TYPE) | O2PAGE | Internal Name (Key) of BSP Page | 20060524 |
Method GET_CONFIG_TYPE on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_CONFIG_TYPE_FROM_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONFIG_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_CONFIG_TYPE | Configuration type | 20090304 | |||
| 2 | EV_CONFIG_USAGE | Call by reference | Type reference (TYPE) | BSP_DLC_CONFIG_TYPE | Configuration type | 20090304 | |||
| 3 | IV_CONFIG_XML | Call by reference | Type reference (TYPE) | STRING | Name of BSP Application | 20090304 |
Method GET_CONFIG_TYPE_FROM_XML on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_DEP_CONFS_FOR_FS_CONF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DEP_CONFIG | Call by reference | Type reference (TYPE) | BSP_DCLT_CONF_SEMANTIC_KEY | All dependant config keys | 20070813 | |||
| 2 | ET_DEP_CONFIG_NOT_INITIAL | Call by reference | Type reference (TYPE) | BSP_DCLT_CONF_SEMANTIC_KEY | Dependant config keys / not initial | 20070813 | |||
| 3 | IV_FS_ID | Call by reference | Type reference (TYPE) | BSP_DYN_CONFIG_FS_ID | Fact Sheet ID | 20070813 | |||
| 4 | IV_ROLE_KEY | Call by reference | Type reference (TYPE) | BSP_DLC_ROLE_KEY | Role Configuration Key | 20070813 |
Method GET_DEP_CONFS_FOR_FS_CONF on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_EH_SETS_OF_COMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMP_NAME | Call by reference | Type reference (TYPE) | BSP_WD_COMPONENT_NAME | Component Name | 20071127 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BSP_DLCT_EHSET | Text Table for BSPWD_EHSET_DEF | 20071127 |
Method GET_EH_SETS_OF_COMP on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_GRID_CONFIG_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_META_XML | Call by reference | Type reference (TYPE) | STRING | 20060118 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BSP_DLC_CONFIG_TYPE | Configuration type | 20060118 |
Method GET_GRID_CONFIG_TYPE on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_INST_LANGUAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXCL_SY_LANGU | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | exclude SY-LANGU | 20100720 | ||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BSP_DLCT_LANGUAGES | Languages | 20100720 |
Method GET_INST_LANGUAGES on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_LIST_BASED_CONFIG_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_DATA | Call by reference | Type reference (TYPE) | STRING | Object Sub Type | 20060524 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BSP_DLC_CONFIG_TYPE | Configuration type | 20060524 |
Method GET_LIST_BASED_CONFIG_USAGE on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_OBJ_KEY_FOR_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | CTS_OBJECT_KEY | WBO Remote API: Object Key for Piece Lists | 20080128 |
Method GET_OBJ_KEY_FOR_CHECK on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_TABLE_AS_VN_COLLECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABLE | Call by reference | Type reference (TYPE) | TABLE | 20080401 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BOL_BO_COL | Business Object Collection Interface | 20080401 |
Method GET_TABLE_AS_VN_COLLECTION on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_TEXT_FOR_LABEL_ORIGIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LABEL_ORIGIN | Call by reference | Type reference (TYPE) | BSP_DLC_LABEL_ORIGIN | Origin of label (Design Layer, DDIC, Text Repository) | 20070412 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | DD07V-DDTEXT | Short Text for Fixed Values | 20070412 |
Method GET_TEXT_FOR_LABEL_ORIGIN on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method GET_VN_COLLECTION_AS_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TABLE | Call by reference | Type reference (TYPE) | TABLE | Business Object Collection Interface | 20080401 | |||
| 2 | IR_COL | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL | Business Object Collection Interface | 20080401 |
Method GET_VN_COLLECTION_AS_TABLE on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method HAS_CELL_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ADV_CONF | Call by reference | Type reference (TYPE) | BSP_DLCS_ADV_CONF_ITM | Config Item | 20060117 | |||
| 2 | EV_COL_SPAN | Call by reference | Type reference (TYPE) | INT4 | Col span | 20060117 | |||
| 3 | EV_ROW_SPAN | Call by reference | Type reference (TYPE) | INT4 | Row span | 20060117 | |||
| 4 | EV_TYPE | Call by reference | Type reference (TYPE) | STRING | Type | 20060117 | |||
| 5 | IT_ADV_CONF | Call by reference | Type reference (TYPE) | BSP_DLCT_ADV_CONF_ITM | Advanced Config Items | 20060117 | |||
| 6 | IV_COLUMN | Call by reference | Type reference (TYPE) | INT4 | Columns | 20060117 | |||
| 7 | IV_ROW | Call by reference | Type reference (TYPE) | INT4 | Rows | 20060117 |
Method HAS_CELL_CONTENT on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REACTION | Call by reference | Type reference (TYPE) | SFW_SHOWHIDE | Reaction to Switch | 20090319 | |||
| 2 | IV_SWITCH_ID | Call by reference | Type reference (TYPE) | SFW_SWITCH_ID | Id of a Switch in Switch Framework | 20090319 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090319 |
Method IS_ACTIVE on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method IS_COMPONENT_LOCAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT | Call by reference | Type reference (TYPE) | O2APPLNAME | Name of BSP Application | 20070627 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070627 |
Method IS_COMPONENT_LOCAL on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method IS_DEFAULT_CONFIG_BY_STRUCT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SEMANTIC_KEY | Call by reference | Type reference (TYPE) | BSP_DCLS_CONF_SEMANTIC_KEY | Config semantic key | 20120822 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120822 |
Method IS_DEFAULT_CONFIG_BY_STRUCT on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method IS_MULTI_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MCSTRING | Call by reference | Type reference (TYPE) | STRING | 20070716 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070710 |
Method IS_MULTI_CONFIG on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method IS_MULTI_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MCSTRING | Call by reference | Type reference (TYPE) | STRING | 20091126 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091126 |
Method IS_MULTI_LAYOUT on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method IS_SAP_SIM_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090226 |
Method IS_SAP_SIM_MODE on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method IS_SAP_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SAP_SYSTEM | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20060118 |
Method IS_SAP_SYSTEM on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method MULTI_CONFIG_MCSTRING_TO_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MCSTRING | Call by reference | Type reference (TYPE) | STRING | Multi config string | 20070716 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BSP_DLCT_MULTI_CONFIG_TABLE | Multi config table | 20070716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error occurred | 20070716 |
Method MULTI_CONFIG_TAB_TO_MCSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MULTI_CONFIG | Call by reference | Type reference (TYPE) | BSP_DLCT_MULTI_CONFIG_TABLE | Multi configuration table | 20070716 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | Multi Config String | 20070716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error occurred | 20070716 |
Method MULTI_CONFIG_TAB_TO_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MULTI_CONFIG | Call by reference | Type reference (TYPE) | BSP_DLCT_MULTI_CONFIG_TABLE | Multi configuration table | 20070709 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20070709 |
Method MULTI_CONFIG_TAB_TO_XML on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method MULTI_CONFIG_XML_TO_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MULTI_CONFIG_XML | Call by reference | Type reference (TYPE) | STRING | 20070709 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BSP_DLCT_MULTI_CONFIG_TABLE | Multi configuration table | 20070709 |
Method MULTI_CONFIG_XML_TO_TAB on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method MULTI_LAYOUT_MCSTRING_TO_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MLSTRING | Call by reference | Type reference (TYPE) | STRING | Multi Layout string | 20091126 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BSP_DLCT_MULTI_LAYOUT_TABLE | Multi Layout table | 20091126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error occurred | 20091126 |
Method MULTI_LAYOUT_TAB_TO_MCSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MULTI_LAYOUT | Call by reference | Type reference (TYPE) | BSP_DLCT_MULTI_LAYOUT_TABLE | Multi Layout table | 20091126 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | Multi Layout String | 20091126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error occurred | 20091126 |
Method REMOVE_GRID_CONFIG_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_META_XML | Call by reference | Type reference (TYPE) | STRING | 20060119 |
Method REMOVE_GRID_CONFIG_TYPE on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method TRANSPORT_APPEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TRANSPORT_DATA | Value transfer | Type reference (TYPE) | BSP_DLC_CONFIG_TRANSPORT_DATA | Technical data for connection to transport system | 20060118 | |||
| 2 | IT_TABLE | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20060118 | ||||
| 3 | IV_CONTEXT_ID | Call by reference | Type reference (TYPE) | BSP_DLC_CONTEXT_ID | Configuration Context-ID | 20080605 | |||
| 4 | IV_ENFORCE_POPUP_FREE_CTS_API | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Use PopUp Free CTS-API | 20100223 | ||
| 5 | IV_OBJECT_NAME | Value transfer | Type reference (TYPE) | TROBJ_NAME | Object Name in Object List | 20060118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error | 20060119 |
Method TRANSPORT_APPEND_LOG_OBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TRANSPORT_DATA | Value transfer | Type reference (TYPE) | BSP_DLC_CONFIG_TRANSPORT_DATA | Technical data for connection to transport system | 20070803 | |||
| 2 | IT_TABLE | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20070803 | ||||
| 3 | IV_CONTEXT_ID | Call by reference | Type reference (TYPE) | BSP_DLC_CONTEXT_ID | Context ID | 20080605 | |||
| 4 | IV_ENFORCE_POPUP_FREE_CTS_API | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Enforce PopUp Free CTS API | 20100223 | ||
| 5 | IV_OBJECT_NAME | Value transfer | Type reference (TYPE) | TROBJ_NAME | Object Name in Object List | 20070803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error | 20070803 |
Method TRANSPORT_CHECK_LOCKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_LOCKED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110811 | ||||
| 2 | EV_LOCKING_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20110811 | |||
| 3 | IS_CONFIG_SEM_KEY | Call by reference | Type reference (TYPE) | BSP_DCLS_CONF_SEMANTIC_KEY | Config semantic key | 20110811 | |||
| 4 | IV_REQUEST_TO_BE_SAVED_ON | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20110811 |
Method TRANSPORT_CHECK_LOCKS on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method TRANSPORT_INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DISPLAY_MODE | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20060120 | |||
| 2 | EV_TRANSPORT_DATA | Call by reference | Type reference (TYPE) | STRING | Technical data for connection to transport system | 20060120 | |||
| 3 | IV_APPLNAME | Call by reference | Type reference (TYPE) | O2APPLNAME | Name of BSP Application | 20060120 |
Method TRANSPORT_INIT on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method USE_COMPONENT_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060524 |
Method USE_COMPONENT_CONFIG on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method USE_LOG_TRANSP_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070802 |
Method USE_LOG_TRANSP_OBJECT on class CL_BSP_DLC_CONFIG_UTIL has no exception.
Method USE_NEW_DETAILED_CONF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060429 |
Method USE_NEW_DETAILED_CONF on class CL_BSP_DLC_CONFIG_UTIL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |