SAP ABAP Class CL_VBC_V2_CUST_ACCESS (Access to Map Customizing)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-VBZ (Application Component) Visual Business
⤷
VBC_DATABASE (Package) Database Layer

⤷

⤷

Properties
Class | CL_VBC_V2_CUST_ACCESS | |
Short Description | Access to Map Customizing | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | VBC_DATABASE | Database Layer |
Created | 20111027 | 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) |
Interfaces
Class CL_VBC_V2_CUST_ACCESS has no interface implemented.
Friends
Class CL_VBC_V2_CUST_ACCESS has no friend class.
Attributes
Class CL_VBC_V2_CUST_ACCESS has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Returns ACF Client Trace level for current user | 20111206 |
2 | ![]() |
Static method | Public | Method | Returns the application detail parameters | 20111213 |
3 | ![]() |
Static method | Public | Method | Returns all defined Map Layer Stacks | 20111027 |
4 | ![]() |
Static method | Public | Method | Returns all defined Map Products | 20111027 |
5 | ![]() |
Static method | Public | Method | Returns all defined Map Products | 20120918 |
6 | ![]() |
Static method | Public | Method | Checks wether client trace is active for user or not | 20111117 |
Events
Class CL_VBC_V2_CUST_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | APPL_PARAMS | Public | See coding | 20111213 | begin of APPL_PARAMS.
include type VBCC_APP2.
types: end of APPL_PARAMS
|
||
2 | MAP_LAYER_STACK | Public | See coding | 20111027 | begin of MAP_LAYER_STACK,
MAP_STACK_ID type VBC_CONFIG_ID,
DEFAULT_STACK type VBC_BOOLEAN,
PRODUCTS type MAP_PRODUCT_ASSIGMENTS,
end of MAP_LAYER_STACK
|
||
3 | MAP_LAYER_STACKS_TAB | Public | See coding | 20111027 | MAP_LAYER_STACKS_TAB type standard table of MAP_LAYER_STACK with non-unique default key
|
||
4 | MAP_PRODUCTS_TAB | Public | See coding | 20111027 | MAP_PRODUCTS_TAB type standard table of MAP_PRODUCT_ENTRY with non-unique default key
|
||
5 | MAP_PRODUCT_ASSIGMENTS | Public | See coding | 20111027 | MAP_PRODUCT_ASSIGMENTS type standard table of MAP_PRODUCT_USAGE_ENTRY with non-unique default key
|
||
6 | MAP_PRODUCT_ENTRY | Public | See coding | 20111027 | begin of MAP_PRODUCT_ENTRY.
include type VBCC_MAP_PRODUCT.
types: SERVERS type sorted table of VBCC_MAP_SERVER with unique key SERVER_ID,
end of MAP_PRODUCT_ENTRY
|
||
7 | MAP_PRODUCT_USAGE_ENTRY | Public | See coding | 20111027 | begin of MAP_PRODUCT_USAGE_ENTRY,
MAP_PRODUCT_ID type VBC_CONFIG_ID,
NAME type VBC_LAYER_NAME,
OPACITY type float,
BACKGROUND_COLOR type VBC_COLOR,
end of MAP_PRODUCT_USAGE_ENTRY
|
||
8 | SERVICES_TAB | Public | See coding | 20120918 | SERVICES_TAB type standard table of SERVICE_ENTRY with non-unique default key
|
||
9 | SERVICE_ENTRY | Public | See coding | 20120918 | begin of SERVICE_ENTRY.
include type VBCC_GC_SERV.
types: SERVICE_TYPES type SERVICE_TYPES_TAB,
end of SERVICE_ENTRY
|
||
10 | SERVICE_TYPES_TAB | Public | See coding | 20120918 | SERVICE_TYPES_TAB type sorted table of SERVICE_TYPE_ENTRY with unique key SERVICE_TYPE
|
||
11 | SERVICE_TYPE_ENTRY | Public | See coding | 20120918 | begin of SERVICE_TYPE_ENTRY.
include type VBCC_SERV_URL.
types: end of SERVICE_TYPE_ENTRY
|
Method Signatures
Method GET_ACF_TRACE_LEVEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20111206 |
Method GET_ACF_TRACE_LEVEL on class CL_VBC_V2_CUST_ACCESS has no exception.
Method GET_APPL_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APP_ID | Call by reference | Type reference (TYPE) | VBC_APP_ID | Visual Business Application Identifier | 20111213 | ||
2 | ![]() |
RS_RESULT | Value transfer | Type reference (TYPE) | APPL_PARAMS | Application parameters | 20111213 |
Method GET_APPL_PARAMS on class CL_VBC_V2_CUST_ACCESS has no exception.
Method GET_MAP_LAYER_STACKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APP_ID | Call by reference | Type reference (TYPE) | VBC_APP_ID | Visual Business Application Identifier | 20111027 | ||
2 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | MAP_LAYER_STACKS_TAB | 20111027 |
Method GET_MAP_LAYER_STACKS on class CL_VBC_V2_CUST_ACCESS has no exception.
Method GET_MAP_PRODUCTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | MAP_PRODUCTS_TAB | 20111027 |
Method GET_MAP_PRODUCTS on class CL_VBC_V2_CUST_ACCESS has no exception.
Method GET_SERVICES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SERVICE_ID | Call by reference | Type reference (TYPE) | VBC_CONFIG_ID | Service ID for filtering result | 20120918 | ||
2 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | SERVICES_TAB | 20120918 |
Method GET_SERVICES on class CL_VBC_V2_CUST_ACCESS has no exception.
Method IS_TRACE_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111117 |
Method IS_TRACE_ACTIVE on class CL_VBC_V2_CUST_ACCESS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |