SAP ABAP Interface IF_WD_PERSONALIZATION (Web Dynpro Personalization Interface)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
     SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WDR_ADAPTATION Adaptation of WD Component 20091030
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_ADAPTATION_HANDLER Implementation of the Adaptation Handler 20091102
Properties
Interface IF_WD_PERSONALIZATION  
Short Description Web Dynpro Personalization Interface    
General Data
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20050223   SAP 
Last changed 20141120    
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_WD_PERSONALIZATION has no interface.
Friends
Interface IF_WD_PERSONALIZATION has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_BTN_APPLY Constant Public Type reference (TYPE) INT2 2 2 Byte Integer (Signed) 20051004
2 CO_BTN_CANCEL Constant Public Type reference (TYPE) INT2 3 2 Byte Integer (Signed) 20051004
3 CO_BTN_SAVE Constant Public Type reference (TYPE) INT2 1 2 Byte Integer (Signed) 20051005
4 CO_PHASE_CANCELLED Constant Public Type reference (TYPE) NUMC2 '04' Phase model canceled 20080723
5 CO_PHASE_DB_ACTION Constant Public Type reference (TYPE) NUMC2 '03' DB action executed 20080723
6 CO_PHASE_LOCKED Constant Public Type reference (TYPE) NUMC2 '01' Personalization locked 20080723
7 CO_PHASE_NONE Constant Public Type reference (TYPE) NUMC2 '00' Cannot be assigned to any particular phase 20080811
8 CO_PHASE_UNLOCKED Constant Public Type reference (TYPE) NUMC2 '02' Personalization unlocked 20080723
9 CO_SCOPE_ALL Constant Public Type reference (TYPE) WDR_PERS_SCOPE 4 All Users 20050223
10 CO_SCOPE_CONFIG Constant Public Type reference (TYPE) WDR_PERS_SCOPE 5 As a Configuration 20050223
11 CO_SCOPE_CONFIG_BEFORE_ENH Constant Public Type reference (TYPE) WDR_PERS_SCOPE 255 As a Configuration 20100324
12 CO_SCOPE_CONFIG_ENH Constant Public Type reference (TYPE) WDR_PERS_SCOPE 7 Configuration Enhancement 20090507
13 CO_SCOPE_FLAVOR Constant Public Type reference (TYPE) WDR_PERS_SCOPE 2 Personas Flavor Level 20130816
14 CO_SCOPE_IVIEW Constant Public Type reference (TYPE) WDR_PERS_SCOPE 2 iView Level 20050223
15 CO_SCOPE_NONE Constant Public Type reference (TYPE) WDR_PERS_SCOPE 0 None 20050223
16 CO_SCOPE_USER Constant Public Type reference (TYPE) WDR_PERS_SCOPE 1 User 20050223
Methods
# Method Level Visibility Method type Description Created on
1 DELETE Instance method Public Method OBSOLETE -> Use DELETE_NEW 20050223
2 DELETE_NEW Instance method Public Method Delete Personalization Data 20080728
3 ENTER_CHANGE_MODE Instance method Public Method OBSOLETE -> Use SET_CHANGE_MODE 20050223
4 GET_CONTEXT_CHANGE_ASSISTANT Instance method Public Method Returns an Object for Changes in Configuration Context 20050818
5 GET_DEFAULT_VARIANT Instance method Public Method Gets Default for Personalization 20050419
6 GET_STATE Instance method Public Method Returns Information About Current Load State 20050223
7 GET_TABLE_INTERFACE Instance method Public Method NOT IMPLEMENTED -> Do Not Use 20060530
8 GET_TABLE_MODIFIER Instance method Public Method Returns the table IF to read and write the data 20130403
9 GET_TABLE_READER Instance method Public Method Returns the table IF to read the data 20071213
10 GET_VALID_PERS_SCOPE Instance method Public Method Returns Maximum Allowed Scope for Storage 20050223
11 GET_VARIANTS Instance method Public Method Returns List with Variants of Configuration 20050223
12 GET_VARIANTS_FOR_SUBCOMPONENT Instance method Public Method Returns List with Variants of Configuration 20050224
13 IS_ADAPTATION_ALLOWED Instance method Public Method Specifies whether component can be modified 20110718
14 IS_IMPLEMENTATION_SUPPLIED Instance method Public Method Tests Whether an Implementation Is Specfied for Usage 20050523
15 IS_TABLE_READER_SUPPORTED Instance method Public Method Returns information whether table reader or context access 20121213
16 LEAVE_CHANGE_MODE Instance method Public Method OBSOLETE -> Use SET_CHANGE_MODE 20070306
17 LOAD_CONFIG_BY_KEY Instance method Public Method Loads Configuration/Personalization 20050223
18 RESTRICT_IMPL_PERS Instance method Public Method Disable Implicit Adaptation 20050223
19 SAVE Instance method Public Method OBSOLETE -> Use SAVE_NEW 20050223
20 SAVE_NEW Instance method Public Method Save Personalization Data 20080725
21 SAVE_NEW_VARIANT Instance method Public Method OBSOLETE -> Use SAVE_NEW_VARIANT_NEW 20050411
22 SAVE_NEW_VARIANT_NEW Instance method Public Method Save Personalization Data 20080728
23 SET_CHANGE_MODE Instance method Public Method Resets the Change Mode 20080723
24 SET_CONFIG_KEY Instance method Public Method Sets Configuration Key for Subsequent Storage of Configur. 20050224
25 SET_DEFAULT_VARIANT Instance method Public Method Sets Default for Personalization 20050419
26 SUPPORT_DELTA_HANDLING Instance method Public Method Component Supports Delta Handling of Configuration 20050818
27 TRANSPORT_ALLOWED Instance method Public Method Specifies Whether Data Transport Is Allowed 20050429
28 UNDO_CONTEXT_CHANGES Instance method Public Method Resets Configuration Context 20050818
29 UPDATE_IMPL_PERS Instance method Public Method OBSOLETE 20050223
Events
# Event Type Visibility Description Created on
1 PERSONALIZATION_CALLBACK Instance Event
(0)
Public
(2)
Personalization, DB Actions, Confirmation 20080723
Types
Interface IF_WD_PERSONALIZATION has no local type.
Method Signatures

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Value transfer Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20050420
2 Importing SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE 1 Personalisierungsreichweite 20050223
3 Returning SUCCESS Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050420
4 Importing TRANSPORT_PERSONALIZATION Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20051026
5 Importing TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20051026
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20051026

