SAP ABAP Class CL_PRT_NAV_DESCRIPTOR (Navigation Descriptor)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-PCF (Application Component) People Centric UI Framework
     CRM_BSP_URL_GENERATION (Package) URL Generation
Properties
Class CL_PRT_NAV_DESCRIPTOR  
Short Description Navigation Descriptor    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_URL_GENERATION   URL Generation 
Created 20041227   SAP 
Last change 20050519   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PRT_NAV_DESCRIPTOR has no forward declaration.
Interfaces
Class CL_PRT_NAV_DESCRIPTOR has no interface implemented.
Friends
Class CL_PRT_NAV_DESCRIPTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_HISTMODE_ACTV_DPLCTS Constant Public Type reference (TYPE) CRMT_PRT_NAV_HISTORY_MODE 0 Portal History Active, Duplicates Allowed 20041227
2 GC_HISTMODE_ACTV_NODPLCTS Constant Public Type reference (TYPE) CRMT_PRT_NAV_HISTORY_MODE 1 Portal History Active, Duplicates not Allowed 20041227
3 GC_HISTMODE_DEFAULT Constant Public Type reference (TYPE) CRMT_PRT_NAV_HISTORY_MODE 1 Default Value for History Mode 20041227
4 GC_HISTMODE_INACTV Constant Public Type reference (TYPE) CRMT_PRT_NAV_HISTORY_MODE 2 Portal History Inactive 20041227
5 GC_NAVMODE_NW_NPF Constant Public Type reference (TYPE) CRMT_PRT_NAV_MODE 1 New Window, No Portal Framework 20041227
6 GC_NAVMODE_NW_PF Constant Public Type reference (TYPE) CRMT_PRT_NAV_MODE 2 New Window, Portal Framework 20041227
7 GC_NAVMODE_WP_SETTINGS Constant Public Type reference (TYPE) CRMT_PRT_NAV_MODE 0 Navigation Mode Corresponding to Work Protect Mode 20041227
8 MV_HISTORY_MODE Instance attribute Private Type reference (TYPE) CRMT_PRT_NAV_HISTORY_MODE 1 Portal History Mode 20041227
9 MV_NAV_MODE Instance attribute Private Type reference (TYPE) CRMT_PRT_NAV_MODE Portal Navigation Mode 20041227
10 MV_TARGET_TITLE Instance attribute Private Type reference (TYPE) CRMT_PRT_NAV_TARGET_TITLE Navigation Target Title 20041227
11 MV_WIN_FEAT Instance attribute Private Type reference (TYPE) CRMT_PRT_NAV_WIN_FEAT Character String for Window Features 20041227
12 MV_WIN_NAME Instance attribute Private Type reference (TYPE) CRMT_PRT_NAV_WIN_NAME Window name 20041227
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20041227
2 GET_HISTORY_MODE Instance method Public Method Delivers Mode for Portal History 20041227
3 GET_NAV_MODE Instance method Public Method Delivers Mode for Portal Navigation 20041227
4 GET_TARGET_TITLE Instance method Public Method Delivers Title of Navigation Target 20041227
5 GET_WIN_FEAT Instance method Public Method Delivers Character String for Window Features 20041227
6 GET_WIN_NAME Instance method Public Method Delivers Name of Target Window 20041227
7 SET_HISTORY_MODE Instance method Public Method Sets Mode for Portal History 20041227
8 SET_NAV_MODE Instance method Public Method Sets Mode for Portal Navigation 20041227
9 SET_TARGET_TITLE Instance method Public Method Sets Title of Navigation Target 20041227
10 SET_WIN_FEAT Instance method Public Method Sets Character String for Window Features 20041227
11 SET_WIN_NAME Instance method Public Method Sets Name of Target Window 20041227
Events
Class CL_PRT_NAV_DESCRIPTOR has no event.
Types
Class CL_PRT_NAV_DESCRIPTOR has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_HISTORY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HISTORY_MODE Value transfer Type reference (TYPE) CRMT_PRT_NAV_HISTORY_MODE Modus der Portalhistorie 20041227

Method GET_HISTORY_MODE on class CL_PRT_NAV_DESCRIPTOR has no exception.

Method GET_NAV_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NAV_MODE Value transfer Type reference (TYPE) CRMT_PRT_NAV_MODE Modus für Portalnavigation 20041227

Method GET_NAV_MODE on class CL_PRT_NAV_DESCRIPTOR has no exception.

Method GET_TARGET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TARGET_TITLE Value transfer Type reference (TYPE) CRMT_PRT_NAV_TARGET_TITLE Titel des Navigationsziels 20041227

Method GET_TARGET_TITLE on class CL_PRT_NAV_DESCRIPTOR has no exception.

Method GET_WIN_FEAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WIN_FEAT Value transfer Type reference (TYPE) CRMT_PRT_NAV_WIN_FEAT Zeichenkette für Fenstereigenschaften 20041227

Method GET_WIN_FEAT on class CL_PRT_NAV_DESCRIPTOR has no exception.

Method GET_WIN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WIN_NAME Value transfer Type reference (TYPE) CRMT_PRT_NAV_WIN_NAME Fenstername 20041227

Method GET_WIN_NAME on class CL_PRT_NAV_DESCRIPTOR has no exception.

Method SET_HISTORY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HISTORY_MODE Call by reference Type reference (TYPE) CRMT_PRT_NAV_HISTORY_MODE Modus der Portalhistorie 20041227

Method SET_HISTORY_MODE on class CL_PRT_NAV_DESCRIPTOR has no exception.

Method SET_NAV_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAV_MODE Call by reference Type reference (TYPE) CRMT_PRT_NAV_MODE Modus für Portalnavigation 20041227

Method SET_NAV_MODE on class CL_PRT_NAV_DESCRIPTOR has no exception.

Method SET_TARGET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TARGET_TITLE Call by reference Type reference (TYPE) CRMT_PRT_NAV_TARGET_TITLE Titel des Navigationsziels 20041227

Method SET_TARGET_TITLE on class CL_PRT_NAV_DESCRIPTOR has no exception.

Method SET_WIN_FEAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WIN_FEAT Call by reference Type reference (TYPE) CRMT_PRT_NAV_WIN_FEAT Zeichenkette für Fenstereigenschaften 20041227

Method SET_WIN_FEAT on class CL_PRT_NAV_DESCRIPTOR has no exception.

Method SET_WIN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WIN_NAME Call by reference Type reference (TYPE) CRMT_PRT_NAV_WIN_NAME Fenstername 20041227

Method SET_WIN_NAME on class CL_PRT_NAV_DESCRIPTOR has no exception.
History
Last changed by/on SAP  20050519 
SAP Release Created in 700