SAP ABAP Class /IPRO/CL_WML_CHANGE (Change class)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-GTF-DOB (Application Component) Document Builder
     /IPRO/PROGS (Package) programs
Properties
Class /IPRO/CL_WML_CHANGE  
Short Description Change class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IPRO/PROGS   programs 
Created 20060808   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IPRO/CL_WML_CHANGE has no forward declaration.
Interfaces
Class /IPRO/CL_WML_CHANGE has no interface implemented.
Friends
Class /IPRO/CL_WML_CHANGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ADD Constant Public Type reference (TYPE) CHAR1 1 Add change action 20060808
2 ATTRIBUTE Constant Public Type reference (TYPE) CHAR1 5 Attribute change reason 20060808
3 ATTRIBUTE_VALUE Constant Public Type reference (TYPE) CHAR1 1 Attrib. value change reason 20060808
4 CLAUSE Constant Public Type reference (TYPE) CHAR1 3 Clause change reason 20060808
5 CLAUSE_TEXT Constant Public Type reference (TYPE) CHAR1 2 Clause text change reason 20060808
6 DELETE Constant Public Type reference (TYPE) CHAR1 2 Delete change action 20060808
7 DIFFERENT Constant Public Type reference (TYPE) CHAR1 5 Different 20061010
8 FONT Constant Public Type reference (TYPE) CHAR1 'B' Font reason 20061010
9 ITEM Constant Public Type reference (TYPE) CHAR1 9 Item reason 20061010
10 ITEMHEADER Constant Public Type reference (TYPE) CHAR1 7 Itemset header reason 20061026
11 ITEM_SET Constant Public Type reference (TYPE) CHAR1 'A' Itemset reason 20061010
12 M_CHANGEACTION Instance attribute Private Type reference (TYPE) CHAR1 Single-Character Flag 20060808
13 M_CHANGEREASON Instance attribute Private Type reference (TYPE) CHAR1 Single-Character Flag 20060808
14 M_EXTERNAL_TEXTOBJECT Instance attribute Private Object reference (TYPE REF TO) /IPRO/IF_WML_TEXTOBJECT External textobject for compare 20061026
15 M_PARENT_TEXTOBJECT Instance attribute Private Object reference (TYPE REF TO) /IPRO/IF_WML_TEXTOBJECT Parent textobject for compare 20061026
16 M_REFERENCE_TEXTOBJECT Instance attribute Private Object reference (TYPE REF TO) /IPRO/IF_WML_TEXTOBJECT Reference textobject for compare 20061026
17 PROPERTY Constant Public Type reference (TYPE) CHAR1 4 Property change reason 20060808
18 ROW Constant Public Type reference (TYPE) CHAR1 8 Row reason 20061010
19 SECTION Constant Public Type reference (TYPE) CHAR1 'D' Section reason 20061026
20 SECTION_INCLUSION Constant Public Type reference (TYPE) CHAR1 'E' Section inclusion reason 20061026
21 SECTION_ORDERING Constant Public Type reference (TYPE) CHAR1 'F' Section ordering reason 20061026
22 STYLE Constant Public Type reference (TYPE) CHAR1 'C' Style reason 20061010
23 UNKNOWN_ACTION Constant Public Type reference (TYPE) CHAR1 4 Unknown change action 20060808
24 UNKNOWN_REASON Constant Public Type reference (TYPE) CHAR1 6 Unknown change reason 20060808
25 UPDATE Constant Public Type reference (TYPE) CHAR1 3 Update change action 20060808
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20061010
2 GET_ACTION_TEXT Instance method Public Method Get text for an action number 20061013
3 GET_CHANGEACTION Instance method Public Method Get change action 20060808
4 GET_CHANGEREASON Instance method Public Method Get change reason 20060808
5 GET_EXTERNAL_TEXTOBJECT Instance method Public Method Get external textobject 20061026
6 GET_PARENT_TEXTOBJECT Instance method Public Method Get parent textobject 20061026
7 GET_REASON_TEXT Instance method Public Method Get text for a reason number 20061013
8 GET_REFERENCE_TEXTOBJECT Instance method Public Method Get reference textobject 20061026
9 SET_CHANGEACTION Instance method Public Method Set change action 20060808
10 SET_CHANGEREASON Instance method Public Method Set change reason 20060808
11 SET_EXTERNAL_TEXTOBJECT Instance method Public Method Set external textobject 20061026
12 SET_PARENT_TEXTOBJECT Instance method Public Method Set parent textobject 20061026
13 SET_REFERENCE_TEXTOBJECT Instance method Public Method Set reference textobject 20061026
Events
Class /IPRO/CL_WML_CHANGE has no event.
Types
Class /IPRO/CL_WML_CHANGE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /IPRO/CL_WML_CHANGE has no parameter.
Method CONSTRUCTOR on class /IPRO/CL_WML_CHANGE has no exception.

Method GET_ACTION_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Value transfer Type reference (TYPE) CHAR1 Single-Character Flag 20061013
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20061013

Method GET_ACTION_TEXT on class /IPRO/CL_WML_CHANGE has no exception.

Method GET_CHANGEACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGEACTION Value transfer Type reference (TYPE) CHAR1 Single-Character Flag 20060808

Method GET_CHANGEACTION on class /IPRO/CL_WML_CHANGE has no exception.

Method GET_CHANGEREASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGEREASON Value transfer Type reference (TYPE) CHAR1 Single-Character Flag 20060808

Method GET_CHANGEREASON on class /IPRO/CL_WML_CHANGE has no exception.

Method GET_EXTERNAL_TEXTOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_EXTERNAL_TEXTOBJECT Value transfer Object reference (TYPE REF TO) /IPRO/IF_WML_TEXTOBJECT Text Object interface 20061026

Method GET_EXTERNAL_TEXTOBJECT on class /IPRO/CL_WML_CHANGE has no exception.

Method GET_PARENT_TEXTOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PARENT_TEXTOBJECT Value transfer Object reference (TYPE REF TO) /IPRO/IF_WML_TEXTOBJECT Text Object interface 20061026

Method GET_PARENT_TEXTOBJECT on class /IPRO/CL_WML_CHANGE has no exception.

Method GET_REASON_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REASON Value transfer Type reference (TYPE) CHAR1 Single-Character Flag 20061013
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20061013

Method GET_REASON_TEXT on class /IPRO/CL_WML_CHANGE has no exception.

Method GET_REFERENCE_TEXTOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_REFERENCE_TEXTOBJECT Value transfer Object reference (TYPE REF TO) /IPRO/IF_WML_TEXTOBJECT Text Object interface 20061026

Method GET_REFERENCE_TEXTOBJECT on class /IPRO/CL_WML_CHANGE has no exception.

Method SET_CHANGEACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANGEACTION Value transfer Type reference (TYPE) CHAR1 Single-Character Flag 20060808

Method SET_CHANGEACTION on class /IPRO/CL_WML_CHANGE has no exception.

Method SET_CHANGEREASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANGEREASON Value transfer Type reference (TYPE) CHAR1 Single-Character Flag 20060808

Method SET_CHANGEREASON on class /IPRO/CL_WML_CHANGE has no exception.

Method SET_EXTERNAL_TEXTOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXTERNAL_TEXTOBJECT Value transfer Object reference (TYPE REF TO) /IPRO/IF_WML_TEXTOBJECT Text Object interface 20061026

Method SET_EXTERNAL_TEXTOBJECT on class /IPRO/CL_WML_CHANGE has no exception.

Method SET_PARENT_TEXTOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT_TEXTOBJECT Value transfer Object reference (TYPE REF TO) /IPRO/IF_WML_TEXTOBJECT Text Object interface 20061026

Method SET_PARENT_TEXTOBJECT on class /IPRO/CL_WML_CHANGE has no exception.

Method SET_REFERENCE_TEXTOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_REFERENCE_TEXTOBJECT Value transfer Object reference (TYPE REF TO) /IPRO/IF_WML_TEXTOBJECT Text Object interface 20061026

Method SET_REFERENCE_TEXTOBJECT on class /IPRO/CL_WML_CHANGE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 300