Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_W3_XML_EDITOR3 | ITS: XML Templates for Templates: Editor | 20130129 |
Properties
| Class | CL_W3_XML_EDITOR3 | |
| Short Description | ITS: XML Templates for Templates: Editor in HTML Control | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SW3_TOOL | ITS Connection: Tool |
| Created | 20121215 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_W3_XML_EDITOR3 | ITS: XML Templates for Templates: Editor | 20130129 |
Friends
Class CL_W3_XML_EDITOR3 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) | STRING | 'DATAINTERFACE' | Target Window for Sending response | 20130129 | ||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20130129 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TT_MIME_INFO | 20130715 | ||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_IAC_XML_HIERARCHY_READ3 | XML Templates, Hierarchy, Not Changeable | 20130129 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ABAP_CONV_IN_CE | Code Page and Endian Conversion (External -> System Format) | 20130129 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | T_HTML_EVENT | 20130129 | ||||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_HTML_VIEWER | HTML Control Proxy Class | 20130129 | |||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_W3_XML3 | ITS: XML Templates for HTML Templates | 20130129 |
Methods
Events
Class CL_W3_XML_EDITOR3 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_MIME_INFO | Protected | See coding | 20130715 | tt_mime_info TYPE STANDARD TABLE OF T_MIME_INFO
|
||
| 2 | T_DYNPRO_COLOR | Protected | See coding | 20130129 | BEGIN OF t_dynpro_color,
name TYPE string,
state TYPE i,
id TYPE i,
foreground TYPE string,
background TYPE string,
END OF t_dynpro_color
|
||
| 3 | T_DYNPRO_COLORS | Protected | See coding | 20130129 | t_dynpro_colors TYPE SORTED TABLE OF t_dynpro_color
WITH UNIQUE KEY name state
|
||
| 4 | T_HTML_EVENT | Protected | See coding | 20130129 | BEGIN OF t_html_event,
action TYPE string,
postdata TYPE t_splitted_postdata,
END OF t_html_event
|
||
| 5 | T_INFO_SET | Protected | See coding | 20130129 | t_info_set TYPE STANDARD TABLE OF t_splitted_postdata
WITH DEFAULT KEY
|
||
| 6 | T_MIME_INFO | Protected | See coding | 20130715 | BEGIN OF T_MIME_INFO,
attributes TYPE w3mimeattr,
mimetype TYPE w3conttype,
END OF t_mime_info
|
||
| 7 | T_SPLITTED_POSTDATA | Protected | See coding | 20130129 | t_splitted_postdata TYPE STANDARD TABLE OF t_splitted_postdata_line
WITH DEFAULT KEY
|
||
| 8 | T_SPLITTED_POSTDATA_LINE | Protected | See coding | 20130129 | BEGIN OF t_splitted_postdata_line,
parameter TYPE string,
value TYPE string,
END OF t_splitted_postdata_line
|
Method Signatures
Method CHANNEL_SET Signature
Method CHANNEL_SET on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 | ||
| 2 | Fehler bei XML-Vorlagen | 20130129 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_W3_XML_EDITOR3 has no parameter.
Method CONSTRUCTOR on class CL_W3_XML_EDITOR3 has no exception.
Method FROM_POSTDATA_VALUE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ELEMENT_NAME | Call by reference | Type reference (TYPE) | SCRFNAME | Name eines Dynproelementes | 20130129 | |||
| 2 | P_ELEMENT_PART | Call by reference | Type reference (TYPE) | IACXMLELEMENTPART | Teil eines Bildschirmelementes (Button/Label) | 20130129 | |||
| 3 | P_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | SCRNTYPE | Typ des Dynproelementes (externer Typ) | 20130129 | |||
| 4 | P_POSTDATA | Call by reference | Type reference (TYPE) | T_SPLITTED_POSTDATA | 20130129 | ||||
| 5 | P_PROPERTY_NAME | Call by reference | Type reference (TYPE) | IACXMLPROPERTY | Eigenschaft von Dynpro-Elementen in XML | 20130129 | |||
| 6 | P_PROPERTY_USE | Call by reference | Type reference (TYPE) | IACXMLPROPERTYUSE | Spezielle Verwendung eines Attributes (z. B. CSS) | 20130129 | |||
| 7 | P_PROPERTY_VALUE | Call by reference | Type reference (TYPE) | ANY | 20130129 | ||||
| 8 | P_STATUS | Call by reference | Type reference (TYPE) | STRING | 20130129 |
Method FROM_POSTDATA_VALUE_INFO on class CL_W3_XML_EDITOR3 has no exception.
Method GET_EDITOR_TEXTS_AS_JSON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TEXTS | Value transfer | Object reference (TYPE REF TO) | IF_IAC_JSON | JSON-Objekt | 20130527 |
Method GET_EDITOR_TEXTS_AS_JSON on class CL_W3_XML_EDITOR3 has no exception.
Method GET_GUI_COLOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_BACKGROUND | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20130129 | |||
| 2 | P_COLOR | Call by reference | Type reference (TYPE) | STRING | 20130129 | ||||
| 3 | P_ID | Call by reference | Type reference (TYPE) | I | 20130129 | ||||
| 4 | P_STATE | Call by reference | Type reference (TYPE) | I | 20130129 |
Method GET_GUI_COLOR on class CL_W3_XML_EDITOR3 has no exception.
Method GET_GUI_COLORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_COLORS | Call by reference | Type reference (TYPE) | T_DYNPRO_COLORS | 20130129 |
Method GET_GUI_COLORS on class CL_W3_XML_EDITOR3 has no exception.
Method GET_GUI_COLORS_AS_JSON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_JSON | Value transfer | Object reference (TYPE REF TO) | IF_IAC_JSON | JSON-Objekt | 20130129 |
Method GET_GUI_COLORS_AS_JSON on class CL_W3_XML_EDITOR3 has no exception.
Method GET_GUI_COLORS_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_COLORS | Call by reference | Type reference (TYPE) | T_DYNPRO_COLORS | 20130129 | ||||
| 2 | P_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 |
Method GET_GUI_COLORS_BY_NAME on class CL_W3_XML_EDITOR3 has no exception.
Method INITIALIZE_LOAD_HTML Signature
Method INITIALIZE_LOAD_HTML on class CL_W3_XML_EDITOR3 has no parameter.
Method INITIALIZE_LOAD_HTML on class CL_W3_XML_EDITOR3 has no exception.
Method INITIALIZE_LOAD_MIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PT_MIME_INFO | Call by reference | Type reference (TYPE) | TT_MIME_INFO | 20130715 | ||||
| 2 | P_MIME | Call by reference | Type reference (TYPE) | IACIKEYM | Struktur interner Schlüssel MIME-Daten (sprachunabhängig) | 20130129 | |||
| 3 | P_PERMISSION_FAILURE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130129 | ||||
| 4 | P_URL_PREFIX | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 |
Method INITIALIZE_LOAD_MIMES Signature
Method INITIALIZE_LOAD_MIMES on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 | ||
| 2 | Fehler bei XML-Vorlagen | 20130129 |
Method INITIALIZE_LOAD_SCRIPT Signature
Method INITIALIZE_LOAD_SCRIPT on class CL_W3_XML_EDITOR3 has no parameter.
Method INITIALIZE_LOAD_SCRIPT on class CL_W3_XML_EDITOR3 has no exception.
Method ON_SAPEVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTION | Value transfer | Attribute reference (LIKE) | 20130129 | |||||
| 2 | FRAME | Value transfer | Attribute reference (LIKE) | 20130129 | |||||
| 3 | GETDATA | Value transfer | Attribute reference (LIKE) | 20130129 | |||||
| 4 | POSTDATA | Value transfer | Attribute reference (LIKE) | 20130129 | |||||
| 5 | QUERY_TABLE | Value transfer | Attribute reference (LIKE) | 20130129 |
Method ON_SAPEVENT on class CL_W3_XML_EDITOR3 has no exception.
Method ON_SAPEVENT_CHANNEL_SET Signature
Method ON_SAPEVENT_CHANNEL_SET on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 | ||
| 2 | Fehler bei XML-Vorlagen | 20130129 |
Method ON_SAPEVENT_GETSCREENDATA Signature
Method ON_SAPEVENT_GETSCREENDATA on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 | ||
| 2 | Fehler bei XML-Vorlagen | 20130129 |
Method ON_SAPEVENT_GET_CSS_INCLUDE Signature
Method ON_SAPEVENT_GET_CSS_INCLUDE on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 | ||
| 2 | Fehler bei XML-Vorlagen | 20130129 |
Method ON_SAPEVENT_GET_GUI_COLORS Signature
Method ON_SAPEVENT_GET_GUI_COLORS on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 |
Method ON_SAPEVENT_INIT_CORE Signature
Method ON_SAPEVENT_INIT_CORE on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130527 | ||
| 2 | Fehler bei XML-Vorlagen | 20130527 |
Method ON_SAPEVENT_INIT_THEME Signature
Method ON_SAPEVENT_INIT_THEME on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130715 |
Method ON_SAPEVENT_MULTIPLE_VALUE_SET Signature
Method ON_SAPEVENT_MULTIPLE_VALUE_SET on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 | ||
| 2 | Fehler bei XML-Vorlagen | 20130129 |
Method ON_SAPEVENT_SET_GENERATE_ELE Signature
Method ON_SAPEVENT_SET_GENERATE_ELE on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 | ||
| 2 | Fehler bei XML-Vorlagen | 20130129 | ||
| 3 | Fehler bei Bearbeitung von Template-Vorlagen | 20130129 |
Method ON_SAPEVENT_VALUE_DELETE Signature
Method ON_SAPEVENT_VALUE_DELETE on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 | ||
| 2 | Fehler bei XML-Vorlagen | 20130129 |
Method ON_SAPEVENT_VALUE_SET Signature
Method ON_SAPEVENT_VALUE_SET on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 | ||
| 2 | Fehler bei XML-Vorlagen | 20130129 |
Method REGISTER_EVENT_HANDLER Signature
Method REGISTER_EVENT_HANDLER on class CL_W3_XML_EDITOR3 has no parameter.
Method REGISTER_EVENT_HANDLER on class CL_W3_XML_EDITOR3 has no exception.
Method SPLIT_POSTDATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_POSTDATA | Call by reference | Type reference (TYPE) | CNHT_POST_DATA_TAB | 20130129 | ||||
| 2 | P_SPLITTED_POSTDATA | Call by reference | Type reference (TYPE) | T_SPLITTED_POSTDATA | 20130129 |
Method SPLIT_POSTDATA on class CL_W3_XML_EDITOR3 has no exception.
Method SPLIT_POSTDATA_DECODE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_VALUE_IN | Call by reference | Type reference (TYPE) | STRING | 20130129 | ||||
| 2 | P_VALUE_OUT | Call by reference | Type reference (TYPE) | STRING | 20130129 |
Method SPLIT_POSTDATA_DECODE_VALUE on class CL_W3_XML_EDITOR3 has no exception.
Method SPLIT_POSTDATA_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_POSTDATA | Call by reference | Type reference (TYPE) | STRING | 20130129 | ||||
| 2 | P_SPLITTED_POSTDATA | Call by reference | Type reference (TYPE) | T_SPLITTED_POSTDATA | 20130129 |
Method SPLIT_POSTDATA_STRING on class CL_W3_XML_EDITOR3 has no exception.
Method TO_HTML_ADD_HTML_REQUEST_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DATA | Call by reference | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20130129 |
Method TO_HTML_ADD_HTML_REQUEST_ID on class CL_W3_XML_EDITOR3 has no exception.
Method TO_HTML_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_STATIC_CHECK | Ausnahmen mit statischer und dynamischer Prüfung von RAISING | 20130129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 |
Method TO_HTML_INIT_CORE Signature
Method TO_HTML_INIT_CORE on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130527 |
Method TO_HTML_INIT_THEME Signature
Method TO_HTML_INIT_THEME on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130715 |
Method TO_HTML_PREPARE_AFTER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DATA | Call by reference | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20130129 |
Method TO_HTML_PREPARE_AFTER_DATA on class CL_W3_XML_EDITOR3 has no exception.
Method TO_HTML_PREPARE_BEFORE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ACTION | Call by reference | Type reference (TYPE) | STRING | 20130129 | ||||
| 2 | P_DATA | Call by reference | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20130129 |
Method TO_HTML_PREPARE_BEFORE_DATA on class CL_W3_XML_EDITOR3 has no exception.
Method TO_HTML_SEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DATA | Call by reference | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20130129 |
Method TO_HTML_SEND on class CL_W3_XML_EDITOR3 has no exception.
Method TO_HTML_SET_CSS_INCLUDE Signature
Method TO_HTML_SET_CSS_INCLUDE on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 | ||
| 2 | Fehler bei XML-Vorlagen | 20130129 |
Method TO_HTML_SET_EDIT_MODE Signature
Method TO_HTML_SET_EDIT_MODE on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130129 |
Method TO_HTML_SET_GENERATE_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ELEMENT_NAME | Call by reference | Type reference (TYPE) | SCRFNAME | Name eines Dynproelementes | 20130129 | |||
| 2 | P_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | SCRNTYPE | Typ des Dynproelementes (externer Typ) | 20130129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 |
Method TO_HTML_SET_GUI_COLORS Signature
Method TO_HTML_SET_GUI_COLORS on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 |
Method TO_HTML_SET_MULTIPLE_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_KEYS_FOR_VALUES | Call by reference | Type reference (TYPE) | T_INFO_SET | 20130129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 |
Method TO_HTML_SET_SCREEN_DATA Signature
Method TO_HTML_SET_SCREEN_DATA on class CL_W3_XML_EDITOR3 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 |
Method TO_HTML_SET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ELEMENT_NAME | Call by reference | Type reference (TYPE) | SCRFNAME | Name eines Dynproelementes | 20130129 | |||
| 2 | P_ELEMENT_PART | Call by reference | Type reference (TYPE) | IACXMLELEMENTPART | Teil eines Bildschirmelementes (Button/Label) | 20130129 | |||
| 3 | P_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | SCRNTYPE | Typ des Dynproelementes (externer Typ) | 20130129 | |||
| 4 | P_PROPERTY_NAME | Call by reference | Type reference (TYPE) | IACXMLPROPERTY | Eigenschaft von Dynpro-Elementen in XML | 20130129 | |||
| 5 | P_PROPERTY_USE | Call by reference | Type reference (TYPE) | IACXMLPROPERTYUSE | Spezielle Verwendung eines Attributes (z. B. CSS) | 20130129 | |||
| 6 | P_STATUS | Call by reference | Type reference (TYPE) | STRING | 20130129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei XML-Vorlagen | 20130129 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |