SAP ABAP Class CL_RMPS_TRANSFER_GEN_TEMPLATE (Generate an XML Template)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-RCM (Application Component) Records and Case Management
     RMPS_DOD_TRANSFER_DESIGNTIME (Package) DoD: Transfer - Design time related artifacts
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RMPS_TRANSFER_XML Parent class of XML generation 20090824
Properties
Class CL_RMPS_TRANSFER_GEN_TEMPLATE  
Short Description Generate an XML Template    
Super Class CL_RMPS_TRANSFER_XML Parent class of XML generation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RMPS_DOD_TRANSFER_DESIGNTIME   DoD: Transfer - Design time related artifacts 
Created 20090824   SAP 
Last change 20110908   SAP 
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 CL_RMPS_TRANSFER_GEN_TEMPLATE has no interface implemented.
Friends
Class CL_RMPS_TRANSFER_GEN_TEMPLATE has no friend class.
Attributes
Class CL_RMPS_TRANSFER_GEN_TEMPLATE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ATTRIBUTE_CLOSE Instance method Protected Method Finish an attribute declaration 20090824
2 ATTRIBUTE_OPEN Instance method Protected Method Begin an attribute declaration 20090824
3 ATTRIBUTE_SIMPLE Instance method Protected Method Declare a non-literal attribute 20090824
4 CLOSE_ALL_TAGS Instance method Private Method Close all open tags 20091124
5 COND_CLOSE Instance method Protected Method close the condition for optional elements or attributes 20100203
6 COND_OPEN Instance method Protected Method open a condition for optional elements or properties 20100203
7 CUSTOM_TAG_CLOSE Instance method Protected Method Finish a custom tag declaration 20090824
8 CUSTOM_TAG_OPEN Instance method Protected Method Begin declaration of any tag 20090824
9 GENERATE_ST_TEMPLATES Instance method Public Method Generate a XML Template 20090824
10 GEN_TEMPLATE Instance method Protected Method Generate the template for entity Record 20091204
11 GET_INSTANCE Static method Public Method Factory method 20090824
12 GROUP_CLOSE Instance method Protected Method Close a loop 20100211
13 GROUP_OPEN Instance method Protected Method Open a group 20100211
14 LOOP_CLOSE Instance method Protected Method Close a loop 20090827
15 LOOP_OPEN Instance method Protected Method Open a loop 20090827
16 ROOT Instance method Protected Method Declare a Root 20090824
17 STYLE_SHEET_REF Instance method Protected Method Generatte a reference to a xsl style sheet 20091203
18 TEMPLATE_CLOSE Instance method Protected Method Finish template declaration 20090824
19 TEMPLATE_OPEN Instance method Protected Method Begin of template declaration 20090824
20 TRANSFORM_CLOSE Instance method Protected Method Finish transform declaration 20090824
21 TRANSFORM_OPEN Instance method Protected Method Begin a transform declaration 20090824
22 VALUE Instance method Protected Method Declare a value 20090827
Events
Class CL_RMPS_TRANSFER_GEN_TEMPLATE has no event.
Types
Class CL_RMPS_TRANSFER_GEN_TEMPLATE has no local type.
Method Signatures

Method ATTRIBUTE_CLOSE Signature

Method ATTRIBUTE_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no parameter.
Method ATTRIBUTE_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method ATTRIBUTE_OPEN 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 20090824

Method ATTRIBUTE_OPEN on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method ATTRIBUTE_SIMPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAP Call by reference Type reference (TYPE) STRING 20090824
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20090824
3 Importing IV_REF Call by reference Type reference (TYPE) STRING 20090824
4 Importing IV_USE_PREFIX Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090824
5 Importing IV_VAL_REF Call by reference Type reference (TYPE) STRING 20090824

Method ATTRIBUTE_SIMPLE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method CLOSE_ALL_TAGS Signature

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

Method CLOSE_ALL_TAGS on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method COND_CLOSE Signature

Method COND_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no parameter.
Method COND_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method COND_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FRQ Call by reference Type reference (TYPE) STRING Single-Character Flag 20100211

