SAP ABAP Class CL_RSRD_CONVERTER_XML (Converts XML Date into SAP User Display)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-ET (Application Component) End User Technology
⤷
RSRD (Package) BW: Broadcasting
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRD_F_CONVERTER_ROOT | Root Class for Document Conversion Classes | 20050224 |
Properties
| Class | CL_RSRD_CONVERTER_XML | |
| Short Description | Converts XML Date into SAP User Display | |
| Super Class | CL_RSRD_F_CONVERTER_ROOT | Root Class for Document Conversion Classes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSRD | |
| Program status | ||
| Category | 0 | |
| Package | RSRD | BW: Broadcasting |
| Created | 20050224 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSRD_CONVERTER_XML has no interface implemented.
Friends
Class CL_RSRD_CONVERTER_XML has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | RSRD_ER_STYLESHEET | '/SAP/BW/BEx/StyleSheets/BWReports_ie6.css' | Default Stylesheet for Exception Reports in HTML | 20050907 | ||
| 2 | Constant | Public | Type reference (TYPE) | RSRPARAMETERID | 'CONVERSION_LAYOUT_TYPE' | Document Attribute: Layout ID in Exception Reporting | 20050418 | ||
| 3 | Constant | Private | Type reference (TYPE) | RSRPARAMETERID | 'STYLESHEET' | Parameter ID for Stylesheet | 20050907 | ||
| 4 | Constant | Public | Type reference (TYPE) | RSRPARAMETERVALUE | 'PDF_FORM' | Conversion Using PDF-Based Form | 20050224 | ||
| 5 | Constant | Public | Type reference (TYPE) | RSRPARAMETERVALUE | 'XSLT' | Conversion Using XSLT | 20050224 | ||
| 6 | Instance attribute | Protected | Type reference (TYPE) | RSRD_ER_DOCLAY | DB Information for Layout | 20050225 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | RS38L_FNAM | Function Module for Calling the Form | 20050224 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_TRANS_PARMBIND_TAB | Parameter for XSLT Transformation | 20050418 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Conversion with PDF-Based Form | 20050224 | |
| 2 | Instance method | Protected | Method | Converts File to PDF-Based Form | 20050225 | |
| 3 | Instance method | Protected | Method | Conversion with XSLT | 20050224 | |
| 4 | Instance method | Protected | Method | Conversion File with XSLT | 20050225 | |
| 5 | Static method | Public | Method | Determines Text Variable in Logon Language | 20050418 | |
| 6 | Static method | Public | Method | Determines Text Variable in Logon Language | 20050823 | |
| 7 | Static method | Public | Method | Reads Stylesheet from MIME Repository | 20050826 | |
| 8 | Static method | Public | Method | Determines URL for Alert View ID | 20050826 | |
| 9 | Instance method | Private | Method | Determines XSLT Parameter | 20050418 |
Events
Class CL_RSRD_CONVERTER_XML has no event.
Types
Class CL_RSRD_CONVERTER_XML has no local type.
Method Signatures
Method CONVERT_PDF_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_SX_DOCUMENT | Call by reference | Type reference (TYPE) | RSRD_SX_DOCUMENT | Dokument im Broadcasting Framework | 20050224 | |||
| 2 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20050224 |
Method CONVERT_PDF_FORM on class CL_RSRD_CONVERTER_XML has no exception.
Method CONVERT_PDF_FORM_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_FILE | Call by reference | Type reference (TYPE) | RSRD_S_FILE | Report Dissemination: File | 20050225 |
Method CONVERT_PDF_FORM_FILE on class CL_RSRD_CONVERTER_XML has no exception.
Method CONVERT_XSLT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_SX_DOCUMENT | Call by reference | Type reference (TYPE) | RSRD_SX_DOCUMENT | Dokument im Broadcasting Framework | 20050224 | |||
| 2 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20050224 |
Method CONVERT_XSLT on class CL_RSRD_CONVERTER_XML has no exception.
Method CONVERT_XSLT_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_FILE | Call by reference | Type reference (TYPE) | RSRD_S_FILE | Datei im Broadcasting Framework | 20050225 | |||
| 2 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20050225 | |||
| 3 | I_XSLT_ID | Call by reference | Type reference (TYPE) | RSRD_XML_CONVERSION_ID | ID des XSLTs | 20050225 |
Method CONVERT_XSLT_FILE on class CL_RSRD_CONVERTER_XML has no exception.
Method GET_AS_LOCALE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_XML_DATE | Call by reference | Type reference (TYPE) | STRING | Datum im XML-Format | 20050418 | |||
| 2 | R_STRING | Value transfer | Type reference (TYPE) | STRING | Wert mit User Einstellungen | 20050418 |
Method GET_AS_LOCALE on class CL_RSRD_CONVERTER_XML has no exception.
Method GET_NUMBER_AS_LOCALE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_XML_NUMBER | Call by reference | Type reference (TYPE) | STRING | Zahl im XML-Format | 20050823 | |||
| 2 | R_STRING | Value transfer | Type reference (TYPE) | STRING | Wert mit User Einstellungen | 20050823 |
Method GET_NUMBER_AS_LOCALE on class CL_RSRD_CONVERTER_XML has no exception.
Method GET_STYLESHEET_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STYLESHEET_ID | Call by reference | Type reference (TYPE) | STRING | 20050826 | ||||
| 2 | R_CONTENT | Value transfer | Type reference (TYPE) | STRING | Stylesheetcontent | 20050826 |
Method GET_STYLESHEET_CONTENT on class CL_RSRD_CONVERTER_XML has no exception.
Method GET_URL_FOR_ALERTVIEWID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALERTVIEW_ID | Call by reference | Type reference (TYPE) | STRING | 20050826 | ||||
| 2 | I_QUERY | Call by reference | Type reference (TYPE) | STRING | 20050826 | ||||
| 3 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20050826 |
Method GET_URL_FOR_ALERTVIEWID on class CL_RSRD_CONVERTER_XML has no exception.
Method GET_XSLT_PARAMETER_FROM_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PAR_STRING | Call by reference | Type reference (TYPE) | STRING | 20050418 | ||||
| 2 | R_T_XSLT_PARAMETER | Value transfer | Type reference (TYPE) | ABAP_TRANS_PARMBIND_TAB | 20050418 |
Method GET_XSLT_PARAMETER_FROM_STRING on class CL_RSRD_CONVERTER_XML has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |