SAP ABAP Interface IF_CHIP_PAGE_CONFIG (Access to Page Configuration)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
⤷
SWDP_CCP_WD_API (Package) Web Dynpro ABAP: WDA Page Builder WD Integration API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CHIP_PAGE_CONFIG | Access to Page Configuration | 20090526 |
Properties
| Interface | IF_CHIP_PAGE_CONFIG | |
| Short Description | Access to Page Configuration |
General Data
| Package | SWDP_CCP_WD_API | Web Dynpro ABAP: WDA Page Builder WD Integration API |
| Created | 20090526 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 2 | IF_WD_PERSONALIZATION | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_CHIP_PAGE_CONFIG has no interface.
Friends
Interface IF_CHIP_PAGE_CONFIG has no friend.
Attributes
Interface IF_CHIP_PAGE_CONFIG has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090526 | ||
| 2 | Instance method | Public | Method | 20090526 | ||
| 3 | Static method | Public | Method | 20090526 | ||
| 4 | Static method | Public | Method | 20091206 | ||
| 5 | Static method | Public | Method | 20091206 | ||
| 6 | Static method | Public | Method | 20090604 |
Events
Interface IF_CHIP_PAGE_CONFIG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TPS_CHIP | Public | See coding | 20090526 | begin of tps_chip,
chip_usage_id type chip_usage_id,
chip_name type chip_name,
end of tps_chip
|
||
| 2 | TPS_HEADER | Public | See coding | 20090526 | begin of tps_header,
config_key type wdy_config_key,
pers_scope type wdr_pers_scope,
wduser type syuname,
author type syuname,
createdon type d,
changedby type syuname,
changedon type d,
devclass type devclass,
origlang type langu,
description type wdy_md_description,
end of tps_header
|
||
| 3 | TPS_PAGE | Public | See coding | 20091206 | begin of tps_page,
config_key type wdy_config_key,
pers_scope type wdr_pers_scope,
wduser type syuname,
page_type type chip_page_type,
conf_last_change type timestampl,
cust_last_change type timestampl,
pers_last_change type timestampl,
chip_provider type chip_page_chip_provider,
end of tps_page
|
||
| 4 | TPT_CHIPS | Public | See coding | 20090526 | tpt_chips type hashed table of tps_chip with unique key chip_usage_id
|
||
| 5 | TPT_HEADERS | Public | See coding | 20090526 | tpt_headers type hashed table of tps_header
with unique key config_key pers_scope wduser
|
||
| 6 | TPT_PAGES | Public | See coding | 20091206 | tpt_pages type hashed table of tps_page
with unique key config_key pers_scope wduser
|
Method Signatures
Method GET_CHIPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CHIPS | Value transfer | Type reference (TYPE) | TPT_CHIPS | 20090526 |
Method GET_CHIPS on Interface IF_CHIP_PAGE_CONFIG has no exception.
Method GET_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HEADER | Value transfer | Type reference (TYPE) | TPS_HEADER | 20090526 |
Method GET_HEADER on Interface IF_CHIP_PAGE_CONFIG has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20090526 | |||
| 2 | MANDT | Call by reference | Type reference (TYPE) | SYMANDT | Mandantenkennung des aktuellen Benutzers | 20090527 | |||
| 3 | PERS_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | IF_WD_PERSONALIZATION=>CO_SCOPE_CONFIG | Web Dynpro: Personalisierungsreichweite | 20090526 | ||
| 4 | R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_PAGE_CONFIG | Zugriff auf Page Konfiguration | 20090526 | |||
| 5 | WDUSER | Call by reference | Type reference (TYPE) | WDY_CONFIG_USER | 20090604 |
Method GET_INSTANCE on Interface IF_CHIP_PAGE_CONFIG has no exception.
Method GET_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20091206 | |||
| 2 | PERS_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | IF_WD_PERSONALIZATION=>CO_SCOPE_CONFIG | Web Dynpro: Personalisierungsreichweite | 20091206 | ||
| 3 | R_PAGE | Value transfer | Type reference (TYPE) | TPS_PAGE | 20091206 | ||||
| 4 | WDUSER | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20091206 |
Method GET_PAGE on Interface IF_CHIP_PAGE_CONFIG has no exception.
Method GET_PAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_PROVIDER | Call by reference | Type reference (TYPE) | CHIP_PAGE_CHIP_PROVIDER | ABAP_FALSE | Kennzeichen: Page wird als CHIP-Provider verwendet | 20101123 | ||
| 2 | PERS_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | IF_WD_PERSONALIZATION=>CO_SCOPE_CONFIG | Web Dynpro: Personalisierungsreichweite | 20091206 | ||
| 3 | RT_PAGES | Value transfer | Type reference (TYPE) | TPT_PAGES | 20091206 |
Method GET_PAGES on Interface IF_CHIP_PAGE_CONFIG has no exception.
Method GET_PAGE_CONFIGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILTER | Call by reference | Object reference (TYPE REF TO) | CL_CHIP_PAGE_CONFIG_FILTER | Filter für PageBuilder Konfigurationen | 20090604 | |||
| 2 | RT_PAGE_CONFIGS | Value transfer | Type reference (TYPE) | TPT_HEADERS | Einstelliges Kennzeichen | 20090604 |
Method GET_PAGE_CONFIGS on Interface IF_CHIP_PAGE_CONFIG has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 800 |