SAP ABAP Class CL_NWBC_SERVER_ASSIST (NWBC - Server Assist)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-FES-BUS (Application Component) Netweaver Business Client
     SAP_NWBC (Package) NetWeaver Business Client
Properties
Class CL_NWBC_SERVER_ASSIST  
Short Description NWBC - Server Assist    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAP_NWBC   NetWeaver Business Client 
Created 20100806   SAP 
Last change 20141120    
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)
2 CL_ABAP_CHAR_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_NWBC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_NWBC_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IHTTP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_NWBC_SERVER_ASSIST has no interface implemented.
Friends
Class CL_NWBC_SERVER_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CRLF Constant Public Type reference (TYPE) STRING CL_ABAP_CHAR_UTILITIES=>CR_LF linefeed 20111031
2 MO_SERVER Instance attribute Public Object reference (TYPE REF TO) IF_HTTP_SERVER HTTP Framework (iHTTP) HTTP Server 20100806
3 MV_USER_AGENT_TYPE Instance attribute Private Type reference (TYPE) I IHTTP_USER_AGENT_UNKNOWN 20100806
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_PARAM Instance method Private Method 20100806
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100806
3 EMIT_ANY Static method Public Method 20111031
4 GET_AREA_KEY Instance method Public Method 20100806
5 GET_BOOL_FORM_FIELD Instance method Public Method Read of boolean form field parameter 20121025
6 GET_CORRECTED_PATH Instance method Public Method 20110127
7 GET_ESID Instance method Public Method 20100806
8 GET_FILTERED_FORM_FIELD Instance method Public Method 20110512
9 GET_FILTERED_FORM_FIELDS Instance method Public Method 20110512
10 GET_FORM_FIELDS_CS Instance method Public Method 20100806
11 GET_PARAM_COLOR_SHIFT_AREA Instance method Public Method 20110427
12 GET_PARAM_COMMAND Instance method Public Method 20100806
13 GET_PARAM_CUSTOM_DATA Instance method Public Method 20100806
14 GET_PARAM_FILE_NAME Instance method Public Method 20100806
15 GET_PARAM_SAP_IE Instance method Public Method 20131113
16 GET_PARAM_SAP_MENU_TYPE Instance method Public Method 20101112
17 GET_PARAM_SAP_NWBC_ACTION_URL Instance method Public Method 20100806
18 GET_PARAM_SAP_NWBC_BACK Instance method Public Method 20100806
19 GET_PARAM_SAP_NWBC_CONTEXT Instance method Public Method 20110815
20 GET_PARAM_SAP_NWBC_DIRTY Instance method Public Method 20100806
21 GET_PARAM_SAP_NWBC_ERROR Instance method Public Method 20100806
22 GET_PARAM_SAP_NWBC_FORCESAPGUI Instance method Public Method 20100806
23 GET_PARAM_SAP_NWBC_GET_PARAMS Instance method Public Method 20100806
24 GET_PARAM_SAP_NWBC_HAS_POST Instance method Public Method 20100806
25 GET_PARAM_SAP_NWBC_HISTORY Instance method Public Method 20100806
26 GET_PARAM_SAP_NWBC_HIST_ITEM Instance method Public Method 20101216
27 GET_PARAM_SAP_NWBC_NAV_MODE Instance method Public Method 20120302
28 GET_PARAM_SAP_NWBC_NEW_WINDOW Instance method Public Method 20100806
29 GET_PARAM_SAP_NWBC_NODE Instance method Public Method 20100806
30 GET_PARAM_SAP_NWBC_OBJECT_ID Instance method Public Method 20100806
31 GET_PARAM_SAP_NWBC_OBN Instance method Public Method 20100806
32 GET_PARAM_SAP_NWBC_POST_PARAMS Instance method Public Method 20140212
33 GET_PARAM_SAP_NWBC_REPORT_TYPE Instance method Public Method 20100806
34 GET_PARAM_SAP_NWBC_RESOLVING Instance method Public Method 20110815
35 GET_PARAM_SAP_NWBC_RESUME_URL Instance method Public Method 20100806
36 GET_PARAM_SAP_NWBC_SHELL_SHAPE Instance method Public Method 20110804
37 GET_PARAM_SAP_NWBC_SOURCE_ROLE Instance method Public Method 20100806
38 GET_PARAM_SAP_NWBC_TITLE Instance method Public Method 20100806
39 GET_SHELL_DECORATION Instance method Public Method 20110121
40 GET_SHELL_SHAPE Instance method Public Method 20100922
41 GET_TCODE Instance method Public Method 20100806
42 HAS_NWBC_CONTEXT_PARAMETER Instance method Public Method 20110815
43 IS_SERVICE_MAP Instance method Public Method 20110207
44 IS_SHELL_EMBEDDED Instance method Public Method 20101122
45 SET_RESPONSE Instance method Public Method 20100806
Events
Class CL_NWBC_SERVER_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_DECORATION Public See coding 20111124 BEGIN OF gty_decoration, no_branding TYPE boole_d, END OF gty_decoration
Method Signatures

