SAP ABAP Class CL_SRM_XML_INSTANCE (Instance Handling)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-RM (Application Component) SAP Records Management
     SRM_XML_BR_MD_FP (Package) XML, Browser, Modeler, File Plan
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRM_XML_SUPER Common Methods 20000713
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_XML_PLAN IF_SRM_XML_PLAN 20011105
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRM_XML_FPLAN_INSTANCE File Plan Instance 20000713
2 Inheritance (c INHERITING FROM c_ref)  CL_SRM_XML_REC_INSTANCE Record Instance 20000713
Properties
Class CL_SRM_XML_INSTANCE  
Short Description Instance Handling    
Super Class CL_SRM_XML_SUPER Common Methods 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SRM_XML_BR_MD_FP   XML, Browser, Modeler, File Plan 
Created 20000713   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRM_XML_INSTANCE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRM_XML_PLAN IF_SRM_XML_PLAN 20011105
Friends
Class CL_SRM_XML_INSTANCE has no friend class.
Attributes
Class CL_SRM_XML_INSTANCE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_INDEX Instance method Protected Method DELETE: Iterate DOM Tree and Fill Index Table 20000717
2 CHECK_NODE Instance method Public Method Is Node Root or *Elem (DOM) 20000717
3 CREATE_CREATEVERSION Instance method Protected Method CREATE_CREATEVERSION 20011015
4 CREATE_DESCRIPTION Instance method Protected Method Create All Description Elements 20000713
5 CREATE_LAST_MOD Instance method Protected Method Create lastmod* Attributes 20000713
6 CREATE_OR_REPLACE_ELEMENT_PART Instance method Protected Method Create or Replace Element Part (DOM) 20000713
7 CREATE_POID Instance method Protected Method CREATE_POID 20010522
8 DELETE_ELEMENT_BY_GID Instance method Public Method Delete all 'Element' Elements (DOM) 20000713
9 DELETE_ELEMENT_BY_ID Instance method Public Method Delete all 'Element' Elements (DOM) 20000713
10 DELETE_ELEMENT_PART Instance method Protected Method DELETE_ELEMENT_PART 20010522
11 DELETE_INDEX Instance method Public Method DELETE: DELETE_INDEX 20001110
12 FINISH_CLONED_SUBTREE Instance method Protected Method FINISH_CLONED_SUBTREE 20001018
13 GET_ATTR_BY_HANDLE Instance method Protected Method Get Attributes for an Element (DOM) 20000714
14 GET_DESCRIPTION_BY_ID Instance method Public Method Get Description for an Element (DOM) 20000823
15 GET_DESCR_BY_HANDLE Instance method Protected Method Get Description for an Element (DOM) 20000714
16 GET_ELEMENT_4_ID Instance method Protected Method Get Element Handle for Unique ID 20000713
17 GET_ELEMENT_ATTR_BY_ID Instance method Public Method Get Attributes for an Element (DOM) 20000714
18 GET_GID_4_ID Instance method Public Method id -> gid (DOM) 20000713
19 GET_GID_BY_ATTR Instance method Public Method Get Element GID Using XML Attribute 20031127
20 GET_HEIGHT_BY_GID Instance method Public Method GET_HEIGHT_BY_GID 20010108
21 GET_ID_4_ELEMENT Instance method Protected Method Get Unique id for Element Handle 20000713
22 GET_ID_4_GID Instance method Public Method gid -> id (DOM) [only for gids!!!] 20000713
23 GET_MAX_ELEMENT_ID Instance method Protected Method Get Value of '<*MaxElementId>' 20000713
24 GET_POID_BY_HANDLE Instance method Protected Method GET_POID_BY_HANDLE 20001019
25 GET_RAW_ATTR_BY_HANDLE Instance method Protected Method GET_RAW_ATTR_BY_HANDLE 20020701
26 GET_SEMANTIC_ID Instance method Public Method GET_SEMANTIC_ID 20000830
27 INSERT_NODE_BY_GID Instance method Protected Method Insert Node Tree 20000717
28 INSERT_NODE_BY_ID Instance method Protected Method Insert Node Tree 20000717
29 IS_OR_HAS_SET_CHILDREN Instance method Protected Method IS_OR_HAS_SET_CHILDREN 20001108
30 SET_MAX_ELEMENT_ID Instance method Protected Method Get Value of '<*MaxElementId>' 20000713
31 SUBTREE_2_CLIPBOARD_BY_GID Instance method Public Method SUBTREE_2_CLIPBOARD_BY_GID 20001018
32 UPDATE_LASTMOD_BY_GID Instance method Public Method UPDATE_LASTMOD_BY_GID 20010525
33 UPD_ELEMENT_DESCR_BY_GID Instance method Public Method Update All Elements of Element Descr (DOM) 20001120
34 UPD_ELEMENT_FREEATTR_BY_GID Instance method Public Method UPD_ELEMENT_FREEATTR_BY_GID 20001120
Events
Class CL_SRM_XML_INSTANCE has no event.
Types
Class CL_SRM_XML_INSTANCE has no local type.
Method Signatures