Method COND_OPEN on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method CUSTOM_TAG_CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TAG_NAME Call by reference Type reference (TYPE) STRING 20090824

Method CUSTOM_TAG_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method CUSTOM_TAG_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTENSIBLE Call by reference Type reference (TYPE) STRING 20100218
2 Importing IV_LAX Call by reference Type reference (TYPE) STRING 20100218
3 Importing IV_REF Call by reference Type reference (TYPE) STRING 20090828
4 Importing IV_TAG_NAME Call by reference Type reference (TYPE) STRING 20090824

Method CUSTOM_TAG_OPEN on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method GENERATE_ST_TEMPLATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ST_TEMPL Call by reference Type reference (TYPE) RMPS_T_TRF_ENTITY_MAP_ST_TPL DoD: Transfer - entity map and ST template as table 20091208
2 Importing IT_COMPONENT Call by reference Type reference (TYPE) RMPS_T_TRF_TPL_ENTITY_COMP DoD: Transfer - template entity and component 20091012
3 Importing IT_PARENT_PATH Call by reference Type reference (TYPE) RMPS_T_TRF_ENTITY_MAP_PAR_PATH DoD: Transfer - entity map and xml parent path 20091006
4 Importing IT_PROP Call by reference Type reference (TYPE) RMPS_T_TRF_PROP DoD: Transfer - properties 20090824
# Exception Resumable Description Created on
1 CX_RMPS_TRANSFER_GENERATION DoD: Transfer - generation (ST, XSD) - exceptions 20090925

Method GEN_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ST_TEMPL Call by reference Type reference (TYPE) O2PAGELINE_TABLE O2: Oxygen Page Table 20091204
2 Importing IT_COMPONENT Call by reference Type reference (TYPE) RMPS_T_TRF_TPL_ENTITY_COMP DoD: Transfer - template entity and component 20091221
3 Importing IT_PARENT_PATH Call by reference Type reference (TYPE) RMPS_T_TRF_ENTITY_MAP_PAR_PATH DoD: Transfer - entity map and xml parent path 20091204
4 Importing IT_PROP Call by reference Type reference (TYPE) RMPS_T_TRF_PROP DoD: Transfer - properties 20091204

Method GEN_TEMPLATE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_GEN_TMPL Value transfer Object reference (TYPE REF TO) CL_RMPS_TRANSFER_GEN_TEMPLATE Generate an XML Template 20090824

Method GET_INSTANCE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method GROUP_CLOSE Signature

Method GROUP_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no parameter.
Method GROUP_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method GROUP_OPEN Signature

Method GROUP_OPEN on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no parameter.
Method GROUP_OPEN on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method LOOP_CLOSE Signature

Method LOOP_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no parameter.
Method LOOP_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method LOOP_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALIAS Call by reference Type reference (TYPE) STRING 20090827
2 Importing IV_NODE Call by reference Type reference (TYPE) STRING 20090827

Method LOOP_OPEN on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method ROOT 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 20090824

Method ROOT on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method STYLE_SHEET_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HREF Call by reference Type reference (TYPE) STRING ref to style sheet 20091203

Method STYLE_SHEET_REF on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method TEMPLATE_CLOSE Signature

Method TEMPLATE_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no parameter.
Method TEMPLATE_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method TEMPLATE_OPEN Signature

Method TEMPLATE_OPEN on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no parameter.
Method TEMPLATE_OPEN on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method TRANSFORM_CLOSE Signature

Method TRANSFORM_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no parameter.
Method TRANSFORM_CLOSE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method TRANSFORM_OPEN Signature

Method TRANSFORM_OPEN on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no parameter.
Method TRANSFORM_OPEN on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.

Method VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAPPING Call by reference Type reference (TYPE) STRING 20090827
2 Importing IV_NODE Call by reference Type reference (TYPE) STRING 20090827

Method VALUE on class CL_RMPS_TRANSFER_GEN_TEMPLATE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702