SAP ABAP Interface /UI2/IF_CHIP_PROVIDER (Interface for CHIP Provider)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/ABAP_PAGE_BUILDER (Package) UI2: ABAP Pagebuilder

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /UI2/CL_CHIP_PROVIDER | UI2: Chip Provider | 20130326 |
Properties
Interface | /UI2/IF_CHIP_PROVIDER | |
Short Description | Interface for CHIP Provider |
General Data
Package | /UI2/ABAP_PAGE_BUILDER | UI2: ABAP Pagebuilder |
Created | 20130313 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface /UI2/IF_CHIP_PROVIDER has no forward declaration.
Interfaces
Interface /UI2/IF_CHIP_PROVIDER has no interface.
Friends
Interface /UI2/IF_CHIP_PROVIDER has no friend.
Attributes
Interface /UI2/IF_CHIP_PROVIDER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20130313 | |
2 | ![]() |
Instance method | Public | Method | 20130313 | |
3 | ![]() |
Instance method | Public | Method | 20130418 | |
4 | ![]() |
Instance method | Public | Method | 20130313 | |
5 | ![]() |
Instance method | Public | Method | 20130313 | |
6 | ![]() |
Instance method | Public | Method | 20130313 | |
7 | ![]() |
Static method | Public | Method | 20130313 | |
8 | ![]() |
Instance method | Public | Method | 20130313 | |
9 | ![]() |
Instance method | Public | Method | 20130313 |
Events
Interface /UI2/IF_CHIP_PROVIDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_CHIP_DEFINITION | Public | See coding | 20130313 | BEGIN OF tp_s_chip_definition,
chip_name TYPE string,
chip_definition TYPE REF TO /ui2/if_chip_definition,
END OF tp_s_chip_definition
|
||
2 | TP_T_CHIP_DEFINITION | Public | See coding | 20130313 | tp_t_chip_definition TYPE HASHED TABLE OF tp_s_chip_definition WITH UNIQUE KEY chip_name
|
Method Signatures
Method CHECK_AUTHORIZATION_MULTIPLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTVT | Call by reference | Type reference (TYPE) | ACTIV_AUTH | 20130313 | |||
2 | ![]() |
CHIP_NAMES | Call by reference | Type reference (TYPE) | STRING_TABLE | 20130313 |
Method CHECK_AUTHORIZATION_MULTIPLE on Interface /UI2/IF_CHIP_PROVIDER has no exception.
Method CHECK_AUTHORIZATION_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTVT | Call by reference | Type reference (TYPE) | ACTIV_AUTH | 20130313 | |||
2 | ![]() |
CHIP_NAME | Call by reference | Type reference (TYPE) | /UI2/CHIP_NAME | 20130313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130313 |
Method GET_CACHE_ETAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETAG | Value transfer | Type reference (TYPE) | /UI2/CHIP_CACHE_ETAG | Chip Cache: Entity tag | 20130418 |
Method GET_CACHE_ETAG on Interface /UI2/IF_CHIP_PROVIDER has no exception.
Method GET_CHIP_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_DEFINITION | Value transfer | Object reference (TYPE REF TO) | /UI2/IF_CHIP_DEFINITION | 20130313 | |||
2 | ![]() |
CHIP_NAME | Call by reference | Type reference (TYPE) | STRING | 20130313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130313 |
Method GET_CHIP_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_NAMES_PROVIDER | Value transfer | Type reference (TYPE) | STRING_TABLE | 20130313 |
Method GET_CHIP_NAMES on Interface /UI2/IF_CHIP_PROVIDER has no exception.
Method GET_LAUNCHER_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_API | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_API | 20130313 | |||
2 | ![]() |
CHIP_DEFINITION | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_DEFINITION | 20130313 | |||
3 | ![]() |
LAUNCHER_URL | Value transfer | Type reference (TYPE) | STRING | 20130313 |
Method GET_LAUNCHER_URL on Interface /UI2/IF_CHIP_PROVIDER has no exception.
Method GET_PROVIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_PROVIDER | Value transfer | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PROVIDER | 20130313 | |||
2 | ![]() |
PROVIDER_NAME | Call by reference | Type reference (TYPE) | /UI2/CHIP_PROVIDER_NAME | 20130313 |
Method GET_PROVIDER on Interface /UI2/IF_CHIP_PROVIDER has no exception.
Method GET_PROVIDER_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | /UI2/CHIP_PROVIDER_NAME | 20130313 |
Method GET_PROVIDER_NAME on Interface /UI2/IF_CHIP_PROVIDER has no exception.
Method IS_ONLY_RUNTIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ONLY_RUNTIME | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 20130313 |
Method IS_ONLY_RUNTIME on Interface /UI2/IF_CHIP_PROVIDER has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 100 |