SAP ABAP Interface /UI2/IF_CAT_PROV (UI2: Catalog 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_CATALOG_PROVIDER UI2: Catalog Provider 20130613
Properties
Interface /UI2/IF_CAT_PROV  
Short Description UI2: Catalog Provider    
General Data
Package /UI2/ABAP_PAGE_BUILDER   UI2: ABAP Pagebuilder 
Created 20130416   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /UI2/CL_CAT_PROV_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /UI2/IF_CATALOG Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 /UI2/IF_EDM_MP_PAGEBUILDER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /UI2/IF_CAT_PROV has no interface.
Friends
Interface /UI2/IF_CAT_PROV has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ID Instance attribute Public Type reference (TYPE) STRING 20130613
Methods
# Method Level Visibility Method type Description Created on
1 CONTAINS_CATALOG Instance method Public Method 20130628
2 CREATE_CATALOG Instance method Public Method 20130702
3 DELETE_CATALOG Instance method Public Method 20130703
4 GET_CATALOG Instance method Public Method 20130613
5 GET_CATALOG_IDS Instance method Public Method 20130628
6 GET_CATALOG_TAB Instance method Public Method 20140618
7 GET_CATALOG_TYPE Instance method Public Method 20140205
8 GET_DEFAULT_CATALOG_ID Instance method Public Method 20130910
9 INIT Instance method Public Method 20130715
10 IS_CAT_PROV_COMPONENT Instance method Public Method 20130628
11 RESET Instance method Public Method 20130715
12 UPDATE_CATALOG Instance method Public Method 20130704
Events
Interface /UI2/IF_CAT_PROV has no event.
Types
Interface /UI2/IF_CAT_PROV has no local type.
Method Signatures

Method CONTAINS_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATALOG_ID_INT Call by reference Type reference (TYPE) STRING 20130628
2 Returning CONTAINS_CATALOG Value transfer Type reference (TYPE) ABAP_BOOL 20130628
3 Importing SCOPE Call by reference Type reference (TYPE) STRING 20130719

Method CONTAINS_CATALOG on Interface /UI2/IF_CAT_PROV has no exception.

Method CREATE_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BASE_URL Call by reference Type reference (TYPE) STRING 20140123
2 Returning CATALOG Value transfer Object reference (TYPE REF TO) /UI2/IF_CATALOG UI2: Catalog 20130702
3 Importing CATALOG_ID Call by reference Type reference (TYPE) STRING 20130702
4 Importing REMOTE_ID Call by reference Type reference (TYPE) STRING 20140123
5 Importing REMOTE_TYPE Call by reference Type reference (TYPE) STRING 20140123
6 Importing SCOPE Call by reference Type reference (TYPE) STRING 20130719
7 Importing SYSTEM_ALIAS Call by reference Type reference (TYPE) STRING 20140205
8 Importing TITLE Call by reference Type reference (TYPE) STRING 20130703
# Exception Resumable Description Created on
1 /UI2/CX_CHIP_CATALOG_CORE 20130702

Method DELETE_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATALOG_ID Call by reference Type reference (TYPE) STRING 20130703
2 Importing SCOPE Call by reference Type reference (TYPE) STRING 20130719
# Exception Resumable Description Created on
1 /UI2/CX_CHIP_CATALOG_CORE 20130703

Method GET_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CATALOG Value transfer Object reference (TYPE REF TO) /UI2/IF_CATALOG UI2: Catalog 20130613
2 Importing CATALOG_ID Call by reference Type reference (TYPE) /UI2/CATALOG_ID UI2: ID of a Catalog 20130613
3 Importing SCOPE Call by reference Type reference (TYPE) STRING 20130923
# Exception Resumable Description Created on
1 /UI2/CX_CHIP_CATALOG_CORE UI2 Exception for data provider 20130620

Method GET_CATALOG_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CATALOG_IDS Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20130628
2 Importing FILTER Call by reference Object reference (TYPE REF TO) /UI2/CL_CAT_PROV_FILTER Filter for Catalog Provider 20130628

Method GET_CATALOG_IDS on Interface /UI2/IF_CAT_PROV has no exception.

Method GET_CATALOG_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CATALOG_TAB Call by reference Type reference (TYPE) /UI2/IF_EDM_MP_PAGEBUILDER=>TP_T_CATALOG 20140618
2 Importing FILTER Call by reference Object reference (TYPE REF TO) /UI2/CL_CAT_PROV_FILTER Filter for Catalog Provider 20140618
# Exception Resumable Description Created on
1 /UI2/CX_RUNTIME UI2 Exception for data provider 20140618

Method GET_CATALOG_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CATALOG_TYPE Value transfer Type reference (TYPE) STRING 20140205

Method GET_CATALOG_TYPE on Interface /UI2/IF_CAT_PROV has no exception.

Method GET_DEFAULT_CATALOG_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEFAULT_CATALOG_ID Value transfer Type reference (TYPE) /UI2/CATALOG_ID UI2: Catalog 20130910

Method GET_DEFAULT_CATALOG_ID on Interface /UI2/IF_CAT_PROV has no exception.

Method INIT Signature

Method INIT on Interface /UI2/IF_CAT_PROV has no parameter.
Method INIT on Interface /UI2/IF_CAT_PROV has no exception.

Method IS_CAT_PROV_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Call by reference Type reference (TYPE) STRING 20130628
2 Returning IS_CAT_PROV_COMPONENT Value transfer Type reference (TYPE) ABAP_BOOL 20130628

Method IS_CAT_PROV_COMPONENT on Interface /UI2/IF_CAT_PROV has no exception.

Method RESET Signature

Method RESET on Interface /UI2/IF_CAT_PROV has no parameter.
Method RESET on Interface /UI2/IF_CAT_PROV has no exception.

Method UPDATE_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BASE_URL Call by reference Type reference (TYPE) STRING 20140127
2 Returning CATALOG Value transfer Object reference (TYPE REF TO) /UI2/IF_CATALOG UI2: Catalog 20130704
3 Importing CATALOG_ID Call by reference Type reference (TYPE) STRING 20130704
4 Importing REMOTE_ID Call by reference Type reference (TYPE) STRING 20140127
5 Importing REMOTE_TYPE Call by reference Type reference (TYPE) STRING 20140127
6 Importing SCOPE Call by reference Type reference (TYPE) STRING 20130719
7 Importing SYSTEM_ALIAS Call by reference Type reference (TYPE) STRING 20140205
8 Importing TITLE Call by reference Type reference (TYPE) STRING 20130704
# Exception Resumable Description Created on
1 /UI2/CX_CHIP_CATALOG_CORE Error Class for CHIP Catalog 20140805
History
Last changed by/on SAP  20141121 
SAP Release Created in 100