Method BUILD_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCRIPTION_TAB Call by reference Type reference (TYPE) SRM_XML_DESCR_TAB list of description corresp. language 20001016
2 Importing DOCID Call by reference Type reference (TYPE) SRMGS_DOC_ID ID für Dokumente und Beziehungen 20001016
3 Importing RMSID Call by reference Type reference (TYPE) STRING 20010411
4 Importing SEM_ID Call by reference Type reference (TYPE) STRING 20001016
5 Importing SPSID Call by reference Type reference (TYPE) STRING 20001016
# Exception Resumable Description Created on
1 DB_INSERT_FAILED DB_INSERT_FAILED 20000717
2 INTERNAL_ERROR internal_error 20001016

Method CHECK_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_ELEMENT Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20000717
2 Exporting IS_ROOT Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20000717
3 Importing NODE Value transfer Object reference (TYPE REF TO) IF_IXML_NODE ixml node 20000717

Method CHECK_NODE on class CL_SRM_XML_INSTANCE has no exception.

Method CREATE_CREATEVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20011015

Method CREATE_CREATEVERSION on class CL_SRM_XML_INSTANCE has no exception.

Method CREATE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCRIPTION_TAB Call by reference Type reference (TYPE) SRM_XML_DESCR_TAB list of description corresp. language 20000713
2 Importing PARENT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20000713

Method CREATE_DESCRIPTION on class CL_SRM_XML_INSTANCE has no exception.

Method CREATE_LAST_MOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20000713

Method CREATE_LAST_MOD on class CL_SRM_XML_INSTANCE has no exception.

Method CREATE_OR_REPLACE_ELEMENT_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_ELEMENT Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20000713
2 Importing PARENT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20000713
3 Importing TAG_NAME Call by reference Type reference (TYPE) STRING tag name to replace 20000713
# Exception Resumable Description Created on
1 CREATE_FAILED CREATE_FAILED 20000713
2 REPLACE_FAILED REPLACE_FAILED 20000713

Method CREATE_POID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AREA_POID_TAB Call by reference Type reference (TYPE) SRM_LIST_POID List: POID Parameter Werte 20011011
2 Exporting ELEMENT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20010522
3 Importing POIDNO Call by reference Type reference (TYPE) I 20010522
4 Importing SP_POID_TAB Call by reference Type reference (TYPE) SRM_LIST_POID List: POID Parameter Werte 20010522
5 Importing SRM_POID_TAB Call by reference Type reference (TYPE) SRM_LIST_POID List: POID Parameter Werte 20011011
# Exception Resumable Description Created on
1 INTERNAL_ERROR 20010522

Method DELETE_ELEMENT_BY_GID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GID Call by reference Type reference (TYPE) I ixml gid 20000713
# Exception Resumable Description Created on
1 CX_SRM_XML xml (abstrakt) 20010828

Method DELETE_ELEMENT_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING current element id 20000713
# Exception Resumable Description Created on
1 CX_SRM_XML xml (abstrakt) 20010828

Method DELETE_ELEMENT_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20010522
2 Importing TAG_NAME Call by reference Type reference (TYPE) STRING tag name to replace 20010522

Method DELETE_ELEMENT_PART on class CL_SRM_XML_INSTANCE has no exception.

Method DELETE_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOCID Call by reference Type reference (TYPE) SRMGS_DOC_ID 20001110

Method DELETE_INDEX on class CL_SRM_XML_INSTANCE has no exception.

Method FINISH_CLONED_SUBTREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MODEL_ID_TAB Call by reference Type reference (TYPE) SRMTTSTRING Enthält die Modell Id's des Teilbaumes 20061117
2 Importing NEWNODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20001018

Method FINISH_CLONED_SUBTREE on class CL_SRM_XML_INSTANCE has no exception.

Method GET_ATTR_BY_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTIVE Call by reference Type reference (TYPE) STRING active 20010514
2 Exporting CHANGE_DESCRIPTION Call by reference Type reference (TYPE) STRING flag description changed 20050114
3 Exporting CREATE_VERSION Call by reference Type reference (TYPE) STRING 20011015
4 Importing ELEMENT Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20000714
5 Exporting EXPIRY Call by reference Type reference (TYPE) STRING expiry 20010511
6 Exporting FREE_ATTRIBUTES Call by reference Type reference (TYPE) SRM_XML_ATTR_TAB list of attributes and values 20000714
7 Exporting FREE_ATTR_GID Call by reference Type reference (TYPE) I ixml gid 20000714
8 Exporting ID Call by reference Type reference (TYPE) STRING id 20000714
9 Exporting IDREF Call by reference Type reference (TYPE) STRING idref 20000714
10 Exporting LASTMODDATE Call by reference Type reference (TYPE) STRING LASTMODDATE 20000714
11 Exporting LASTMODTIME Call by reference Type reference (TYPE) STRING LASTMODTIME 20000714
12 Exporting LASTMODUSER Call by reference Type reference (TYPE) STRING LASTMODUSER 20000714
13 Exporting LASTMOD_GID Call by reference Type reference (TYPE) I ixml gid 20000714
14 Exporting SPSDISPLAYNAME Call by reference Type reference (TYPE) STRING SPSDISPLAYNAME 20000714
15 Exporting SPSID Call by reference Type reference (TYPE) STRING ID SPS 20000714
16 Exporting STATE Call by reference Type reference (TYPE) STRING state 20000814

Method GET_ATTR_BY_HANDLE on class CL_SRM_XML_INSTANCE has no exception.

Method GET_DESCRIPTION_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION1_GID Call by reference Type reference (TYPE) I ixml gid 20000823
2 Exporting DESCRIPTION2_GID Call by reference Type reference (TYPE) I ixml gid 20000823
3 Exporting DESCRIPTION3_GID Call by reference Type reference (TYPE) I ixml gid 20000823
4 Exporting DESCRIPTION_TAB Call by reference Type reference (TYPE) SRM_XML_DESCR_TAB list of description corresp. language 20000823
5 Importing ID Call by reference Type reference (TYPE) STRING unique id 20000823

Method GET_DESCRIPTION_BY_ID on class CL_SRM_XML_INSTANCE has no exception.

Method GET_DESCR_BY_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION1_GID Call by reference Type reference (TYPE) I ixml gid 20000714
2 Exporting DESCRIPTION2_GID Call by reference Type reference (TYPE) I ixml gid 20000714
3 Exporting DESCRIPTION3_GID Call by reference Type reference (TYPE) I ixml gid 20000714
4 Exporting DESCRIPTION_TAB Call by reference Type reference (TYPE) SRM_XML_DESCR_TAB list of description corresp. language 20000714
5 Importing ELEMENT Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT element handle 20000714
6 Importing LANGUAGE_STRIP Call by reference Type reference (TYPE) BOOLEAN 'X' boolsche Variable (X=true, -=false, space=unknown) 20021223
7 Importing WRONG_LANG_PREFIX Call by reference Type reference (TYPE) BOOLEAN '-' boolsche Variable (X=true, -=false, space=unknown) 20021223

Method GET_DESCR_BY_HANDLE on class CL_SRM_XML_INSTANCE has no exception.

Method GET_ELEMENT_4_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ELEMENT Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20000713
2 Importing ID Call by reference Type reference (TYPE) STRING unique element id 20000713

Method GET_ELEMENT_4_ID on class CL_SRM_XML_INSTANCE has no exception.

Method GET_ELEMENT_ATTR_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FREE_ATTRIBUTES Call by reference Type reference (TYPE) SRM_XML_ATTR_TAB list of attributes and values 20000714
2 Exporting FREE_ATTR_GID Call by reference Type reference (TYPE) I ixml gid 20000714
3 Importing ID Call by reference Type reference (TYPE) STRING id 20000714
4 Exporting IDREF Call by reference Type reference (TYPE) STRING idref 20000714
5 Exporting LASTMODDATE Call by reference Type reference (TYPE) STRING LASTMODDATE 20000714
6 Exporting LASTMODTIME Call by reference Type reference (TYPE) STRING LASTMODTIME 20000714
7 Exporting LASTMODUSER Call by reference Type reference (TYPE) STRING LASTMODUSER 20000714
8 Exporting LASTMOD_GID Call by reference Type reference (TYPE) I ixml gid 20000714
9 Exporting SPSDISPLAYNAME Call by reference Type reference (TYPE) STRING SPS displayname 20000714
10 Exporting SPSID Call by reference Type reference (TYPE) STRING ID SPS 20000714
11 Exporting STATE Call by reference Type reference (TYPE) STRING state 20000814
# Exception Resumable Description Created on
1 NO_RECORD_ELEMENT no_record_element 20000714

Method GET_GID_4_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning GID Value transfer Type reference (TYPE) I ixml gid 20000713
2 Importing ID Call by reference Type reference (TYPE) STRING unique id 20000713

Method GET_GID_4_ID on class CL_SRM_XML_INSTANCE has no exception.

Method GET_GID_BY_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Call by reference Type reference (TYPE) SRMXMLAR XML-Attribut 20031127
2 Returning GID Value transfer Type reference (TYPE) I GID 20031127

Method GET_GID_BY_ATTR on class CL_SRM_XML_INSTANCE has no exception.

Method GET_HEIGHT_BY_GID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GID Call by reference Type reference (TYPE) I 20010108
2 Returning HEIGHT Value transfer Type reference (TYPE) I 20010108

Method GET_HEIGHT_BY_GID on class CL_SRM_XML_INSTANCE has no exception.

Method GET_ID_4_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20000713
2 Returning ID Value transfer Type reference (TYPE) STRING unique id 20000713

Method GET_ID_4_ELEMENT on class CL_SRM_XML_INSTANCE has no exception.

Method GET_ID_4_GID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GID Call by reference Type reference (TYPE) I ixml gid 20000713
2 Returning ID Value transfer Type reference (TYPE) STRING unique id 20000713

Method GET_ID_4_GID on class CL_SRM_XML_INSTANCE has no exception.

Method GET_MAX_ELEMENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ID Value transfer Type reference (TYPE) STRING current max element id 20000713

Method GET_MAX_ELEMENT_ID on class CL_SRM_XML_INSTANCE has no exception.