Method DELETE_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Value transfer Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20080728
2 Importing SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE 1 Personalisierungsreichweite 20080728

Method DELETE_NEW on Interface IF_WD_PERSONALIZATION has no exception.

Method ENTER_CHANGE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEVCLASS Call by reference Type reference (TYPE) DEVCLASS Paket 20050323
2 Importing PERS_SCOPE Value transfer Type reference (TYPE) WDR_PERS_SCOPE 1 Personalisierungsreichweite 20050223
3 Importing TRANSPORT Call by reference Type reference (TYPE) TRKEY Vollständiger Key eines Transportobjektes 20050323
4 Importing TRANSPORT_PERSONALIZATION Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050428
5 Changing TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20050428
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20050223

Method GET_CONTEXT_CHANGE_ASSISTANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTEXT_ASSISTANT Value transfer Object reference (TYPE REF TO) IF_WD_CONFIG_CONTEXT Modifikation des Konfigurations-Contexts 20050818

Method GET_CONTEXT_CHANGE_ASSISTANT on Interface IF_WD_PERSONALIZATION has no exception.

Method GET_DEFAULT_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE Personalisierungsreichweite 20050419
2 Exporting VARIANT Call by reference Type reference (TYPE) WDR_PERS_VARIANT Personalisierungssicht 20050419

Method GET_DEFAULT_VARIANT on Interface IF_WD_PERSONALIZATION has no exception.

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20050223
2 Exporting DESCRIPTION Call by reference Type reference (TYPE) WDY_MD_DESCRIPTION Kurzbeschreibung eines Objekts 20050419
3 Exporting DEVCLASS Call by reference Type reference (TYPE) DEVCLASS Paket 20090312
4 Exporting IS_LOADED Call by reference Type reference (TYPE) WDY_BOOLEAN Abfrage, ob Konfiguration oder Personalisierung geladen ist 20050223
5 Exporting LAST_TRANSPORT Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090305
6 Exporting LOADED_SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE Web Dynpro: Personalisierungsreichweite 20090305
7 Exporting ORIGINAL_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Originalkey der Konfiguration (Enhancement) 20120416
8 Exporting PERS_SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE Benutzerreichweite 20050223

Method GET_STATE on Interface IF_WD_PERSONALIZATION has no exception.

Method GET_TABLE_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TABLE_INTERFACE Value transfer Object reference (TYPE REF TO) IF_WD_PERS_TABLE Tabellen-Interface für WD-Personalisierung 20060530
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20060530

Method GET_TABLE_MODIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_WRITER Value transfer Object reference (TYPE REF TO) IF_WD_PERS_TABLE_MODIFIER zum Lesen und Ändern der Konfigurationsdaten als Tabelle 20130403

Method GET_TABLE_MODIFIER on Interface IF_WD_PERSONALIZATION has no exception.

Method GET_TABLE_READER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FOR_BASE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20101228
2 Returning R_TABLE_READER Value transfer Object reference (TYPE REF TO) IF_WD_PERS_TABLE_READER zum Lesen der Konfigurationsdaten als Tabelle 20071213

Method GET_TABLE_READER on Interface IF_WD_PERSONALIZATION has no exception.

Method GET_VALID_PERS_SCOPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE 1 gewünschte Reichweite 20050620
2 Returning SCOPE Value transfer Type reference (TYPE) WDR_PERS_SCOPE Personalisierungsreichweite 20050223

Method GET_VALID_PERS_SCOPE on Interface IF_WD_PERSONALIZATION has no exception.

Method GET_VARIANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ONLY_PERS_VARIANTS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Nur Personalisierungen berücksichtigen 20050223
2 Returning VARIANTS Value transfer Type reference (TYPE) WDR_PERS_VARIANTS Liste der Varianten 20050223

Method GET_VARIANTS on Interface IF_WD_PERSONALIZATION has no exception.

Method GET_VARIANTS_FOR_SUBCOMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20050510
2 Importing ONLY_PERS_VARIANTS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Nur Personalisierungen berücksichtigen 20050224
3 Importing SUBCOMPONENT_USAGE Call by reference Type reference (TYPE) CSEQUENCE Name der Usage für die Unter-Component 20050224
4 Returning VARIANTS Value transfer Type reference (TYPE) WDR_PERS_VARIANTS Liste der Varianten 20050224

Method GET_VARIANTS_FOR_SUBCOMPONENT on Interface IF_WD_PERSONALIZATION has no exception.

Method IS_ADAPTATION_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PERS_ALLOWED Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20110718

Method IS_ADAPTATION_ALLOWED on Interface IF_WD_PERSONALIZATION has no exception.

Method IS_IMPLEMENTATION_SUPPLIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_SUPPLIED Value transfer Type reference (TYPE) WDY_BOOLEAN Implementierung ist angegeben 20050523
2 Importing SUBCOMPONENT_USAGE Call by reference Type reference (TYPE) CSEQUENCE Sub-Component-Usage 20050523

Method IS_IMPLEMENTATION_SUPPLIED on Interface IF_WD_PERSONALIZATION has no exception.

Method IS_TABLE_READER_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TABLE_READER_IS_SUPPORTED Value transfer Type reference (TYPE) ABAP_BOOL 20121213

Method IS_TABLE_READER_SUPPORTED on Interface IF_WD_PERSONALIZATION has no exception.

Method LEAVE_CHANGE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERS_SCOPE Value transfer Type reference (TYPE) WDR_PERS_SCOPE 1 Web Dynpro: Personalisierungsreichweite 20070306
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20070306

Method LOAD_CONFIG_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20050223
2 Exporting DESCRIPTION Call by reference Type reference (TYPE) STRING 20050517
3 Importing FETCH_DEFAULT_VARIANT Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050425
4 Exporting SCOPE Value transfer Type reference (TYPE) WDR_PERS_SCOPE Art der Benutzer-Identifikation 20050223

Method LOAD_CONFIG_BY_KEY on Interface IF_WD_PERSONALIZATION has no exception.

Method RESTRICT_IMPL_PERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXCEPTION_TABLE Call by reference Type reference (TYPE) WDR_PERS_EXCEPTION_TABLE OBSOLET 20050223
2 Importing RESTRICTED Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Exception Table enthält Restriktionen 20050418

Method RESTRICT_IMPL_PERS on Interface IF_WD_PERSONALIZATION has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTUAL_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20070312
2 Importing DEFAULT_VARIANT Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050509
3 Importing DESCRIPTION Call by reference Type reference (TYPE) STRING 20050223
4 Importing DEVCLASS Call by reference Type reference (TYPE) DEVCLASS '$TMP' Paket 20050223
5 Importing PERS_SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE 1 Personalisierungsreichweite 20050223
6 Importing TRANSPORT Call by reference Type reference (TYPE) TRKEY Vollständiger Key eines Transportobjektes 20050223
7 Importing TRANSPORT_PERSONALIZATION Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050428
8 Importing TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20050428
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20050223

Method SAVE_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULT_VARIANT Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20080725
2 Importing DESCRIPTION Value transfer Type reference (TYPE) STRING 20080725
3 Importing PERS_SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE 1 Web Dynpro: Personalisierungsreichweite 20080725

Method SAVE_NEW on Interface IF_WD_PERSONALIZATION has no exception.

Method SAVE_NEW_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTUAL_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20070312
2 Importing DEFAULT_VARIANT Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050509
3 Importing DESCRIPTION Call by reference Type reference (TYPE) STRING 20050411
4 Importing DEVCLASS Call by reference Type reference (TYPE) DEVCLASS '$TMP' Paket 20050411
5 Importing PERS_SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE 1 Personalisierungsreichweite 20050411
6 Importing TRANSPORT Call by reference Type reference (TYPE) TRKEY Vollständiger Key eines Transportobjektes 20050411
7 Importing TRANSPORT_PERSONALIZATION Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050504
8 Importing TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20050504
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20050411

Method SAVE_NEW_VARIANT_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULT_VARIANT Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20080728
2 Importing DESCRIPTION Call by reference Type reference (TYPE) STRING 20080728
3 Importing PERS_SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE 1 Personalisierungsreichweite 20080728
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20080728

Method SET_CHANGE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHANGE_MODE Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20080723
2 Importing PERS_SCOPE Value transfer Type reference (TYPE) WDR_PERS_SCOPE 1 Web Dynpro: Personalisierungsreichweite 20080723

Method SET_CHANGE_MODE on Interface IF_WD_PERSONALIZATION has no exception.

Method SET_CONFIG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20050224
2 Importing DESCRIPTION Call by reference Type reference (TYPE) STRING 20050620

Method SET_CONFIG_KEY on Interface IF_WD_PERSONALIZATION has no exception.

Method SET_DEFAULT_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20050419
2 Importing SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE 1 Personalisierungsreichweite 20050419
3 Importing SET Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050620
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20051026

Method SUPPORT_DELTA_HANDLING Signature

Method SUPPORT_DELTA_HANDLING on Interface IF_WD_PERSONALIZATION has no parameter.
Method SUPPORT_DELTA_HANDLING on Interface IF_WD_PERSONALIZATION has no exception.

Method TRANSPORT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ALLOWED Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050429

Method TRANSPORT_ALLOWED on Interface IF_WD_PERSONALIZATION has no exception.

Method UNDO_CONTEXT_CHANGES Signature

Method UNDO_CONTEXT_CHANGES on Interface IF_WD_PERSONALIZATION has no parameter.
Method UNDO_CONTEXT_CHANGES on Interface IF_WD_PERSONALIZATION has no exception.

Method UPDATE_IMPL_PERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER View Controller 20050228

Method UPDATE_IMPL_PERS on Interface IF_WD_PERSONALIZATION has no exception.
Event Signatures

Event PERSONALIZATION_CALLBACK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CONFIG_KEY Exporting Value transfer Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20080723
2 HAS_ERRORS Exporting Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20080723
3 MESSAGES Exporting Value transfer Type reference (TYPE) CTS_MESSAGES WBO remote API: Meldungen über das Ergebnis einer Aktion 20080725
4 PHASE_INDICATOR Exporting Value transfer Type reference (TYPE) NUMC2 Zweistellige Nummer 20080723
History
Last changed by/on SAP  20141120 
SAP Release Created in 710