SAP ABAP Interface /IPRO/IF_WML_TEXTOBJECT (Text Object interface)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-DOB (Application Component) Document Builder
⤷
/IPRO/PROGS (Package) programs
⤷
⤷
Meta Relationship - Used By
Properties
| Interface | /IPRO/IF_WML_TEXTOBJECT | |
| Short Description | Text Object interface |
General Data
| Package | /IPRO/PROGS | programs |
| Created | 20060808 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface /IPRO/IF_WML_TEXTOBJECT has no forward declaration.
Interfaces
Interface /IPRO/IF_WML_TEXTOBJECT has no interface.
Friends
Interface /IPRO/IF_WML_TEXTOBJECT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | M_CHANGELIST | Instance attribute | Public | Type reference (TYPE) | /IPRO/CHANGELIST_TT | Change list table type | 20060808 | ||
| 2 | M_ID | Instance attribute | Public | Type reference (TYPE) | STRING | id of text object | 20060808 | ||
| 3 | M_LOL | Instance attribute | Public | Type reference (TYPE) | /IPRO/TT_LISTOFLISTS | Table of table of references to /ipro/if_wml_textobjects | 20061026 | ||
| 4 | M_TEXT | Instance attribute | Public | Type reference (TYPE) | STRING | text of text object | 20060808 | ||
| 5 | M_TEXTX | Instance attribute | Public | Type reference (TYPE) | XSTRING | Text in binary | 20070504 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add change to change list | 20060808 | |
| 2 | Instance method | Public | Method | Clone text object | 20060808 | |
| 3 | Instance method | Public | Method | Compare two text objects | 20060808 | |
| 4 | Instance method | Public | Method | Dump the text object | 20061011 | |
| 5 | Instance method | Public | Method | Get change list | 20060808 | |
| 6 | Instance method | Public | Method | Get ID | 20060808 | |
| 7 | Instance method | Public | Method | Get text | 20060808 | |
| 8 | Instance method | Public | Method | Get text in binary | 20070504 | |
| 9 | Instance method | Public | Method | Set ID | 20060808 | |
| 10 | Instance method | Public | Method | Set text | 20060808 | |
| 11 | Instance method | Public | Method | Set text in binary | 20070504 |
Events
Interface /IPRO/IF_WML_TEXTOBJECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CHANGELIST_TYPE | Public | See coding | 20060808 | CHANGELIST_TYPE TYPE TABLE OF REF TO /ipro/cl_wml_change
|
||
| 2 | PROPERTYLIST_TYPE | Public | See coding | 20060808 | PROPERTYLIST_TYPE TYPE TABLE OF REF TO /ipro/cl_wml_property
|
Method Signatures
Method ADD_CHANGELIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CHANGE | Value transfer | Object reference (TYPE REF TO) | /IPRO/CL_WML_CHANGE | Change class | 20060808 |
Method ADD_CHANGELIST on Interface /IPRO/IF_WML_TEXTOBJECT has no exception.
Method CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_TEXTOBJECT | Value transfer | Object reference (TYPE REF TO) | /IPRO/IF_WML_TEXTOBJECT | Text Object interface | 20060808 |
Method CLONE on Interface /IPRO/IF_WML_TEXTOBJECT has no exception.
Method COMPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TEXTOBJECT | Value transfer | Object reference (TYPE REF TO) | /IPRO/IF_WML_TEXTOBJECT | Text Object interface | 20060808 | |||
| 2 | RV_SAME | Value transfer | Type reference (TYPE) | SEU_BOOL | Boolean | 20060808 |
Method COMPARE on Interface /IPRO/IF_WML_TEXTOBJECT has no exception.
Method DUMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEPTH | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20061011 |
Method DUMP on Interface /IPRO/IF_WML_TEXTOBJECT has no exception.
Method GET_CHANGELIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CHANGELIST | Value transfer | Type reference (TYPE) | /IPRO/CHANGELIST_TT | Change list table type | 20060808 |
Method GET_CHANGELIST on Interface /IPRO/IF_WML_TEXTOBJECT has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | STRING | 20060808 |
Method GET_ID on Interface /IPRO/IF_WML_TEXTOBJECT has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20060808 |
Method GET_TEXT on Interface /IPRO/IF_WML_TEXTOBJECT has no exception.
Method GET_TEXTX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TEXTX | Value transfer | Type reference (TYPE) | XSTRING | 20070504 |
Method GET_TEXTX on Interface /IPRO/IF_WML_TEXTOBJECT has no exception.
Method SET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Value transfer | Type reference (TYPE) | STRING | 20060808 |
Method SET_ID on Interface /IPRO/IF_WML_TEXTOBJECT has no exception.
Method SET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20070504 |
Method SET_TEXT on Interface /IPRO/IF_WML_TEXTOBJECT has no exception.
Method SET_TEXTX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TEXTX | Value transfer | Type reference (TYPE) | XSTRING | 20070504 |
Method SET_TEXTX on Interface /IPRO/IF_WML_TEXTOBJECT has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 300 |