SAP ABAP Class CL_VBI_CUSTOMIZING_ACCESS (Access to Map Customizing)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-VBZ (Application Component) Visual Business -> please use CA-GTF-VBZ
⤷
VBI_DATABASE (Package) Visual Business Database Layer

⤷

⤷

Properties
Class | CL_VBI_CUSTOMIZING_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 | VBI_DATABASE | Visual Business Database Layer |
Created | 20121126 | SAP |
Last change | 20141120 | |
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_VBI_CUSTOMIZING_ACCESS has no interface implemented.
Friends
Class CL_VBI_CUSTOMIZING_ACCESS has no friend class.
Attributes
Class CL_VBI_CUSTOMIZING_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 | 20121126 |
2 | ![]() |
Static method | Public | Method | Returns all defined application IDs | 20130416 |
3 | ![]() |
Static method | Public | Method | Returns the application detail parameters | 20121126 |
4 | ![]() |
Static method | Public | Method | Returns all defined Map Layer Stacks | 20121126 |
5 | ![]() |
Static method | Public | Method | Returns all defined Map Products | 20121126 |
6 | ![]() |
Static method | Public | Method | Returns all defined Geo-Coding Services | 20121126 |
7 | ![]() |
Static method | Public | Method | Check whether the application uses a geomap or is plain 3D | 20130415 |
8 | ![]() |
Static method | Public | Method | Checks wether client trace is active for user or not | 20121126 |
Events
Class CL_VBI_CUSTOMIZING_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | APPL_PARAMS | Public | See coding | 20121126 | begin of APPL_PARAMS.
include type VBIC_APP.
types: end of APPL_PARAMS
|
||
2 | APPL_TAB | Public | See coding | 20130416 | APPL_TAB type standard table of VBI_APP_ID with non-unique default key
|
||
3 | MAP_LAYER_STACK | Public | See coding | 20121126 | begin of MAP_LAYER_STACK.
include type VBI_S_COPYRIGHT_DESCR.
types: MAP_STACK_ID type VBI_CONFIG_ID,
DESCRIPTION type VBI_TEXT,
DEFAULT_STACK type VBI_BOOLEAN,
PRODUCTS type MAP_PRODUCT_ASSIGMENTS,
SINGLE_BMP type VBI_SINGLE_BMP,
TILES_PER_EDGE type VBI_MAX_TILES_PER_EDGE,
end of MAP_LAYER_STACK
|
||
4 | MAP_LAYER_STACKS_TAB | Public | See coding | 20121126 | MAP_LAYER_STACKS_TAB type standard table of MAP_LAYER_STACK with non-unique default key
|
||
5 | MAP_PRODUCTS_TAB | Public | See coding | 20121126 | MAP_PRODUCTS_TAB type standard table of MAP_PRODUCT_ENTRY with non-unique default key
|
||
6 | MAP_PRODUCT_ASSIGMENTS | Public | See coding | 20121126 | MAP_PRODUCT_ASSIGMENTS type standard table of MAP_PRODUCT_USAGE_ENTRY with non-unique default key
|
||
7 | MAP_PRODUCT_ENTRY | Public | See coding | 20121126 | begin of MAP_PRODUCT_ENTRY.
include type VBIC_MAP_PRODUCT.
types: SERVERS type sorted table of MAP_SERVER_ENTRY with unique key SERVER_ID,
end of MAP_PRODUCT_ENTRY
|
||
8 | MAP_PRODUCT_USAGE_ENTRY | Public | See coding | 20121126 | begin of MAP_PRODUCT_USAGE_ENTRY,
MAP_PRODUCT_ID type VBI_CONFIG_ID,
NAME type VBI_LAYER_NAME,
OPACITY type FLOAT,
BACKGROUND_COLOR type VBI_COLOR,
SINGLE_BMP type VBI_SINGLE_BMP,
DEPENDENCY type VBI_LAYER_DEPENDENCY,
end of MAP_PRODUCT_USAGE_ENTRY
|
||
9 | MAP_SERVER_ENTRY | Public | See coding | 20121214 | begin of MAP_SERVER_ENTRY,
SERVER_ID type INT2,
SERVICE_URL type STRING,
end of MAP_SERVER_ENTRY
|
||
10 | SERVICES_TAB | Public | See coding | 20121126 | SERVICES_TAB type standard table of SERVICE_ENTRY with non-unique default key
|
||
11 | SERVICE_ENTRY | Public | See coding | 20121126 | begin of SERVICE_ENTRY.
include type VBIC_GC_SERV.
types: SERVICE_TYPES type SERVICE_TYPES_TAB,
end of SERVICE_ENTRY
|
||
12 | SERVICE_TYPES_TAB | Public | See coding | 20121126 | SERVICE_TYPES_TAB type sorted table of SERVICE_TYPE_ENTRY with unique key SERVICE_TYPE
|
||
13 | SERVICE_TYPE_ENTRY | Public | See coding | 20121126 | begin of SERVICE_TYPE_ENTRY,
SERVICE_TYPE type VBI_GC_SERVICE_TYPE,
SERVICE_URL type STRING,
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 | 20121126 |
Method GET_ACF_TRACE_LEVEL on class CL_VBI_CUSTOMIZING_ACCESS has no exception.
Method GET_APPLICATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | APPL_TAB | Table of Application IDs | 20130416 |
Method GET_APPLICATIONS on class CL_VBI_CUSTOMIZING_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) | VBI_APP_ID | Visual Business Application Identifier | 20121126 | ||
2 | ![]() |
RS_RESULT | Value transfer | Type reference (TYPE) | APPL_PARAMS | Application parameters | 20121126 |
Method GET_APPL_PARAMS on class CL_VBI_CUSTOMIZING_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) | VBI_APP_ID | Visual Business Application Identifier | 20121126 | ||
2 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | MAP_LAYER_STACKS_TAB | 20121126 |
Method GET_MAP_LAYER_STACKS on class CL_VBI_CUSTOMIZING_ACCESS has no exception.
Method GET_MAP_PRODUCTS 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) | VBI_APP_ID | Visual Business Application Identifier | 20131104 | ||
2 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | MAP_PRODUCTS_TAB | 20121126 |
Method GET_MAP_PRODUCTS on class CL_VBI_CUSTOMIZING_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) | VBI_CONFIG_ID | Service ID for filtering result | 20121126 | ||
2 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | SERVICES_TAB | 20121126 |
Method GET_SERVICES on class CL_VBI_CUSTOMIZING_ACCESS has no exception.
Method IS_GEOMAP_APPL 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) | VBI_APP_ID | Visual Business Application Identifier | 20130415 | ||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130415 |
Method IS_GEOMAP_APPL on class CL_VBI_CUSTOMIZING_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 | 20121126 |
Method IS_TRACE_ACTIVE on class CL_VBI_CUSTOMIZING_ACCESS has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 100 |