SAP ABAP Class /IPRO/IF_DOCB_ATTRIBUTE (Attribute)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IPRO/IF_MODEL Document Builder Model Interface 20031208
2 Interface composition (i COMPRISING i_ref)  /IPRO/IF_SUBJECT Document Builder Subject Interface 20040203
3 Interface composition (i COMPRISING i_ref)  /IPRO/IF_VISIBILITY Visibility of an entity 20040113
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IPRO/IF_DOCB_ELEMENT Interface to document builder element 20040121
2 Interface composition (i COMPRISING i_ref)  /IPRO/IF_DOCB_SECTION Interface to document sections 20031204
3 Interface composition (i COMPRISING i_ref)  /IPRO/IF_DOCB_VARIABLE Interface to document builder variable 20031126
4 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_UI_ATTRIBUTE An attribute for the UI layer 20040210
Properties
Class /IPRO/IF_DOCB_ATTRIBUTE  
Short Description Attribute    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20031106   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IPRO/IF_DOCB_ATTRIBUTE has no forward declaration.
Interfaces
Class /IPRO/IF_DOCB_ATTRIBUTE has no interface implemented.
Friends
Class /IPRO/IF_DOCB_ATTRIBUTE has no friend class.
Attributes
Class /IPRO/IF_DOCB_ATTRIBUTE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add a node 20031106
2 GET Instance method Public Method Get an attribute value 20031106
3 GET_BY_REF Instance method Public Method Get attribute value by reference 20031208
4 GET_CHILDREN Instance method Public Method Child nodes 20031106
5 GET_DOCUMENT Instance method Public Method Get document 20040129
6 GET_LABEL Instance method Public Method Label 20031106
7 GET_NAME Instance method Public Method Name of the attribute 20031106
8 GET_PARENT Instance method Public Method Parent node 20031106
9 GET_PATH Instance method Public Method Subnodes as a path 20031106
10 GET_TYPE Instance method Public Method Type 20031106
11 LOOKUP Instance method Public Method Lookup 20031106
12 REMOVE Instance method Public Method Remove a node 20031106
13 REPLACE Instance method Public Method Replaces the elements position or add it 20090520
14 SET Instance method Public Method Set the attribute value 20031106
15 SET_PARENT Instance method Public Method Set parent node 20031120
Events
Class /IPRO/IF_DOCB_ATTRIBUTE has no event.
Types
Class /IPRO/IF_DOCB_ATTRIBUTE has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ATTRIBUTE Call by reference Object reference (TYPE REF TO) /IPRO/IF_DOCB_ATTRIBUTE Attribute 20031106
2 Importing IV_INSERT_AFTER_ELEMENT Call by reference Type reference (TYPE) XFELD Should the element be added after the marked one 20080801
# Exception Resumable Description Created on
1 /IPRO/CX_ATTRIBUTE_DUP Duplicate child node 20031125
2 /IPRO/CX_ATTRIBUTE_ILLEGAL Object does not support the request 20031125

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA Call by reference Type reference (TYPE) ANY 20031106
# Exception Resumable Description Created on
1 /IPRO/CX_ATTRIBUTE_ILLEGAL Object does not support the request 20031125
2 /IPRO/CX_ATTRIBUTE_TYPE The type of a paremeter does not fit 20031125

Method GET_BY_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PRR_REFERENCE Value transfer Object reference (TYPE REF TO) DATA Attribute value 20031208
# Exception Resumable Description Created on
1 /IPRO/CX_ATTRIBUTE_ILLEGAL Object does not support the request 20031208

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHILDREN Value transfer Type reference (TYPE) /IPRO/TT_ATTRIBUTES Import children to collect all children 20041001
2 Importing IV_COLLECT Call by reference Type reference (TYPE) SEU_BOOL true to collect all children 20041001
3 Importing IV_DEEP Call by reference Type reference (TYPE) SEU_BOOL boolean variable (X=true, space=false) 20040503
4 Importing IV_LEAVES_ONLY Call by reference Type reference (TYPE) SEU_BOOL boolean variable (X=true, space=false) 20031106
5 Importing IV_NODES_ONLY Call by reference Type reference (TYPE) SEU_BOOL boolean variable (X=true, space=false) 20031106
6 Returning RT_CHILDREN Value transfer Type reference (TYPE) /IPRO/TT_ATTRIBUTES Attributes 20031106
# Exception Resumable Description Created on
1 /IPRO/CX_ATTRIBUTE_PARAMERR Parameter error 20031125

Method GET_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_DOCUMENT Value transfer Object reference (TYPE REF TO) /IPRO/IF_DOCUMENT Document Builder Document 20040129

Method GET_DOCUMENT on class /IPRO/IF_DOCB_ATTRIBUTE has no exception.

Method GET_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LABEL Value transfer Type reference (TYPE) STRING 20031106

Method GET_LABEL on class /IPRO/IF_DOCB_ATTRIBUTE has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20031106

Method GET_NAME on class /IPRO/IF_DOCB_ATTRIBUTE has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ATTRIBUTE Value transfer Object reference (TYPE REF TO) /IPRO/IF_DOCB_ATTRIBUTE Attribute 20031106

Method GET_PARENT on class /IPRO/IF_DOCB_ATTRIBUTE has no exception.

Method GET_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PATH Value transfer Type reference (TYPE) /IPRO/TT_PATH Path 20031106

Method GET_PATH on class /IPRO/IF_DOCB_ATTRIBUTE has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_TYPE Value transfer Type reference (TYPE) /IPRO/S_VAR_TYPE Runtime Type Identification 20031124

Method GET_TYPE on class /IPRO/IF_DOCB_ATTRIBUTE has no exception.

Method LOOKUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20031106
2 Returning RO_ATTRIBUTE Value transfer Object reference (TYPE REF TO) /IPRO/IF_DOCB_ATTRIBUTE Attribute 20031106
# Exception Resumable Description Created on
1 /IPRO/CX_ATTRIBUTE_NOT_FOUND Specified child node not found 20031125

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ATTRIBUTE Call by reference Object reference (TYPE REF TO) /IPRO/IF_DOCB_ATTRIBUTE Attribute 20031106
# Exception Resumable Description Created on
1 /IPRO/CX_ATTRIBUTE_ILLEGAL Object does not support the request 20031125
2 /IPRO/CX_ATTRIBUTE_NOT_FOUND Specified child node not found 20031125

Method REPLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ATTRIBUTE Call by reference Object reference (TYPE REF TO) /IPRO/IF_DOCB_ATTRIBUTE Attribute 20090520
2 Importing PIV_INSERT_BELOW Call by reference Type reference (TYPE) XFELD Checkbox 20090916

Method REPLACE on class /IPRO/IF_DOCB_ATTRIBUTE has no exception.

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA Call by reference Type reference (TYPE) ANY 20031106
# Exception Resumable Description Created on
1 /IPRO/CX_ATTRIBUTE_ILLEGAL Object does not support the request 20031125
2 /IPRO/CX_ATTRIBUTE_TYPE Base class for attribute exceptions 20031125

Method SET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) /IPRO/IF_DOCB_ATTRIBUTE Attribute 20031120

Method SET_PARENT on class /IPRO/IF_DOCB_ATTRIBUTE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in