SAP ABAP Class CL_W3_API_XML3 (ITS-API: XML Templates for Templates)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-WAB (Application Component) Web Application Builder
⤷
SW3_API (Package) ITS: API

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_W3_API_OBJECT | ITS API: General Functions | 20130129 |
Properties
Class | CL_W3_API_XML3 | |
Short Description | ITS-API: XML Templates for Templates | |
Super Class | CL_W3_API_OBJECT | ITS API: General Functions |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SW3_API | ITS: API |
Created | 20121214 | 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
Class CL_W3_API_XML3 has no interface implemented.
Friends
Class CL_W3_API_XML3 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) | W3TEMPATTR | ITS: Attributes for Templates | 20130129 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | W3TEMPATTR | ITS: Attributes for Templates | 20130129 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_IAC_XML | XML Templates for Templates | 20130129 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | XSTRING | 20130129 | |||
5 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | T_SW3_TYPE_XML_DIR | 20130129 | |||
6 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_IAC_XML_HIERARCHY3 | XML Templates, Hierarchy | 20130129 | ||
7 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_IAC_XML_HIERARCHY3 | XML Templates, Hierarchy | 20130129 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IACIKEYT | Structure of Internal Key Template (language-independent) | 20130129 |
Methods
Events
Class CL_W3_API_XML3 has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_SW3_TYPE_XML_DIR | Protected | See coding | 20130129 | t_sw3_type_xml_dir TYPE
HASHED TABLE OF t_sw3_type_xml_dir_line
WITH UNIQUE KEY xml_name
|
||
2 | T_SW3_TYPE_XML_DIR_LINE | Protected | See coding | 20130129 | BEGIN OF t_sw3_type_xml_dir_line,
xml_name TYPE iacikeyt,
xml TYPE REF TO cl_w3_api_xml3,
END OF t_sw3_type_xml_dir_line
|
Method Signatures
Method ADJUST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_GENERATION_STYLE | Call by reference | Type reference (TYPE) | W3STYLE | 20130129 | |||
2 | ![]() |
P_GENERATOR_CLASS | Call by reference | Type reference (TYPE) | W3STYLECLASS | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130129 | ||
2 | ![]() |
Fehler bei XML-Vorlagen | 20130129 |
Method CHECK_CHANGEABLE Signature
Method CHECK_CHANGEABLE on class CL_W3_API_XML3 has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei XML-Vorlagen | 20130129 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ATTRIBUTES | Call by reference | Type reference (TYPE) | W3TEMPATTR | ITS: Attribute für Templates | 20130129 | ||
2 | ![]() |
P_CREATE | Call by reference | Type reference (TYPE) | FLAG | SPACE | allgemeines flag | 20130129 | |
3 | ![]() |
P_DATABASE_ACCESS | Call by reference | Object reference (TYPE REF TO) | CL_IAC_XML | XML-Vorlagen für Templates | 20130129 | ||
4 | ![]() |
P_IGNORE_DATA_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130129 | ||
5 | ![]() |
P_SOURCE | Call by reference | Type reference (TYPE) | XSTRING | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130129 |
Method CREATE_NEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ADJUST | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Vorhandene Vorlage an Dynpro anpassen | 20130719 | |
2 | ![]() |
P_DO_NOT_CHECK_NAME | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20130129 | ||
3 | ![]() |
P_GENERATOR_CLASS | Call by reference | Type reference (TYPE) | W3STYLECLASS | WAB: KLasse für Template-Generierung | 20130129 | ||
4 | ![]() |
P_OVERWRITE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Vorhandene Vorlage überschreiben | 20130129 | |
5 | ![]() |
P_PROGRAM_NAME | Call by reference | Type reference (TYPE) | IACKEYLONG | Langer Schlüssel für IAC-Objekte | 20130129 | ||
6 | ![]() |
P_SOURCE_STYLE_2006 | Call by reference | Type reference (TYPE) | W3STYLE | WAB: Stil für die Templategenerierung | 20130129 | ||
7 | ![]() |
P_SUPPRESS_LANGUAGE_CHECK | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20130129 | ||
8 | ![]() |
P_XML | Call by reference | Object reference (TYPE REF TO) | CL_W3_API_XML3 | ITS-API: Daten für XML-Vorlagen von Templates | 20130129 | ||
9 | ![]() |
P_XML_DATA | Call by reference | Type reference (TYPE) | W3TEMPATTR | ITS: Attribute für Templates | 20130129 | ||
10 | ![]() |
P_XML_NAME | Call by reference | Type reference (TYPE) | IACIKEYT | Struktur interner Schlüssel Template (sprachunabhängig) | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130129 | ||
2 | ![]() |
20130129 | ||
3 | ![]() |
20130129 | ||
4 | ![]() |
20130129 | ||
5 | ![]() |
20130129 |
Method GET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ATTRIBUTES | Call by reference | Type reference (TYPE) | W3TEMPATTR | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130129 | ||
2 | ![]() |
20130129 | ||
3 | ![]() |
20130129 |
Method GET_HIERARCHY_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HIERARCHY | Value transfer | Object reference (TYPE REF TO) | IF_IAC_XML_HIERARCHY_READ3 | XML-Vorlagen, Hierarchie, nicht änderbar | 20130129 |
Method GET_HIERARCHY_READ on class CL_W3_API_XML3 has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_XML_NAME | Call by reference | Type reference (TYPE) | IACIKEYT | 20130129 |
Method GET_NAME on class CL_W3_API_XML3 has no exception.
Method GET_PROPERTY_SETTINGS_AS_JSON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_PROPERTIES_AS_JSON | Value transfer | Object reference (TYPE REF TO) | IF_IAC_JSON | JSON-Objekt | 20130527 |
Method GET_PROPERTY_SETTINGS_AS_JSON on class CL_W3_API_XML3 has no exception.
Method GET_SOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_SOURCE | Call by reference | Type reference (TYPE) | XSTRING | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130129 | ||
2 | ![]() |
20130129 | ||
3 | ![]() |
20130129 |
Method INIT_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_SOURCE | Call by reference | Type reference (TYPE) | XSTRING | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130129 |
Method LOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ATTRIBUTES | Call by reference | Type reference (TYPE) | W3TEMPATTR | ITS: Attribute für Templates | 20130129 | ||
2 | ![]() |
P_IGNORE_DATA_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130129 | ||
3 | ![]() |
P_SOURCE | Call by reference | Type reference (TYPE) | XSTRING | 20130129 | |||
4 | ![]() |
P_XML | Call by reference | Object reference (TYPE REF TO) | CL_W3_API_XML3 | 20130129 | |||
5 | ![]() |
P_XML_NAME | Call by reference | Type reference (TYPE) | IACIKEYT | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130129 | ||
2 | ![]() |
20130129 | ||
3 | ![]() |
20130129 | ||
4 | ![]() |
20130129 |
Method PUBLISH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INVALIDATE_PPTS | Call by reference | Type reference (TYPE) | FLAG | 'X' | 20130129 | ||
2 | ![]() |
P_LONG_NAME | Call by reference | Type reference (TYPE) | IACKEYLONG | 20130129 | |||
3 | ![]() |
P_MESSAGES | Call by reference | Type reference (TYPE) | W3_ERROR_MESSAGES | 20130129 | |||
4 | ![]() |
P_XML_NAME | Call by reference | Type reference (TYPE) | IACIKEYT | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130129 | ||
2 | ![]() |
20130129 | ||
3 | ![]() |
20130129 | ||
4 | ![]() |
20130129 | ||
5 | ![]() |
20130129 | ||
6 | ![]() |
20130129 |
Method SCREEN_ELEMENT_PROP_CHANGED 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 | 20130129 | |||
2 | ![]() |
P_ELEMENT_PART | Call by reference | Type reference (TYPE) | IACXMLELEMENTPART | 20130129 | |||
3 | ![]() |
P_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | SCRNTYPE | 20130129 | |||
4 | ![]() |
P_FIRST_OF_MULTIPLE_CHANGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Erste Änderung von mehreren | 20130129 | |
5 | ![]() |
P_LAST_OF_MULTIPLE_CHANGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Letzte Änderung einer Eigenschaft (abschließen) | 20130129 | |
6 | ![]() |
P_MULTIPLE_CHANGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Eine von vielen Änderungen | 20130129 | |
7 | ![]() |
P_PROPERTY_NAME | Call by reference | Type reference (TYPE) | IACXMLPROPERTY | 20130129 | |||
8 | ![]() |
P_PROPERTY_USE | Call by reference | Type reference (TYPE) | IACXMLPROPERTYUSE | 20130129 | |||
9 | ![]() |
P_PROPERTY_VALUE | Call by reference | Type reference (TYPE) | ANY | 20130129 | |||
10 | ![]() |
P_STATUS | Call by reference | Type reference (TYPE) | STRING | 20130129 | |||
11 | ![]() |
P_USE_DEFAULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130129 | ||
2 | ![]() |
Fehler bei XML-Vorlagen | 20130129 |
Method SET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ATTRIBUTES | Call by reference | Type reference (TYPE) | W3TEMPATTR | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130129 | ||
2 | ![]() |
20130129 | ||
3 | ![]() |
20130129 | ||
4 | ![]() |
20130129 | ||
5 | ![]() |
20130129 | ||
6 | ![]() |
20130129 |
Method 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 | 20130129 | |||
2 | ![]() |
P_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | SCRNTYPE | 20130129 | |||
3 | ![]() |
P_GENERATE_ELEMENT | Call by reference | Type reference (TYPE) | IACXMLGENERATEELEMENT | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei XML-Vorlagen | 20130129 |
Method SET_SOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_SOURCE | Call by reference | Type reference (TYPE) | XSTRING | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130129 | ||
2 | ![]() |
20130129 | ||
3 | ![]() |
20130129 | ||
4 | ![]() |
20130129 | ||
5 | ![]() |
20130129 | ||
6 | ![]() |
20130129 |
Method S_CHECK_EXIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_EXISTS | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20130129 | ||
2 | ![]() |
P_XML_NAME | Call by reference | Type reference (TYPE) | IACIKEYT | Struktur interner Schlüssel Template (sprachunabhängig) | 20130129 |
Method S_CHECK_EXIST on class CL_W3_API_XML3 has no exception.
Method S_GET_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_XML | Call by reference | Object reference (TYPE REF TO) | CL_W3_API_XML3 | ITS-API: XML-Vorlagen für Templates | 20130129 | ||
2 | ![]() |
P_XML_NAME | Call by reference | Type reference (TYPE) | IACIKEYT | 20130129 |
Method S_GET_XML on class CL_W3_API_XML3 has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |