SAP ABAP Class /SLOAP/CL_XML_STOR (access to stored xml data)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     /SLOAP/OUTPUT_DATA_XML (Package) Generates data xml for output generation
Properties
Class /SLOAP/CL_XML_STOR  
Short Description access to stored xml data    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SLOAP/OUTPUT_DATA_XML   Generates data xml for output generation 
Created 20100127   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /SLOAP/CL_XML_STOR has no interface implemented.
Friends
Class /SLOAP/CL_XML_STOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_XML_STOR Static Attribute Private Object reference (TYPE REF TO) /SLOAP/CL_XML_STOR access to stored xml data 20100127
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_FORMAT_XML Instance method Public Method assigment profile -> template 20100127
2 COPY_TO_NEW_VERSION Instance method Public Method copy assignments to new version 20100127
3 CREATE_HASH Instance method Private Method creates out of string MD5 hash 20100127
4 GET_ALL_FORMAT_XMLS Static method Public Method returns all existing format xmls of o category 20100127
5 GET_DATA_XML Instance method Public Method 20100127
6 GET_FORMAT_XML Instance method Public Method 20100127
7 GET_FORMAT_XML_CAT Static method Public Method get all format possible format categories 20100127
8 GET_FORMAT_XML_LIST Instance method Public Method get all format xmls assigned to a profile (object list) 20100127
9 GET_FORMAT_XML_TABLE Instance method Public Method get all format xmls assigned to a profile (table) 20100127
10 GET_INSTANCE Static method Public Method 20100127
11 GET_XML Instance method Public Method get xml by guid 20100127
12 SAVE_DATA_XML Instance method Public Method saves data XML on DB 20100127
13 SAVE_FORMAT_XML Instance method Public Method save new format template 20100127
14 UNASSIGN_FORMAT_XML Instance method Public Method unassign template from profile 20100127
Events
Class /SLOAP/CL_XML_STOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 COMPONENT Public Type reference (TYPE) ABAP_COMPONENTDESCR 20100127
2 COMPONENT_TABLE Public Type reference (TYPE) ABAP_COMPONENT_TAB 20100127
3 DESC Public Type reference (TYPE) ABAP_COMPONENTDESCR 20100127
4 INCLUDED_VIEW Public Type reference (TYPE) ABAP_COMPONENT_VIEW_TAB 20100127
5 SYMBOL_TABLE Public Type reference (TYPE) ABAP_COMPONENT_SYMBOL_TAB 20100127
Method Signatures

Method ASSIGN_FORMAT_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROFILE Call by reference Type reference (TYPE) /SLOAP/OUTPUT_PROFILE_GUID SLOAS Output Profile GUID 20100127
2 Importing IV_XML_GUID Call by reference Type reference (TYPE) /SLOAP/XML_GUID SLOAS XML GUID 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_ADT_CAT_ASSIGN 20100127

Method COPY_TO_NEW_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW_VERSION_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127

Method COPY_TO_NEW_VERSION on class /SLOAP/CL_XML_STOR has no exception.

Method CREATE_HASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20100127
2 Returning RV_HASH Value transfer Type reference (TYPE) MD5_FIELDS-HASH 20100127

Method CREATE_HASH on class /SLOAP/CL_XML_STOR has no exception.

Method GET_ALL_FORMAT_XMLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CATEGORY Call by reference Type reference (TYPE) /SLOAP/OUTPUT_CATEGORY category 20100127
2 Returning RT_OUTP_CATEGORY Value transfer Type reference (TYPE) /SLOAP/T_OUTP_CATC table with all cateories 20100127

Method GET_ALL_FORMAT_XMLS on class /SLOAP/CL_XML_STOR has no exception.

Method GET_DATA_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROFILE Call by reference Object reference (TYPE REF TO) /SLOAP/CL_OUTPUT_PROFILE 20100127
2 Importing IT_RESULT_LIST Call by reference Type reference (TYPE) /SLOAP/RESULT_LIST Result list 20100127
3 Returning RO_DATA_XML Value transfer Object reference (TYPE REF TO) /SLOAP/CL_DATA_XML 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_MISSING_DB_RECORD 20100127

Method GET_FORMAT_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XML_GUID Call by reference Type reference (TYPE) /SLOAP/XML_GUID output category for xml 20100127
2 Returning RO_FORMAT_XML Value transfer Object reference (TYPE REF TO) /SLOAP/CL_FORMAT_XML format xml 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_MISSING_DB_RECORD 20100127

Method GET_FORMAT_XML_CAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CATEGORIES Value transfer Type reference (TYPE) /SLOAP/T_OUTP_CATC All possible format categoies 20100127

Method GET_FORMAT_XML_CAT on class /SLOAP/CL_XML_STOR has no exception.

Method GET_FORMAT_XML_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) /SLOAP/OUTPUT_PROFILE_GUID SLOAS Output Profile GUID 20100127
2 Importing IV_TYPE Call by reference Type reference (TYPE) /SLOAP/OUTPUT_CATEGORY output category for xml 20100127
3 Returning RO_FORMATS Value transfer Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST SLOAS object list utility class 20100127

Method GET_FORMAT_XML_LIST on class /SLOAP/CL_XML_STOR has no exception.

Method GET_FORMAT_XML_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) /SLOAP/OUTPUT_PROFILE_GUID SLOAS Output Profile GUID 20100127
2 Importing IV_TYPE Call by reference Type reference (TYPE) /SLOAP/OUTPUT_CATEGORY output category for xml 20100127
3 Returning RT_FORMATS Value transfer Type reference (TYPE) /SLOAP/T_OUTP_CATC output category table 20100127

Method GET_FORMAT_XML_TABLE on class /SLOAP/CL_XML_STOR has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_XML_STOR Value transfer Object reference (TYPE REF TO) /SLOAP/CL_XML_STOR access to stored xml data 20100127

Method GET_INSTANCE on class /SLOAP/CL_XML_STOR has no exception.

Method GET_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XML_GUID Call by reference Type reference (TYPE) /SLOAP/XML_GUID SLOAS XML GUID 20100127
2 Returning RV_XML Value transfer Type reference (TYPE) /SLOAP/DATA_XML data xml for output generator 20100127

Method GET_XML on class /SLOAP/CL_XML_STOR has no exception.

Method SAVE_DATA_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA_XML Call by reference Object reference (TYPE REF TO) /SLOAP/CL_DATA_XML 20100127
2 Importing IT_RESULT_LIST Call by reference Type reference (TYPE) /SLOAP/RESULT_LIST SLOAS Result List 20100127
3 Importing IV_PROFILE_GUID Call by reference Type reference (TYPE) /SLOAP/OUTPUT_PROFILE_GUID SLOAS Output Profile GUID 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_FAILED_XML_STORE 20100127

Method SAVE_FORMAT_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FORMAT_XML Call by reference Object reference (TYPE REF TO) /SLOAP/CL_FORMAT_XML output category for xml 20100127
2 Importing IV_OVERWRITE Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
3 Returning RV_GUID Value transfer Type reference (TYPE) GUID Globally Unique Identifier 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_ADT_CAT_ASSIGN 20100127
2 /SLOAP/CX_OBJ_ALREADY_EXISTS 20100127

Method UNASSIGN_FORMAT_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROFILE Call by reference Type reference (TYPE) /SLOAP/OUTPUT_PROFILE_GUID SLOAS Output Profile GUID 20100127
2 Importing IV_XML_GUID Call by reference Type reference (TYPE) /SLOAP/XML_GUID SLOAS XML GUID 20100127

Method UNASSIGN_FORMAT_XML on class /SLOAP/CL_XML_STOR has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 700