SAP ABAP Class /UI2/CL_CATALOG_ID_PFCG (Handling of Catalog ID within PFCG)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/ABAP_PAGE_BUILDER (Package) UI2: ABAP Pagebuilder
Properties
Class /UI2/CL_CATALOG_ID_PFCG  
Short Description Handling of Catalog ID within PFCG    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /UI2/ABAP_PAGE_BUILDER   UI2: ABAP Pagebuilder 
Created 20140626   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /UI2/CL_CATALOG_ID_PFCG has no forward declaration.
Interfaces
Class /UI2/CL_CATALOG_ID_PFCG has no interface implemented.
Friends
Class /UI2/CL_CATALOG_ID_PFCG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CATALOG_PATTERN Constant Private Type reference (TYPE) STRING 'X-SAP' Pattern of beginning of catalog id 20140626
2 CO_FORMAT_GLOBAL_CAT_ID Constant Public Type reference (TYPE) STRING 'global cat id' Format as unique catalog id within system landscape 20140626
3 CO_FORMAT_LOCAL_CAT_ID Constant Public Type reference (TYPE) STRING 'local cat id' Format as unique catalog id within local system 20140626
4 CO_FORMAT_PFCG_DISPLAY Constant Public Type reference (TYPE) STRING 'pfcg display' Format as display string in PFCG UI 20140626
5 CO_FORMAT_PFCG_STORAGE Constant Public Type reference (TYPE) STRING 'pfcg storage' Format as string for storage in PFCG tables 20140626
Methods
# Method Level Visibility Method type Description Created on
1 CONCAT_PFCG_URL Static method Public Method Concatenate all parts into the PFCG URL 20140626
2 SPLIT_PFCG_URL Static method Public Method Split PFCG URL into its parts 20140626
Events
Class /UI2/CL_CATALOG_ID_PFCG has no event.
Types
Class /UI2/CL_CATALOG_ID_PFCG has no local type.
Method Signatures

Method CONCAT_PFCG_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PFCG_URL Call by reference Type reference (TYPE) CSEQUENCE 20140626
2 Importing IV_CATALOG_ID Call by reference Type reference (TYPE) CSEQUENCE 20140626
3 Importing IV_DEST_FES Call by reference Type reference (TYPE) CSEQUENCE RFC destination of Frontend Server 20140626
4 Importing IV_FORMAT Call by reference Type reference (TYPE) CSEQUENCE CO_FORMAT_LOCAL_CAT_ID See constants co_format* 20140626
5 Importing IV_ROLE_ORIGIN_LOGSYS Call by reference Type reference (TYPE) CSEQUENCE Logical system that is origin of PFCG role 20140626
# Exception Resumable Description Created on
1 FORMAT_NOT_SUPPORTED The requested format is unknown 20140626
2 PARAM_VALUE_MISSING At least one parameter of the requested format is missing 20140723

Method SPLIT_PFCG_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CATALOG_ID Call by reference Type reference (TYPE) CSEQUENCE 20140626
2 Exporting EV_DEST_FES Call by reference Type reference (TYPE) CSEQUENCE 20140626
3 Exporting EV_ROLE_ORIGIN_LOGSYS Call by reference Type reference (TYPE) CSEQUENCE 20140627
4 Importing IV_PFCG_URL Call by reference Type reference (TYPE) CSEQUENCE 20140626
# Exception Resumable Description Created on
1 FORMAT_NOT_SUPPORTED The format of the imported string is not supported 20140707
History
Last changed by/on SAP  20141121 
SAP Release Created in 100