SAP ABAP Interface IF_RS_XSD_CALLBACK (Callback for XSD Parser)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RS_XSD2GUI (Package) Create XML using GUI from XSD
⤷
⤷
Properties
| Interface | IF_RS_XSD_CALLBACK | |
| Short Description | Callback for XSD Parser |
General Data
| Package | RS_XSD2GUI | Create XML using GUI from XSD |
| Created | 20100225 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | CL_RS_XSD_INTERPRETER | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Interface IF_RS_XSD_CALLBACK has no interface.
Friends
Interface IF_RS_XSD_CALLBACK has no friend.
Attributes
Interface IF_RS_XSD_CALLBACK has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Change Element on Preset | 20100712 | |
| 2 | Instance method | Public | Method | Change Element Before Converting to XML | 20100323 | |
| 3 | Instance method | Public | Method | Check the entries | 20100302 | |
| 4 | Instance method | Public | Method | Encrypted Password | 20100225 | |
| 5 | Instance method | Public | Method | Do Not Display Element | 20100317 | |
| 6 | Instance method | Public | Method | Is the element locked against input? | 20100304 | |
| 7 | Instance method | Public | Method | Is the element a password? | 20100301 | |
| 8 | Instance method | Public | Method | Element not repeatable (hide column) | 20100705 |
Events
Interface IF_RS_XSD_CALLBACK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ELEMENT | Public | See coding | 20100302 | BEGIN OF TS_ELEMENT,
name type string,
value type string,
END OF ts_element
|
||
| 2 | TT_ELEMENT | Public | See coding | 20100302 | tt_element type table of ts_element
|
Method Signatures
Method CHANGE_FOR_PRESET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ELEMENT | Call by reference | Type reference (TYPE) | STRING | 20100712 | ||||
| 2 | C_VALUE | Call by reference | Type reference (TYPE) | STRING | 20100712 |
Method CHANGE_FOR_PRESET on Interface IF_RS_XSD_CALLBACK has no exception.
Method CHANGE_FOR_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ELEMENT | Call by reference | Type reference (TYPE) | STRING | Element | 20100323 | |||
| 2 | C_VALUE | Call by reference | Type reference (TYPE) | STRING | Wert | 20100323 |
Method CHANGE_FOR_XML on Interface IF_RS_XSD_CALLBACK has no exception.
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ELEMENTS | Call by reference | Type reference (TYPE) | TT_ELEMENT | 20100302 | ||||
| 2 | RT_MSG | Value transfer | Type reference (TYPE) | CL_RS_XSD_INTERPRETER=>TT_MSG | 20100302 |
Method CHECK on Interface IF_RS_XSD_CALLBACK has no exception.
Method ENCRYPT_PASSWORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PASSWORD_CLEAR | Call by reference | Type reference (TYPE) | STRING | 20100225 | ||||
| 2 | R_PASSWORD_ENCRYPTED | Value transfer | Type reference (TYPE) | STRING | 20100225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW Exception mit generischer Nachricht (keine spez. Attrib.) | 20100225 |
Method HIDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ELEMENT | Call by reference | Type reference (TYPE) | STRING | element | 20100317 | |||
| 2 | R_HIDE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20100317 |
Method HIDE on Interface IF_RS_XSD_CALLBACK has no exception.
Method IS_NOT_CHANGEABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ELEMENT | Call by reference | Type reference (TYPE) | STRING | Element | 20100304 | |||
| 2 | R_NOT_CHANGEABLE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20100304 |
Method IS_NOT_CHANGEABLE on Interface IF_RS_XSD_CALLBACK has no exception.
Method IS_PASSWORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ELEMENT | Call by reference | Type reference (TYPE) | STRING | Element | 20100301 | |||
| 2 | R_PASSWORD | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20100301 |
Method IS_PASSWORD on Interface IF_RS_XSD_CALLBACK has no exception.
Method NO_REPEAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NOREPEAT | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20100705 |
Method NO_REPEAT on Interface IF_RS_XSD_CALLBACK has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |