SAP ABAP Class /IWCOR/CL_DS_HDLR_DEBUG (OData echo)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
     /IWCOR/SODATA_CORE (Package) Data Services Core Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_REST_HANDLER REST Request Handler 20110808
Properties
Class /IWCOR/CL_DS_HDLR_DEBUG  
Short Description OData echo    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWCOR/SODATA_CORE   Data Services Core Runtime 
Created 20110725   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWCOR/CL_DS_CNTXT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /IWCOR/CX_DS_EXPR_ERROR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 /IWCOR/IF_DS_CONSOLE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 DSEDX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /IWCOR/IF_REST_HANDLER REST Request Handler 20110808
Friends
Class /IWCOR/CL_DS_HDLR_DEBUG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 TXT Instance attribute Protected Type reference (TYPE) TEXT_S 20121016
Methods
# Method Level Visibility Method type Description Created on
1 ADD_RUNTIME_TREE_NODE Instance method Private Method Add a runtime measurement to a tree node if suitable 20140103
2 ADD_SECTION_BODY Instance method Private Method Add section with body information 20121016
3 ADD_SECTION_CONSOLE Instance method Private Method Add section with console output 20121016
4 ADD_SECTION_DATA Instance method Private Method Add section with data information 20121016
5 ADD_SECTION_EXCEPTIONS Instance method Private Method Add section with error information 20121016
6 ADD_SECTION_REQUEST Instance method Private Method Add section with request information 20121016
7 ADD_SECTION_RESPONSE Instance method Private Method Add section with response information 20121016
8 ADD_SECTION_RUNTIME Instance method Private Method Add section with runtime information 20121016
9 ADD_SECTION_SERVER Instance method Private Method Add section with server information 20121016
10 ADD_SECTION_URI Instance method Private Method Add section with URI information 20121016
11 BUILD_BODY_JSON Instance method Private Method Build JSON output for entity body 20140110
12 BUILD_JSON_OUTPUT Instance method Private Method Build JSON debug output 20140102
13 BUILD_RUNTIME_JSON Instance method Private Method Build JSON output for runtime-information tree node 20140103
14 BUILD_TABLE_JSON Instance method Private Method Build JSON output for name/value table 20140108
15 BUILD_URI_INFO_JSON Instance method Private Method Build JSON output for URI information 20140110
16 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20121016
17 CREATE_RUNTIME_TREE Instance method Private Method Create runtime-information tree 20140103
18 GET_ERROR_INFO_FILTER Instance method Private Method Get filter information from error 20121016
19 GET_ERROR_INFO_ORDERBY Instance method Private Method Get oderby information from error 20121016
20 GET_ERROR_INFO_URI Instance method Private Method Get URI information from error 20121016
21 GET_ERROR_POSITION Instance method Private Method Get error position 20121016
22 HANDLE Instance method Public Method 20120821
23 HANDLE_REQUEST Instance method Protected Method Handle request 20121016
24 LOAD_CSS Instance method Private Method Load CSS 20121016
25 LOAD_IMG Instance method Private Method Load Images 20121016
26 LOAD_JS Instance method Private Method Load Javascript 20121016
27 PATCH_URI Instance method Private Method Patch URI 20121016
28 RENDER Instance method Private Method Render 20121016
29 RENDER_CONSOLE Instance method Private Method Render console 20121016
30 RENDER_EXCEPTION Instance method Private Method Render exception 20121016
31 RENDER_EXCEPTIONS Instance method Private Method Render exceptions 20121016
32 RENDER_IFRAME Instance method Private Method Render iframe 20121016
33 RENDER_IMAGE Instance method Private Method Render image 20121016
34 RENDER_JSON Instance method Private Method Render json 20121016
35 RENDER_PLAIN_TEXT Instance method Private Method Render plain text 20121016
36 RENDER_REDIRECTION Instance method Private Method Render redirection 20121016
37 RENDER_REQUEST Instance method Private Method Render request 20121016
38 RENDER_RESPONSE Instance method Private Method Render response 20121016
39 RENDER_RUNTIME_TREE Instance method Private Method Render runtime tree 20121016
40 RENDER_RUNTIME_TREE_NODE Instance method Private Method Render runtime tree node 20121016
41 RENDER_SERVER Instance method Private Method Render server 20121016
42 RENDER_TABLE Instance method Private Method Render name/value pair table 20121016
43 RENDER_URI Instance method Private Method Render URI 20121016
44 RENDER_URI_EXPAND_SELECT Instance method Private Method Render expand select 20121016
45 RENDER_URI_EXPRESSION_ERROR Instance method Private Method Render URI expression error 20121016
46 RENDER_URI_EXPRESSION_INFO Instance method Private Method Render URI expression info 20121016
47 RENDER_URI_EXPRESSION_TOKEN Instance method Private Method Render URI expression token 20121016
48 RENDER_URI_EXPRESSION_TREE Instance method Private Method Render URI expression tree 20121016
49 RENDER_XML Instance method Private Method Render xml 20121016
50 REPLACE_TEXT_PARAMETER Instance method Private Method Replace text parameter 20121016
Events
Class /IWCOR/CL_DS_HDLR_DEBUG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 RUNTIME_TREE_NODE_CHILDREN_T Public See coding 20140103 runtime_tree_node_children_t TYPE STANDARD TABLE OF runtime_tree_s WITH DEFAULT KEY
2 RUNTIME_TREE_S Public See coding 20140103 BEGIN OF runtime_tree_s. INCLUDE TYPE /iwcor/cl_ds_cntxt=>runtime_measurement_s. TYPES: children TYPE REF TO data, END OF runtime_tree_s
3 SECTION_S Protected See coding 20121016 BEGIN OF section_s, id TYPE string, disabled TYPE abap_bool, title TYPE string, content TYPE string, END OF section_s
4 SECTION_T Protected See coding 20121016 section_t TYPE STANDARD TABLE OF section_s WITH DEFAULT KEY
5 TAB_S Public See coding Tabstrip 20110808 BEGIN OF tab_s, id TYPE i, header TYPE string, content TYPE string, END OF tab_s
6 TAB_T Public See coding 20110808 tab_t TYPE STANDARD TABLE OF tab_s WITH DEFAULT KEY
7 TEXT_S Protected See coding 20121016 BEGIN OF text_s, section_01 TYPE string, section_02 TYPE string, section_03 TYPE string, section_04 TYPE string, section_05 TYPE string, section_06 TYPE string, section_07 TYPE string, section_08 TYPE string, section_09 TYPE string, thead_name TYPE string, thead_value TYPE string, thead_level TYPE string, thead_message TYPE string, runtime_start TYPE string, runtime_duration TYPE string, redirection_not_modified TYPE string, redirection_others TYPE string, exception_class_method TYPE string, exception_program_include TYPE string, request_header TYPE string, request_line TYPE string, response_header TYPE string, response_line TYPE string, server_header TYPE string, uri_expand_select TYPE string, uri_filter_info TYPE string, uri_filter_error TYPE string, uri_filter_token TYPE string, uri_filter_tree TYPE string, uri_orderby_info TYPE string, uri_orderby_error TYPE string, uri_orderby_token TYPE string, uri_orderby_tree TYPE string, END OF text_s
Method Signatures

Method ADD_RUNTIME_TREE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) RUNTIME_TREE_S 20140103
2 Importing IS_RUNTIME Call by reference Type reference (TYPE) /IWCOR/CL_DS_CNTXT=>RUNTIME_MEASUREMENT_S 20140103
3 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20140103

Method ADD_RUNTIME_TREE_NODE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method ADD_SECTION_BODY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SECTION Call by reference Type reference (TYPE) SECTION_T 20121016
2 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE 20121016
3 Importing IV_REQUEST_URI Call by reference Type reference (TYPE) STRING 20121016

Method ADD_SECTION_BODY on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method ADD_SECTION_CONSOLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SECTION Call by reference Type reference (TYPE) SECTION_T 20121016
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_CNTXT 20121016

Method ADD_SECTION_CONSOLE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method ADD_SECTION_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SECTION Call by reference Type reference (TYPE) SECTION_T 20121016
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_CNTXT 20121016

Method ADD_SECTION_DATA on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method ADD_SECTION_EXCEPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SECTION Call by reference Type reference (TYPE) SECTION_T 20121016
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_CNTXT 20121016

Method ADD_SECTION_EXCEPTIONS on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method ADD_SECTION_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SECTION Call by reference Type reference (TYPE) SECTION_T 20121016
2 Importing IO_REQUEST Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_REQUEST 20121016

Method ADD_SECTION_REQUEST on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method ADD_SECTION_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SECTION Call by reference Type reference (TYPE) SECTION_T 20121016
2 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE 20121016

Method ADD_SECTION_RESPONSE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method ADD_SECTION_RUNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SECTION Call by reference Type reference (TYPE) SECTION_T 20121016
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_CNTXT 20121016

Method ADD_SECTION_RUNTIME on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method ADD_SECTION_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SECTION Call by reference Type reference (TYPE) SECTION_T 20121016
2 Importing IO_REQUEST Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_REQUEST 20121016

Method ADD_SECTION_SERVER on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method ADD_SECTION_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SECTION Call by reference Type reference (TYPE) SECTION_T 20121016
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_CNTXT 20121016

Method ADD_SECTION_URI on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method BUILD_BODY_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY 20140110
2 Returning RV_OUTPUT Value transfer Type reference (TYPE) STRING 20140110

Method BUILD_BODY_JSON on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method BUILD_JSON_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_CNTXT OData Context 20140102
2 Importing IO_REQUEST Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_REQUEST REST Request 20140102
3 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20140102
4 Returning RV_OUTPUT Value transfer Type reference (TYPE) STRING JSON Output 20140102

Method BUILD_JSON_OUTPUT on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method BUILD_RUNTIME_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) RUNTIME_TREE_S 20140103
2 Returning RV_OUTPUT Value transfer Type reference (TYPE) STRING 20140103

Method BUILD_RUNTIME_JSON on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method BUILD_TABLE_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NAME_VALUE Call by reference Type reference (TYPE) TIHTTPNVP 20140108
2 Returning RV_OUTPUT Value transfer Type reference (TYPE) STRING 20140108

Method BUILD_TABLE_JSON on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method BUILD_URI_INFO_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT 20140110
2 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI 20140110
3 Returning RV_OUTPUT Value transfer Type reference (TYPE) STRING 20140110

Method BUILD_URI_INFO_JSON on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /IWCOR/CL_DS_HDLR_DEBUG has no parameter.
Method CONSTRUCTOR on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method CREATE_RUNTIME_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_CNTXT 20140103
2 Returning RS_ROOT_NODE Value transfer Type reference (TYPE) RUNTIME_TREE_S 20140103

Method CREATE_RUNTIME_TREE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method GET_ERROR_INFO_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_FILTER Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EXPR_NODE 20121016
2 Exporting ET_TOKEN Call by reference Type reference (TYPE) /IWCOR/CX_DS_EXPR_ERROR=>TOKEN_T 20121016
3 Exporting EV_FILTER Call by reference Type reference (TYPE) STRING 20121016
4 Exporting EV_POSITION Call by reference Type reference (TYPE) I 20121016
5 Importing IO_ERROR Call by reference Object reference (TYPE REF TO) CX_ROOT 20121016

Method GET_ERROR_INFO_FILTER on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method GET_ERROR_INFO_ORDERBY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ORDERBY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EXPR_ORDERBY 20121016
2 Exporting ET_TOKEN Call by reference Type reference (TYPE) /IWCOR/CX_DS_EXPR_ERROR=>TOKEN_T 20121016
3 Exporting EV_ORDERBY Call by reference Type reference (TYPE) STRING 20121016
4 Exporting EV_POSITION Call by reference Type reference (TYPE) I 20121016
5 Importing IO_ERROR Call by reference Object reference (TYPE REF TO) CX_ROOT 20121016

Method GET_ERROR_INFO_ORDERBY on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method GET_ERROR_INFO_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ERROR Call by reference Object reference (TYPE REF TO) CX_ROOT 20121016
2 Returning RO_URI Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_URI 20121016

Method GET_ERROR_INFO_URI on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method GET_ERROR_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_POS Call by reference Type reference (TYPE) I 20121016
2 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20121016
3 Importing IV_CHAR_AFTER_POS Call by reference Type reference (TYPE) I 10 20121016
4 Importing IV_CHAR_BEFORE_POS Call by reference Type reference (TYPE) I 30 20121016
5 Importing IV_POS Call by reference Type reference (TYPE) I 20121016
6 Importing IV_TEXT Call by reference Type reference (TYPE) STRING 20121016

Method GET_ERROR_POSITION on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method HANDLE Signature

Method HANDLE on class /IWCOR/CL_DS_HDLR_DEBUG has no parameter.
Method HANDLE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method HANDLE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_CNTXT 20121016
2 Importing IO_REQUEST Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_REQUEST 20121016
3 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE 20121016

Method HANDLE_REQUEST on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method LOAD_CSS Signature

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

Method LOAD_CSS on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method LOAD_IMG Signature

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

Method LOAD_IMG on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method LOAD_JS Signature

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

Method LOAD_JS on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method PATCH_URI Signature

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

Method PATCH_URI on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SECTION Call by reference Type reference (TYPE) SECTION_T 20121016
2 Importing IV_BASE Call by reference Type reference (TYPE) STRING 20121016
3 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20121016
4 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_CONSOLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) /IWCOR/IF_DS_CONSOLE=>MESSAGE_T Log messages 20121016
2 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_CONSOLE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT 20121016
2 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_EXCEPTION on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_EXCEPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT 20121016
2 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_EXCEPTIONS on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_IFRAME Signature

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

Method RENDER_IFRAME on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT_TYPE Call by reference Type reference (TYPE) STRING 20121016
2 Importing IV_IMAGE Call by reference Type reference (TYPE) XSTRING 20121016
3 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_IMAGE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_JSON Signature

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

Method RENDER_JSON on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_PLAIN_TEXT Signature

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

Method RENDER_PLAIN_TEXT on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_REDIRECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOCATION Call by reference Type reference (TYPE) STRING 20121016
2 Importing IV_STATUS Call by reference Type reference (TYPE) I 20121016
3 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_REDIRECTION on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_THEAD Call by reference Type reference (TYPE) IHTTPNVP 20121016
2 Importing IT_TBODY Call by reference Type reference (TYPE) TIHTTPNVP 20121016
3 Importing IV_REQUEST_LINE Call by reference Type reference (TYPE) STRING 20121016
4 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_REQUEST on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_THEAD Call by reference Type reference (TYPE) IHTTPNVP 20121016
2 Importing IT_TBODY Call by reference Type reference (TYPE) TIHTTPNVP 20121016
3 Importing IV_RESPONSE_LINE Call by reference Type reference (TYPE) STRING 20121016
4 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_RESPONSE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_RUNTIME_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ROOT_NODE Call by reference Type reference (TYPE) RUNTIME_TREE_S 20140103
2 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_RUNTIME_TREE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_RUNTIME_TREE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NODE Call by reference Object reference (TYPE REF TO) RUNTIME_TREE_S 20121016
2 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_RUNTIME_TREE_NODE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_THEAD Call by reference Type reference (TYPE) IHTTPNVP 20121016
2 Importing IT_TBODY Call by reference Type reference (TYPE) TIHTTPNVP 20121016
3 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_SERVER on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_THEAD Call by reference Type reference (TYPE) IHTTPNVP 20121016
2 Importing IT_TBODY Call by reference Type reference (TYPE) TIHTTPNVP 20121016
3 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_TABLE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_CNTXT 20121016
2 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_URI on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_URI_EXPAND_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXPAND_SELECT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI_EXPAND_SELECT 20121016
2 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_URI_EXPAND_SELECT on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_URI_EXPRESSION_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPRESSION Call by reference Type reference (TYPE) STRING 20121016
2 Importing IV_HEADER Call by reference Type reference (TYPE) STRING 20121016
3 Importing IV_POSITION Call by reference Type reference (TYPE) I 20121016
4 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_URI_EXPRESSION_ERROR on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_URI_EXPRESSION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPRESSION Call by reference Type reference (TYPE) STRING 20121016
2 Importing IV_HEADER Call by reference Type reference (TYPE) STRING 20121016
3 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_URI_EXPRESSION_INFO on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_URI_EXPRESSION_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TOKEN Call by reference Type reference (TYPE) /IWCOR/CX_DS_EXPR_ERROR=>TOKEN_T 20121016
2 Importing IV_HEADER Call by reference Type reference (TYPE) STRING 20121016
3 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_URI_EXPRESSION_TOKEN on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_URI_EXPRESSION_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DEBUGGABLE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_DEBUGGABLE 20121016
2 Importing IV_HEADER Call by reference Type reference (TYPE) STRING 20121016
3 Returning RV_HTML Value transfer Type reference (TYPE) STRING 20121016

Method RENDER_URI_EXPRESSION_TREE on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method RENDER_XML Signature

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

Method RENDER_XML on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.

Method REPLACE_TEXT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_P1 Call by reference Type reference (TYPE) CSEQUENCE 20121016
2 Importing IV_P2 Call by reference Type reference (TYPE) CSEQUENCE 20121016
3 Importing IV_P3 Call by reference Type reference (TYPE) CSEQUENCE 20121016
4 Importing IV_P4 Call by reference Type reference (TYPE) CSEQUENCE 20121016
5 Importing IV_TEMPLATE Call by reference Type reference (TYPE) STRING 20121016
6 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20121016

Method REPLACE_TEXT_PARAMETER on class /IWCOR/CL_DS_HDLR_DEBUG has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 200