Method CHECK_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARAM Call by reference Type reference (TYPE) ANY 20100806

Method CHECK_PARAM on class CL_NWBC_SERVER_ASSIST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER 20100806

Method CONSTRUCTOR on class CL_NWBC_SERVER_ASSIST has no exception.

Method EMIT_ANY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTML Value transfer Type reference (TYPE) STRING 20111031
2 Importing INPUT Call by reference Type reference (TYPE) ANY 20111031
3 Importing LEVEL Call by reference Type reference (TYPE) I 1 20111031
4 Importing TITLE Call by reference Type reference (TYPE) CSEQUENCE 20111031

Method EMIT_ANY on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_AREA_KEY Signature

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

Method GET_AREA_KEY on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_BOOL_FORM_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULT_VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Default value for parameter 20140409
2 Returning FF Value transfer Type reference (TYPE) ABAP_BOOL Paramaeter value 20121025
3 Importing NAME Call by reference Type reference (TYPE) STRING Parameter name 20121025

Method GET_BOOL_FORM_FIELD on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_CORRECTED_PATH Signature

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

Method GET_CORRECTED_PATH on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_ESID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URL Call by reference Type reference (TYPE) STRING 20100806
2 Returning RV_ESID Value transfer Type reference (TYPE) STRING 20100806

Method GET_ESID on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_FILTERED_FORM_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCEPT Call by reference Type reference (TYPE) STRING 20110512
2 Importing DEFAULT Call by reference Type reference (TYPE) ANY 20110512
3 Returning FF Value transfer Type reference (TYPE) STRING 20110512
4 Importing NAME Call by reference Type reference (TYPE) STRING 20110512
5 Importing REJECT Call by reference Type reference (TYPE) STRING 20110512
6 Importing UPPER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110512

Method GET_FILTERED_FORM_FIELD on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_FILTERED_FORM_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCEPT Call by reference Type reference (TYPE) STRING 20110512
2 Returning FFS Value transfer Type reference (TYPE) TIHTTPNVP 20110512
3 Importing NAME Call by reference Type reference (TYPE) STRING 20110512
4 Importing ONLY_POST_BODY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110512
5 Importing REJECT Call by reference Type reference (TYPE) STRING 20110512
6 Importing UPPER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110512

Method GET_FILTERED_FORM_FIELDS on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_FORM_FIELDS_CS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FORM_FIELD Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Table Name/Value Pairs 20100806

Method GET_FORM_FIELDS_CS on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_COLOR_SHIFT_AREA Signature

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

Method GET_PARAM_COLOR_SHIFT_AREA on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_COMMAND Signature

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

Method GET_PARAM_COMMAND on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_CUSTOM_DATA Signature

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

Method GET_PARAM_CUSTOM_DATA on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_FILE_NAME Signature

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

Method GET_PARAM_FILE_NAME on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_IE Signature

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

Method GET_PARAM_SAP_IE on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_MENU_TYPE Signature

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

Method GET_PARAM_SAP_MENU_TYPE on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_ACTION_URL Signature

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

Method GET_PARAM_SAP_NWBC_ACTION_URL on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_BACK Signature

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

Method GET_PARAM_SAP_NWBC_BACK on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_CONTEXT Signature

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

Method GET_PARAM_SAP_NWBC_CONTEXT on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_DIRTY Signature

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

Method GET_PARAM_SAP_NWBC_DIRTY on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_ERROR Signature

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

