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
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IPRO/IF_ASSEMBLE_DOC Document Assembly Interface 20100610
2 Interface composition (i COMPRISING i_ref)  /IPRO/IF_CLAUSE Clause interface 20100610
3 Interface composition (i COMPRISING i_ref)  /IPRO/IF_SECTION interface section 20100610
4 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_ATTRIBUTE Attribute text object 20060808
5 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_CLAUSE Clause text object 20060808
6 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_DOCUMENT Document text object 20060808
7 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_FONT Font text object 20060808
8 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_ITEM 20061010
9 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_ITEMHEADER Item header class 20061010
10 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_ITEMSET Itemset object 20060928
... Click here to see Used By full list (14 items)
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 ADD_CHANGELIST Instance method Public Method Add change to change list 20060808
2 CLONE Instance method Public Method Clone text object 20060808
3 COMPARE Instance method Public Method Compare two text objects 20060808
4 DUMP Instance method Public Method Dump the text object 20061011
5 GET_CHANGELIST Instance method Public Method Get change list 20060808
6 GET_ID Instance method Public Method Get ID 20060808
7 GET_TEXT Instance method Public Method Get text 20060808
8 GET_TEXTX Instance method Public Method Get text in binary 20070504
9 SET_ID Instance method Public Method Set ID 20060808
10 SET_TEXT Instance method Public Method Set text 20060808
11 SET_TEXTX 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 Importing 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 Returning 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 Importing IO_TEXTOBJECT Value transfer Object reference (TYPE REF TO) /IPRO/IF_WML_TEXTOBJECT Text Object interface 20060808
2 Returning 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 Importing 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing 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 Importing 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 Importing 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)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IPRO/IF_ASSEMBLE_DOC Document Assembly Interface 20100610
2 Interface composition (i COMPRISING i_ref)  /IPRO/IF_CLAUSE Clause interface 20100610
3 Interface composition (i COMPRISING i_ref)  /IPRO/IF_SECTION interface section 20100610
4 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_ATTRIBUTE Attribute text object 20060808
5 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_CLAUSE Clause text object 20060808
6 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_DOCUMENT Document text object 20060808
7 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_FONT Font text object 20060808
8 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_ITEM 20061010
9 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_ITEMHEADER Item header class 20061010
10 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_ITEMSET Itemset object 20060928
11 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_PROPERTY Property class 20061024
12 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_SECTION Document section 20060821
13 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_STYLE Style text object 20060808
14 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_WML_TEXTFRAGMENT Text fragment class for WordML 20061206
History
Last changed by/on SAP  20110908 
SAP Release Created in 300