SAP ABAP Class CL_FDT_XSL_TRANSFORMATION (FDT: XSL Transformation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_EXPRESSIONS (Package) BRFplus: Expressions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_EXPRESSION FDT: Abstract Expression Class 20060716
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FDT_XSL_TRANSFORMATION FDT: XSL Transformation 20060716
Properties
Class CL_FDT_XSL_TRANSFORMATION  
Short Description FDT: XSL Transformation    
Super Class CL_FDT_EXPRESSION FDT: Abstract Expression Class 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_EXPRESSIONS   BRFplus: Expressions 
Created 20060716   SAP 
Last change 20130531   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)
2 IF_FDT_ADMIN_DATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_XSL_TRANSFORMATION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FDT_XSL_TRANSFORMATION FDT: XSL Transformation 20060716
Friends
# Friend Modeled only Created on Description
1 CL_FDT_FACTORY 20060716 FDT: Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_EXPR_2100 Constant Private Type reference (TYPE) TABNAME 'FDT_EXPR_2100' Table Name 20070813
2 GC_EXPR_2101 Constant Private Type reference (TYPE) TABNAME 'FDT_EXPR_2101' Table Name 20070813
3 MS_BUFFER Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Buffer 20060716
4 MS_BUFFER_DB Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Buffer 20060716
5 MV_ID Instance attribute Public Attribute reference (LIKE) 20060716
6 MV_MS_BUFFER_DB_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER_DB is loaded 20070813
7 MV_MS_BUFFER_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER is loaded 20060801
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_PARAMETERS Instance method Private Method Check the transformation parameters 20070522
2 CHECK_TRANSFORMATION Instance method Private Method Check the transformation settings 20060717
3 GENERATE_XSL_TRANSFORM_PROCESS Instance method Private Method Generate Case Process 20090209
4 LOAD_BUFFER Instance method Private Method Load the buffer 20060716
5 LOAD_BUFFER_DB Instance method Private Method Load the buffer from data base 20060716
6 SAVE_BUFFER_DB Instance method Private Method Save the buffer into the data base 20060716
7 SET_BUFFER Instance method Private Method Set the buffer 20060716
Events
Class CL_FDT_XSL_TRANSFORMATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUFFER Private See coding Transactional Buffer 20060716 BEGIN OF s_buffer, transformation TYPE if_fdt_xsl_transformation=>transformation, transformation_id TYPE if_fdt_types=>id, ts_transformation_parameter TYPE if_fdt_types=>ts_object_id, END OF s_buffer
Method Signatures

Method CHECK_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITS_PARAMETER Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20070522
2 Importing IV_ACTIVATION_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Only relevant for complex check called by check method 20070522
3 Importing IV_COMPLEX_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Check takes other attributes into acount (table_name) 20070522
4 Returning RT_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20070522

Method CHECK_PARAMETERS on class CL_FDT_XSL_TRANSFORMATION has no exception.

Method CHECK_TRANSFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRANSFORMATION Call by reference Type reference (TYPE) IF_FDT_XSL_TRANSFORMATION=>TRANSFORMATION Name of an XSLT Program 20060717
2 Importing IV_TRANSFORMATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Expression or Data Object ID 20060717
3 Returning RS_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>S_MESSAGE Message 20060717

Method CHECK_TRANSFORMATION on class CL_FDT_XSL_TRANSFORMATION has no exception.

Method GENERATE_XSL_TRANSFORM_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTS_USED_CONTEXT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_USED_CONTEXT_ID 20090209
2 Exporting ET_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE 20090209
3 Exporting EV_DEEP_TRACED Call by reference Type reference (TYPE) ABAP_BOOL 20090209
4 Importing IO_GENERATION_MNGR Call by reference Object reference (TYPE REF TO) CL_FDT_GENERATION_MANAGER FDT: Generation of Classes 20090209
5 Importing IV_CREATE_VARIABLE Call by reference Type reference (TYPE) ABAP_BOOL 20090209
6 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20090209
7 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20090209
8 Importing IV_VARIABLE_NAME Call by reference Type reference (TYPE) CLIKE 20090209
# Exception Resumable Description Created on
1 CX_FDT_GENERATION FDT: Error in the Generation Process 20090209
2 CX_FDT_INPUT FDT: Invalid Input 20090209

Method LOAD_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Timestamp of active version 20070811
2 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION 20060716
3 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20060716
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20060716

Method LOAD_BUFFER_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION 20060716
2 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20060716
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20060716

Method SAVE_BUFFER_DB Signature

Method SAVE_BUFFER_DB on class CL_FDT_XSL_TRANSFORMATION has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_XSL_TRANSFORMATION has no exception.

Method SET_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUFFER Call by reference Type reference (TYPE) S_BUFFER 20060716

Method SET_BUFFER on class CL_FDT_XSL_TRANSFORMATION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710