SAP ABAP Class CL_XDC_PDL_UTILITY (Utility Class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-PRN (Application Component) Print and Output Management
⤷
S_XDC_SUPPLEMENTARY (Package) Supplementary functionalities for XDC

⤷

⤷

Properties
Class | CL_XDC_PDL_UTILITY | |
Short Description | Utility Class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_XDC_SUPPLEMENTARY | Supplementary functionalities for XDC |
Created | 20100209 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_XDC_PDL_UTILITY has no forward declaration.
Interfaces
Class CL_XDC_PDL_UTILITY has no interface implemented.
Friends
Class CL_XDC_PDL_UTILITY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '&' | 20100209 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '&' | 20100209 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '' | 20100209 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | ' ' | 20100209 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | ' ' | 20100209 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'e' | 20100209 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ESC' | 20100209 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '>' | 20100209 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '>' | 20100209 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '<' | 20100209 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '<' | 20100209 | ||
12 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | ' ' | 20100209 | ||
13 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | ' ' | 20100209 | ||
14 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | Node | 20100209 | |
15 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | Text | 20100209 | |
16 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | ' ' | 20100209 | ||
17 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '%-12345X' | 20100209 | ||
18 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '<<' | 20100209 | ||
19 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '>>' | 20100209 | ||
20 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | ';' | 20100209 | ||
21 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TY_SAPSTR_XDCSTR_TAB | 20100209 | |||
22 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TY_SAPSTR_XDCSTR_TAB | 20100209 | |||
23 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TY_SAPSTR_XDCSTR_TAB | 20100209 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100209 |
2 | ![]() |
Static method | Public | Method | 20100209 | |
3 | ![]() |
Static method | Public | Method | 20100209 | |
4 | ![]() |
Static method | Public | Method | 20100209 | |
5 | ![]() |
Static method | Public | Method | 20100209 | |
6 | ![]() |
Static method | Public | Method | 20100209 |
Events
Class CL_XDC_PDL_UTILITY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ATTRIBUT | Public | See coding | 20100209 | BEGIN OF TY_ATTRIBUT,
attr TYPE string,
value TYPE string,
END OF TY_ATTRIBUT
|
||
2 | TY_ATTRIBUT_TAB | Public | See coding | 20100209 | TY_ATTRIBUT_TAB TYPE STANDARD TABLE OF ty_attribut
|
||
3 | TY_NODE_TAB | Public | See coding | 20100209 | TY_NODE_TAB TYPE STANDARD TABLE OF REF TO if_ixml_node
|
||
4 | TY_SAPSTR_XDCSTR | Public | See coding | 20100209 | BEGIN OF TY_SAPSTR_XDCSTR,
sapstr TYPE string,
xdcstr TYPE string,
END OF TY_SAPSTR_XDCSTR
|
||
5 | TY_SAPSTR_XDCSTR_TAB | Public | See coding | 20100209 | TY_SAPSTR_XDCSTR_TAB TYPE HASHED TABLE OF ty_sapstr_xdcstr
WITH UNIQUE KEY table_line
|
||
6 | TY_XDC_SUB_TAB | Public | See coding | 20100209 | TY_XDC_SUB_TAB TYPE STANDARD TABLE OF REF TO if_xdc_sub_element
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_XDC_PDL_UTILITY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XDC_PDL_UTILITY has no exception.
Method CONVERT_PDFCMD_XDC_SAP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PDLCMD_XDC | Call by reference | Type reference (TYPE) | STRING | 20100209 | |||
2 | ![]() |
RV_PDLCMD_SAP | Value transfer | Type reference (TYPE) | STRING | 20100209 |
Method CONVERT_PDFCMD_XDC_SAP on class CL_XDC_PDL_UTILITY has no exception.
Method CONVERT_PDLCMD_SAP_XDC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PDLCMD_SAP | Call by reference | Type reference (TYPE) | STRING | 20100209 | |||
2 | ![]() |
RV_PDLCMD_XDC | Value transfer | Type reference (TYPE) | STRING | 20100209 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Class API XDC-SAP | 20100209 |
Method CREATE_XDC_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_XDC_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | 20100209 | |||
2 | ![]() |
IO_XDC_NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | IF_IXML_NODE | 20100209 | ||
3 | ![]() |
RO_XDC_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_XDC_ELEMENT | 20100209 |
Method CREATE_XDC_ELEMENT on class CL_XDC_PDL_UTILITY has no exception.
Method GET_XDC_ELEMENT_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_XDC_ELEMENT | Call by reference | Type reference (TYPE) | TY_SAPSTR_XDCSTR_TAB | 20100209 |
Method GET_XDC_ELEMENT_NAME on class CL_XDC_PDL_UTILITY has no exception.
Method GET_XDC_SAP_CMD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_XDC_SAP_CMD | Value transfer | Type reference (TYPE) | TY_SAPSTR_XDCSTR_TAB | 20100209 |
Method GET_XDC_SAP_CMD on class CL_XDC_PDL_UTILITY has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |