Hierarchy

⤷

⤷

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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
5 | ![]() |
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 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TEXT_S | 20121016 |
Methods
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 | ![]() |
IR_NODE | Call by reference | Object reference (TYPE REF TO) | RUNTIME_TREE_S | 20140103 | |||
2 | ![]() |
IS_RUNTIME | Call by reference | Type reference (TYPE) | /IWCOR/CL_DS_CNTXT=>RUNTIME_MEASUREMENT_S | 20140103 | |||
3 | ![]() |
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 | ![]() |
CT_SECTION | Call by reference | Type reference (TYPE) | SECTION_T | 20121016 | |||
2 | ![]() |
IO_RESPONSE | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_RESPONSE | 20121016 | |||
3 | ![]() |
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 | ![]() |
CT_SECTION | Call by reference | Type reference (TYPE) | SECTION_T | 20121016 | |||
2 | ![]() |
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 | ![]() |
CT_SECTION | Call by reference | Type reference (TYPE) | SECTION_T | 20121016 | |||
2 | ![]() |
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 | ![]() |
CT_SECTION | Call by reference | Type reference (TYPE) | SECTION_T | 20121016 | |||
2 | ![]() |
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 | ![]() |
CT_SECTION | Call by reference | Type reference (TYPE) | SECTION_T | 20121016 | |||
2 | ![]() |
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 | ![]() |
CT_SECTION | Call by reference | Type reference (TYPE) | SECTION_T | 20121016 | |||
2 | ![]() |
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 | ![]() |
CT_SECTION | Call by reference | Type reference (TYPE) | SECTION_T | 20121016 | |||
2 | ![]() |
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 | ![]() |
CT_SECTION | Call by reference | Type reference (TYPE) | SECTION_T | 20121016 | |||
2 | ![]() |
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 | ![]() |
CT_SECTION | Call by reference | Type reference (TYPE) | SECTION_T | 20121016 | |||
2 | ![]() |
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 | ![]() |
IO_ENTITY | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY | 20140110 | |||
2 | ![]() |
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 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_DS_CNTXT | OData Context | 20140102 | ||
2 | ![]() |
IO_REQUEST | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_REQUEST | REST Request | 20140102 | ||
3 | ![]() |
IO_RESPONSE | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_RESPONSE | REST Response | 20140102 | ||
4 | ![]() |
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 | ![]() |
IR_NODE | Call by reference | Object reference (TYPE REF TO) | RUNTIME_TREE_S | 20140103 | |||
2 | ![]() |
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 | ![]() |
IT_NAME_VALUE | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20140108 | |||
2 | ![]() |
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 | ![]() |
IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | 20140110 | |||
2 | ![]() |
IO_URI | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_DS_URI | 20140110 | |||
3 | ![]() |
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 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_DS_CNTXT | 20140103 | |||
2 | ![]() |
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 | ![]() |
EO_FILTER | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EXPR_NODE | 20121016 | |||
2 | ![]() |
ET_TOKEN | Call by reference | Type reference (TYPE) | /IWCOR/CX_DS_EXPR_ERROR=>TOKEN_T | 20121016 | |||
3 | ![]() |
EV_FILTER | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
4 | ![]() |
EV_POSITION | Call by reference | Type reference (TYPE) | I | 20121016 | |||
5 | ![]() |
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 | ![]() |
EO_ORDERBY | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EXPR_ORDERBY | 20121016 | |||
2 | ![]() |
ET_TOKEN | Call by reference | Type reference (TYPE) | /IWCOR/CX_DS_EXPR_ERROR=>TOKEN_T | 20121016 | |||
3 | ![]() |
EV_ORDERBY | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
4 | ![]() |
EV_POSITION | Call by reference | Type reference (TYPE) | I | 20121016 | |||
5 | ![]() |
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 | ![]() |
IO_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | 20121016 | |||
2 | ![]() |
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 | ![]() |
EV_POS | Call by reference | Type reference (TYPE) | I | 20121016 | |||
2 | ![]() |
EV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
3 | ![]() |
IV_CHAR_AFTER_POS | Call by reference | Type reference (TYPE) | I | 10 | 20121016 | ||
4 | ![]() |
IV_CHAR_BEFORE_POS | Call by reference | Type reference (TYPE) | I | 30 | 20121016 | ||
5 | ![]() |
IV_POS | Call by reference | Type reference (TYPE) | I | 20121016 | |||
6 | ![]() |
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 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_DS_CNTXT | 20121016 | |||
2 | ![]() |
IO_REQUEST | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_REQUEST | 20121016 | |||
3 | ![]() |
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 | ![]() |
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 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
IV_URI | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
2 | ![]() |
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 | ![]() |
IT_SECTION | Call by reference | Type reference (TYPE) | SECTION_T | 20121016 | |||
2 | ![]() |
IV_BASE | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
3 | ![]() |
IV_TITLE | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
4 | ![]() |
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 | ![]() |
IT_MESSAGE | Call by reference | Type reference (TYPE) | /IWCOR/IF_DS_CONSOLE=>MESSAGE_T | Log messages | 20121016 | ||
2 | ![]() |
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 | ![]() |
IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | 20121016 | |||
2 | ![]() |
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 | ![]() |
IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | 20121016 | |||
2 | ![]() |
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 | ![]() |
IV_REQUEST_URI | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
2 | ![]() |
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 | ![]() |
IV_CONTENT_TYPE | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
2 | ![]() |
IV_IMAGE | Call by reference | Type reference (TYPE) | XSTRING | 20121016 | |||
3 | ![]() |
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 | ![]() |
IV_DATA | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
2 | ![]() |
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 | ![]() |
IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
2 | ![]() |
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 | ![]() |
IV_LOCATION | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
2 | ![]() |
IV_STATUS | Call by reference | Type reference (TYPE) | I | 20121016 | |||
3 | ![]() |
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 | ![]() |
IS_THEAD | Call by reference | Type reference (TYPE) | IHTTPNVP | 20121016 | |||
2 | ![]() |
IT_TBODY | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20121016 | |||
3 | ![]() |
IV_REQUEST_LINE | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
4 | ![]() |
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 | ![]() |
IS_THEAD | Call by reference | Type reference (TYPE) | IHTTPNVP | 20121016 | |||
2 | ![]() |
IT_TBODY | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20121016 | |||
3 | ![]() |
IV_RESPONSE_LINE | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
4 | ![]() |
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 | ![]() |
IS_ROOT_NODE | Call by reference | Type reference (TYPE) | RUNTIME_TREE_S | 20140103 | |||
2 | ![]() |
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 | ![]() |
ID_NODE | Call by reference | Object reference (TYPE REF TO) | RUNTIME_TREE_S | 20121016 | |||
2 | ![]() |
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 | ![]() |
IS_THEAD | Call by reference | Type reference (TYPE) | IHTTPNVP | 20121016 | |||
2 | ![]() |
IT_TBODY | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20121016 | |||
3 | ![]() |
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 | ![]() |
IS_THEAD | Call by reference | Type reference (TYPE) | IHTTPNVP | 20121016 | |||
2 | ![]() |
IT_TBODY | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20121016 | |||
3 | ![]() |
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 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_DS_CNTXT | 20121016 | |||
2 | ![]() |
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 | ![]() |
IO_EXPAND_SELECT | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_DS_URI_EXPAND_SELECT | 20121016 | |||
2 | ![]() |
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 | ![]() |
IV_EXPRESSION | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
2 | ![]() |
IV_HEADER | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
3 | ![]() |
IV_POSITION | Call by reference | Type reference (TYPE) | I | 20121016 | |||
4 | ![]() |
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 | ![]() |
IV_EXPRESSION | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
2 | ![]() |
IV_HEADER | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
3 | ![]() |
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 | ![]() |
IT_TOKEN | Call by reference | Type reference (TYPE) | /IWCOR/CX_DS_EXPR_ERROR=>TOKEN_T | 20121016 | |||
2 | ![]() |
IV_HEADER | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
3 | ![]() |
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 | ![]() |
IO_DEBUGGABLE | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_DS_DEBUGGABLE | 20121016 | |||
2 | ![]() |
IV_HEADER | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
3 | ![]() |
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 | ![]() |
IV_DATA | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
2 | ![]() |
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 | ![]() |
IV_P1 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121016 | |||
2 | ![]() |
IV_P2 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121016 | |||
3 | ![]() |
IV_P3 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121016 | |||
4 | ![]() |
IV_P4 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121016 | |||
5 | ![]() |
IV_TEMPLATE | Call by reference | Type reference (TYPE) | STRING | 20121016 | |||
6 | ![]() |
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 |