Method GET_POID_BY_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AREA_POID_TAB Call by reference Type reference (TYPE) SRM_LIST_POID List: POID Parameter Werte 20011011
2 Importing ELEMENT Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20001019
3 Importing POINTER_NAME Call by reference Type reference (TYPE) CHAR32 e.g. 'instancePointer' 20001019
4 Exporting SP_POID_TAB Call by reference Type reference (TYPE) SRM_LIST_POID List: POID Parameter Werte 20001019
5 Exporting SRM_POID_TAB Call by reference Type reference (TYPE) SRM_LIST_POID List: POID Parameter Werte 20011011

Method GET_POID_BY_HANDLE on class CL_SRM_XML_INSTANCE has no exception.

Method GET_RAW_ATTR_BY_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTR_TAB Value transfer Type reference (TYPE) SRM_XML_ATTR_TAB list of attributes and values 20020701
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20020701

Method GET_RAW_ATTR_BY_HANDLE on class CL_SRM_XML_INSTANCE has no exception.

Method GET_SEMANTIC_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ID Value transfer Type reference (TYPE) STRING semantic id 20000830

Method GET_SEMANTIC_ID on class CL_SRM_XML_INSTANCE has no exception.

Method INSERT_NODE_BY_GID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FATHER_GID Call by reference Type reference (TYPE) I ixml gid 20000717
2 Exporting NEW_GID Call by reference Type reference (TYPE) I ixml gid 20000717
3 Importing NEW_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20000717
4 Importing REF_GID Call by reference Type reference (TYPE) I ixml gid 20000717
# Exception Resumable Description Created on
1 INS_FAILED INS_FAILED 20000717

Method INSERT_NODE_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FATHER_ID Call by reference Type reference (TYPE) STRING unique id 20000717
2 Exporting NEW_GID Call by reference Type reference (TYPE) I ixml gid 20000717
3 Importing NEW_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20000717
4 Importing REF_ID Call by reference Type reference (TYPE) STRING unique id 20000717
# Exception Resumable Description Created on
1 INS_FAILED INS_FAILED 20000717

Method IS_OR_HAS_SET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT ixml element 20001108
2 Importing GID Call by reference Type reference (TYPE) I ixml gid 20001108
3 Returning HAS_SET Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20001108
# Exception Resumable Description Created on
1 CX_SRM_XML xml (abstrakt) 20011008

Method SET_MAX_ELEMENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING current max element id 20000713

Method SET_MAX_ELEMENT_ID on class CL_SRM_XML_INSTANCE has no exception.

Method SUBTREE_2_CLIPBOARD_BY_GID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GID Call by reference Type reference (TYPE) I ixml gid 20001018
# Exception Resumable Description Created on
1 CLONING_FAILED CLONING_FAILED 20001018
2 EXPORT_FAILED export_failed 20001018
3 WRONG_PARAMS WRONG_PARAMS 20001018

Method UPDATE_LASTMOD_BY_GID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GID Call by reference Type reference (TYPE) I 20010525
# Exception Resumable Description Created on
1 WRONG_GID 20010525

Method UPD_ELEMENT_DESCR_BY_GID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCRIPTION_TAB Call by reference Type reference (TYPE) SRM_XML_DESCR_TAB tab. of description & lang 20001120
2 Importing GID Call by reference Type reference (TYPE) I ixml gid 20001120
3 Importing UPDATE_CALLER Call by reference Type reference (TYPE) STRING update caller 20050114
# Exception Resumable Description Created on
1 UPDATE_FAILED updating failed 20001120

Method UPD_ELEMENT_FREEATTR_BY_GID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT_GID Call by reference Type reference (TYPE) I ixml gid 20001120
2 Importing FREE_ATTRIBUTES Call by reference Type reference (TYPE) SRM_XML_ATTR_TAB FREE_ATTRIBUTES 20001120
3 Importing RESET_OLD_ATTRIBUTES Call by reference Type reference (TYPE) BOOLEAN 'X' boolsche Variable (X=true, -=false, space=unknown) 20021127
# Exception Resumable Description Created on
1 UPDATE_FAILED ixml inserting/replacing failed 20001120
History
Last changed by/on SAP  20110908 
SAP Release Created in 50A