Method GET_PARAM_SAP_NWBC_ERROR on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_FORCESAPGUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FORCE_SAP_GUI Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100806

Method GET_PARAM_SAP_NWBC_FORCESAPGUI on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_GET_PARAMS Signature

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

Method GET_PARAM_SAP_NWBC_GET_PARAMS on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_HAS_POST Signature

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

Method GET_PARAM_SAP_NWBC_HAS_POST on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_HISTORY Signature

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

Method GET_PARAM_SAP_NWBC_HISTORY on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_HIST_ITEM Signature

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

Method GET_PARAM_SAP_NWBC_HIST_ITEM on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_NAV_MODE Signature

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

Method GET_PARAM_SAP_NWBC_NAV_MODE on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_NEW_WINDOW Signature

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

Method GET_PARAM_SAP_NWBC_NEW_WINDOW on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_NODE Signature

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

Method GET_PARAM_SAP_NWBC_NODE on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_OBJECT_ID Signature

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

Method GET_PARAM_SAP_NWBC_OBJECT_ID on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_OBN Signature

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

Method GET_PARAM_SAP_NWBC_OBN on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_POST_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_POST_PARAMS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Table Name/Value Pairs 20140212

Method GET_PARAM_SAP_NWBC_POST_PARAMS on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_REPORT_TYPE Signature

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

Method GET_PARAM_SAP_NWBC_REPORT_TYPE on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_RESOLVING Signature

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

Method GET_PARAM_SAP_NWBC_RESOLVING on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_RESUME_URL Signature

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

Method GET_PARAM_SAP_NWBC_RESUME_URL on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_SHELL_SHAPE Signature

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

Method GET_PARAM_SAP_NWBC_SHELL_SHAPE on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_SOURCE_ROLE Signature

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

Method GET_PARAM_SAP_NWBC_SOURCE_ROLE on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_PARAM_SAP_NWBC_TITLE Signature

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

Method GET_PARAM_SAP_NWBC_TITLE on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_SHELL_DECORATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_DECORATION Value transfer Type reference (TYPE) GTY_DECORATION 20110121

Method GET_SHELL_DECORATION on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_SHELL_SHAPE Signature

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

Method GET_SHELL_SHAPE on class CL_NWBC_SERVER_ASSIST has no exception.

Method GET_TCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URL Call by reference Type reference (TYPE) STRING 20100806
2 Returning RV_TCODE Value transfer Type reference (TYPE) STRING 20100806

Method GET_TCODE on class CL_NWBC_SERVER_ASSIST has no exception.

Method HAS_NWBC_CONTEXT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_NWBC_CONTEXT_PARAMETER Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110815

Method HAS_NWBC_CONTEXT_PARAMETER on class CL_NWBC_SERVER_ASSIST has no exception.

Method IS_SERVICE_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_SERVICE_MAP Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110207

Method IS_SERVICE_MAP on class CL_NWBC_SERVER_ASSIST has no exception.

Method IS_SHELL_EMBEDDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_EMBEDDED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101122

Method IS_SHELL_EMBEDDED on class CL_NWBC_SERVER_ASSIST has no exception.

Method SET_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CACHING_MODE Call by reference Type reference (TYPE) STRING IF_NWBC_CONSTANTS=>GC_S_CACHING_MODE-NO_CACHING Caching Mode 20111012
2 Importing IV_CONTENT Call by reference Type reference (TYPE) DATA 20100806
3 Importing IV_CONTENT_TYPE Call by reference Type reference (TYPE) STRING IF_NWBC_CONSTANTS=>GC_S_FILE_TYPE-HTML 20100806
4 Importing IV_ETAG Call by reference Type reference (TYPE) STRING 20111012
5 Importing IV_LAST_MODIFIED Call by reference Type reference (TYPE) STRING 20111012
6 Importing IV_MAXAGE Call by reference Type reference (TYPE) I 20120203
7 Importing IV_RENDERING_MODE Call by reference Type reference (TYPE) STRING IF_NWBC_CONSTANTS=>GC_S_RENDERING_MODE-IE8 20111130
8 Importing IV_STATUS Call by reference Type reference (TYPE) STRING '200' 20111012

Method SET_RESPONSE on class CL_NWBC_SERVER_ASSIST has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 703