SAP ABAP Class /UI2/CL_NWBC_SERVER_ASSIST (NWBC - Server Assist)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/NWBC_CORE (Package) NetWeaver Business Client - Core Functionality
Properties
Class /UI2/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 /UI2/NWBC_CORE   NetWeaver Business Client - Core Functionality 
Created 20120822   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /UI2/IF_NWBC_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CL_ABAP_CHAR_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IHTTP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /UI2/CL_NWBC_SERVER_ASSIST has no interface implemented.
Friends
Class /UI2/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 20120822
2 MO_SERVER Instance attribute Public Object reference (TYPE REF TO) IF_HTTP_SERVER HTTP Framework (iHTTP) HTTP Server 20120822
3 MV_USER_AGENT_TYPE Instance attribute Private Type reference (TYPE) I IHTTP_USER_AGENT_UNKNOWN 20120822
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_PARAM Instance method Private Method 20120822
2 CONSTRUCTOR Instance method Public Constructor 20120822
3 EMIT_ANY Static method Public Method 20120822
4 GET_AREA_KEY Instance method Public Method 20130131
5 GET_BOOL_FORM_FIELD Instance method Public Method Read of boolean form field parameter 20130117
6 GET_CORRECTED_PATH Instance method Public Method 20120822
7 GET_ESID Instance method Public Method 20120822
8 GET_FILTERED_FORM_FIELD Instance method Public Method 20120822
9 GET_FILTERED_FORM_FIELDS Instance method Public Method 20120822
10 GET_FORM_FIELDS_CS Instance method Public Method 20120822
11 GET_PARAM_COLOR_SHIFT_AREA Instance method Public Method 20130131
12 GET_PARAM_COMMAND Instance method Public Method 20130131
13 GET_PARAM_CUSTOM_DATA Instance method Public Method 20130131
14 GET_PARAM_FILE_NAME Instance method Public Method 20130131
15 GET_PARAM_SAP_IE Instance method Public Method 20131230
16 GET_PARAM_SAP_MENU_TYPE Instance method Public Method 20130131
17 GET_PARAM_SAP_NWBC_ACTION_URL Instance method Public Method 20130131
18 GET_PARAM_SAP_NWBC_BACK Instance method Public Method 20130131
19 GET_PARAM_SAP_NWBC_CONTEXT Instance method Public Method 20130131
20 GET_PARAM_SAP_NWBC_DIRTY Instance method Public Method 20130131
21 GET_PARAM_SAP_NWBC_ERROR Instance method Public Method 20130131
22 GET_PARAM_SAP_NWBC_FORCESAPGUI Instance method Public Method 20130131
23 GET_PARAM_SAP_NWBC_GET_PARAMS Instance method Public Method 20130131
24 GET_PARAM_SAP_NWBC_HAS_POST Instance method Public Method 20130131
25 GET_PARAM_SAP_NWBC_HISTORY Instance method Public Method 20130131
26 GET_PARAM_SAP_NWBC_HIST_ITEM Instance method Public Method 20130131
27 GET_PARAM_SAP_NWBC_NAV_MODE Instance method Public Method 20130131
28 GET_PARAM_SAP_NWBC_NEW_WINDOW Instance method Public Method 20130131
29 GET_PARAM_SAP_NWBC_NODE Instance method Public Method 20130131
30 GET_PARAM_SAP_NWBC_OBJECT_ID Instance method Public Method 20130131
31 GET_PARAM_SAP_NWBC_OBN Instance method Public Method 20130131
32 GET_PARAM_SAP_NWBC_POST_PARAMS Instance method Public Method 20140220
33 GET_PARAM_SAP_NWBC_REPORT_TYPE Instance method Public Method 20130131
34 GET_PARAM_SAP_NWBC_RESOLVING Instance method Public Method 20130131
35 GET_PARAM_SAP_NWBC_RESUME_URL Instance method Public Method 20130131
36 GET_PARAM_SAP_NWBC_SHELL_SHAPE Instance method Public Method 20130131
37 GET_PARAM_SAP_NWBC_SOURCE_ROLE Instance method Public Method 20130131
38 GET_PARAM_SAP_NWBC_TITLE Instance method Public Method 20130131
39 GET_SHELL_DECORATION Instance method Public Method 20130131
40 GET_SHELL_SHAPE Instance method Public Method 20130131
41 GET_TCODE Instance method Public Method 20120822
42 HAS_NWBC_CONTEXT_PARAMETER Instance method Public Method 20120822
43 IS_SERVICE_MAP Instance method Public Method 20120822
44 IS_SHELL_EMBEDDED Instance method Public Method 20130131
45 SET_RESPONSE Instance method Public Method 20120822
Events
Class /UI2/CL_NWBC_SERVER_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_DECORATION Public See coding 20120822 BEGIN OF gty_decoration, no_branding TYPE boole_d, flp 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 20120822

Method CHECK_PARAM on class /UI2/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 20120822

Method CONSTRUCTOR on class /UI2/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 20120822
2 Importing INPUT Call by reference Type reference (TYPE) ANY 20120822
3 Importing LEVEL Call by reference Type reference (TYPE) I 1 20120822
4 Importing TITLE Call by reference Type reference (TYPE) CSEQUENCE 20120822

Method EMIT_ANY on class /UI2/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 20130131

Method GET_AREA_KEY on class /UI2/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 20140331
2 Returning FF Value transfer Type reference (TYPE) ABAP_BOOL 20140331
3 Importing NAME Call by reference Type reference (TYPE) STRING Parameter name 20130117

Method GET_BOOL_FORM_FIELD on class /UI2/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 20120822

Method GET_CORRECTED_PATH on class /UI2/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 20120822
2 Returning RV_ESID Value transfer Type reference (TYPE) STRING 20120822

Method GET_ESID on class /UI2/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 20120822
2 Importing DEFAULT Call by reference Type reference (TYPE) ANY 20120822
3 Returning FF Value transfer Type reference (TYPE) STRING 20120822
4 Importing NAME Call by reference Type reference (TYPE) STRING 20120822
5 Importing REJECT Call by reference Type reference (TYPE) STRING 20120822
6 Importing UPPER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120822

Method GET_FILTERED_FORM_FIELD on class /UI2/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 20120822
2 Returning FFS Value transfer Type reference (TYPE) TIHTTPNVP 20120822
3 Importing NAME Call by reference Type reference (TYPE) STRING 20120822
4 Importing ONLY_POST_BODY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120822
5 Importing REJECT Call by reference Type reference (TYPE) STRING 20120822
6 Importing UPPER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120822

Method GET_FILTERED_FORM_FIELDS on class /UI2/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 20120822

Method GET_FORM_FIELDS_CS on class /UI2/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 20130131

Method GET_PARAM_COLOR_SHIFT_AREA on class /UI2/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 20130131

Method GET_PARAM_COMMAND on class /UI2/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 20130131

Method GET_PARAM_CUSTOM_DATA on class /UI2/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 20130131

Method GET_PARAM_FILE_NAME on class /UI2/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 20131230

Method GET_PARAM_SAP_IE on class /UI2/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 20130131

Method GET_PARAM_SAP_MENU_TYPE on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_ACTION_URL on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_BACK on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_CONTEXT on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_DIRTY on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_ERROR on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_FORCESAPGUI on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_GET_PARAMS on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_HAS_POST on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_HISTORY on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_HIST_ITEM on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_NAV_MODE on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_NEW_WINDOW on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_NODE on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_OBJECT_ID on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_OBN on class /UI2/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 20140220

Method GET_PARAM_SAP_NWBC_POST_PARAMS on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_REPORT_TYPE on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_RESOLVING on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_RESUME_URL on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_SHELL_SHAPE on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_SOURCE_ROLE on class /UI2/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 20130131

Method GET_PARAM_SAP_NWBC_TITLE on class /UI2/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 20130131

Method GET_SHELL_DECORATION on class /UI2/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 20130131

Method GET_SHELL_SHAPE on class /UI2/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 20120822
2 Returning RV_TCODE Value transfer Type reference (TYPE) STRING 20120822

Method GET_TCODE on class /UI2/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 20120822

Method HAS_NWBC_CONTEXT_PARAMETER on class /UI2/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 20120822

Method IS_SERVICE_MAP on class /UI2/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 20130131

Method IS_SHELL_EMBEDDED on class /UI2/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 /UI2/IF_NWBC_CONSTANTS=>GC_S_CACHING_MODE-NO_CACHING 20120822
2 Importing IV_CONTENT Call by reference Type reference (TYPE) DATA 20120822
3 Importing IV_CONTENT_TYPE Call by reference Type reference (TYPE) STRING /UI2/IF_NWBC_CONSTANTS=>GC_S_FILE_TYPE-HTML 20120822
4 Importing IV_ETAG Call by reference Type reference (TYPE) STRING 20120822
5 Importing IV_LAST_MODIFIED Call by reference Type reference (TYPE) STRING 20120822
6 Importing IV_MAXAGE Call by reference Type reference (TYPE) I 20120822
7 Importing IV_RENDERING_MODE Call by reference Type reference (TYPE) STRING /UI2/IF_NWBC_CONSTANTS=>GC_S_RENDERING_MODE-IE8 20120822
8 Importing IV_STATUS Call by reference Type reference (TYPE) STRING '200' 20120822

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