SAP ABAP Class CL_CRM_UI_FRW_LAYOUT_SRV (Layout Service)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-APF (Application Component) Application Frame
     CRM_BSP_UI_FRAME_CORE (Package) Application Frame DDIC, Services and Utilities
Properties
Class CL_CRM_UI_FRW_LAYOUT_SRV  
Short Description Layout Service    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_UI_FRAME_CORE   Application Frame DDIC, Services and Utilities 
Created 20060221   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
Interfaces
Class CL_CRM_UI_FRW_LAYOUT_SRV has no interface implemented.
Friends
Class CL_CRM_UI_FRW_LAYOUT_SRV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_AUTOHEIGHT Static Attribute Public Type reference (TYPE) CHAR4 'AUTO' Automatic Heigh Adjustment 20090402
2 GC_HDR_USAGE_PREFIX Instance attribute Protected Type reference (TYPE) STRING 'HDR' 20060221
3 GC_HEADER_APP Instance attribute Protected Type reference (TYPE) STRING 'CRMCMP_HDR' 20060303
4 GC_HEADER_PAGE Instance attribute Protected Type reference (TYPE) STRING 'BSPWDApplication.do' 20060303
5 GC_NAVBAR_USAGE_PREFIX Instance attribute Protected Type reference (TYPE) STRING 'NB' 20060221
6 GC_SBHD_USAGE_PREFIX Instance attribute Protected Type reference (TYPE) STRING 'SBHD' 20060222
7 GC_WCHD_USAGE_PREFIX Instance attribute Protected Type reference (TYPE) STRING 'WCHD' 20060222
8 GS_LAYOUT Instance attribute Protected Type reference (TYPE) CRMS_UI_FRW_LAYOUT_VA 20060222
9 GS_LAYOUT_SETUP Instance attribute Protected Type reference (TYPE) CRMS_UI_LAYOUT 20060222
10 GT_NAVBAR_SETUP Instance attribute Protected Type reference (TYPE) CRMT_UI_FRW_NBC_TAB Navigation Bar Layout 20060221
11 GT_NAVBAR_VA_LAYOUT Instance attribute Protected Type reference (TYPE) STRING_TABLE Table of Strings 20060221
12 GV_FORM_TARGET Instance attribute Protected Type reference (TYPE) CHAR1 '1' 20060309
13 GV_FTR_SRC Instance attribute Protected Type reference (TYPE) STRING 20060228
14 GV_HDR_SRC Instance attribute Protected Type reference (TYPE) STRING 20060228
15 GV_HDR_USAGE Instance attribute Protected Type reference (TYPE) STRING 20060221
16 GV_HDR_VA_CONTENT Instance attribute Protected Type reference (TYPE) STRING 20060221
17 GV_NAVBAR_USAGE Instance attribute Protected Type reference (TYPE) STRING 20060221
18 GV_NAVBAR_VA_CONTENT Instance attribute Protected Type reference (TYPE) STRING 20060221
19 GV_PROGRESS_TYPE Instance attribute Protected Type reference (TYPE) CRMT_UI_FRW_PROGRESS_TYPE Progress wheel type 20091119
20 GV_SBHD_USAGE Instance attribute Protected Type reference (TYPE) STRING 20060222
21 GV_SBHD_VA_CONTENT Instance attribute Protected Type reference (TYPE) STRING 20060222
22 GV_SELF Static Attribute Protected Object reference (TYPE REF TO) CL_CRM_UI_FRW_LAYOUT_SRV Layout Service 20060221
23 GV_TEST_MODE Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20090108
24 GV_WCHD_USAGE Instance attribute Protected Type reference (TYPE) STRING 20060222
25 GV_WCHD_VA_CONTENT Instance attribute Protected Type reference (TYPE) STRING 20060222
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Protected Constructor 20090108
2 CREATE_USAGE_XML Instance method Private Method Build component usage XML 20060221
3 CREATE_VIEWAREA_XML Instance method Private Method Build view area XML 20060221
4 GET_FOOTER_SRC Instance method Public Method The footer SRC value 20060228
5 GET_FORM_TARGET Instance method Public Method 20060309
6 GET_HEADER_SRC Instance method Public Method The header SRC value 20060228
7 GET_HEADER_USAGE Instance method Public Method Provide layout information i 20060221
8 GET_HEADER_VA_CONTENT Instance method Public Method Provide layout information i 20060221
9 GET_INSTANCE Static method Public Method Get new or existing instance 20060221
10 GET_LAYOUT_DEF Instance method Public Method Provide layout information i 20060222
11 GET_NAVIGATION_BAR_USAGE Instance method Public Method Provide layout information i 20060221
12 GET_NAVIGATION_BAR_VA_CONTENT Instance method Public Method Provide layout information i 20060221
13 GET_NAVIGATION_BAR_VA_LAYOUT Instance method Public Method Provide layout information i 20060221
14 GET_PROGRESS_TYPE Instance method Public Method Provide layout information i 20091119
15 GET_WC_HEADER_USAGE Instance method Public Method Provide layout information i 20060222
16 GET_WC_HEADER_VA_CONTENT Instance method Public Method Provide layout information i 20060222
17 GET_WC_SUBHEADER_USAGE Instance method Public Method Provide layout information i 20060222
18 GET_WC_SUBHEADER_VA_CONTENT Instance method Public Method Provide layout information i 20060222
19 LOAD_CUSTOMIZING_LAYOUT Instance method Protected Method 20060221
20 PREPARE_FOOTER_SETUP Instance method Protected Method 20060222
21 PREPARE_HEADER_SETUP Instance method Protected Method 20060221
22 PREPARE_NAVIGATION_SETUP Instance method Protected Method 20060221
23 PREPARE_PROGRESS_TYPE Instance method Protected Method 20091119
24 PREPARE_WORKCENTER_SETUP Instance method Protected Method 20060222
Events
Class CL_CRM_UI_FRW_LAYOUT_SRV has no event.
Types
Class CL_CRM_UI_FRW_LAYOUT_SRV has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CRM_UI_FRW_LAYOUT_SRV has no parameter.
Method CONSTRUCTOR on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method CREATE_USAGE_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Type reference (TYPE) CRMS_UI_FRW_CP Component structure 20060221
2 Importing PREFIX Call by reference Type reference (TYPE) STRING Prefix string 20060221
3 Changing XML_STRING Call by reference Type reference (TYPE) STRING Changing XML string 20060221

Method CREATE_USAGE_XML on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method CREATE_VIEWAREA_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Type reference (TYPE) CRMS_UI_FRW_CP Component structure 20060221
2 Importing PREFIX Call by reference Type reference (TYPE) STRING 20060221
3 Changing XML_STRING Call by reference Type reference (TYPE) STRING 20060221

Method CREATE_VIEWAREA_XML on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_FOOTER_SRC Signature

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

Method GET_FOOTER_SRC on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_FORM_TARGET Signature

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

Method GET_FORM_TARGET on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_HEADER_SRC Signature

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

Method GET_HEADER_SRC on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_HEADER_USAGE Signature

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

Method GET_HEADER_USAGE on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_HEADER_VA_CONTENT Signature

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

Method GET_HEADER_VA_CONTENT on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) CL_CRM_UI_FRW_LAYOUT_SRV Layout Service 20060221

Method GET_INSTANCE on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_LAYOUT_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_RESULT Value transfer Type reference (TYPE) CRMS_UI_FRW_LAYOUT_VA Table of Strings 20060222

Method GET_LAYOUT_DEF on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_NAVIGATION_BAR_USAGE Signature

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

Method GET_NAVIGATION_BAR_USAGE on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_NAVIGATION_BAR_VA_CONTENT Signature

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

Method GET_NAVIGATION_BAR_VA_CONTENT on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_NAVIGATION_BAR_VA_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20060221

Method GET_NAVIGATION_BAR_VA_LAYOUT on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_PROGRESS_TYPE Signature

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

Method GET_PROGRESS_TYPE on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_WC_HEADER_USAGE Signature

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

Method GET_WC_HEADER_USAGE on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_WC_HEADER_VA_CONTENT Signature

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

Method GET_WC_HEADER_VA_CONTENT on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_WC_SUBHEADER_USAGE Signature

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

Method GET_WC_SUBHEADER_USAGE on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method GET_WC_SUBHEADER_VA_CONTENT Signature

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

Method GET_WC_SUBHEADER_VA_CONTENT on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method LOAD_CUSTOMIZING_LAYOUT Signature

Method LOAD_CUSTOMIZING_LAYOUT on class CL_CRM_UI_FRW_LAYOUT_SRV has no parameter.
Method LOAD_CUSTOMIZING_LAYOUT on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method PREPARE_FOOTER_SETUP Signature

Method PREPARE_FOOTER_SETUP on class CL_CRM_UI_FRW_LAYOUT_SRV has no parameter.
Method PREPARE_FOOTER_SETUP on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method PREPARE_HEADER_SETUP Signature

Method PREPARE_HEADER_SETUP on class CL_CRM_UI_FRW_LAYOUT_SRV has no parameter.
Method PREPARE_HEADER_SETUP on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method PREPARE_NAVIGATION_SETUP Signature

Method PREPARE_NAVIGATION_SETUP on class CL_CRM_UI_FRW_LAYOUT_SRV has no parameter.
Method PREPARE_NAVIGATION_SETUP on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method PREPARE_PROGRESS_TYPE Signature

Method PREPARE_PROGRESS_TYPE on class CL_CRM_UI_FRW_LAYOUT_SRV has no parameter.
Method PREPARE_PROGRESS_TYPE on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.

Method PREPARE_WORKCENTER_SETUP Signature

Method PREPARE_WORKCENTER_SETUP on class CL_CRM_UI_FRW_LAYOUT_SRV has no parameter.
Method PREPARE_WORKCENTER_SETUP on class CL_CRM_UI_FRW_LAYOUT_SRV has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700