SAP ABAP Class CL_RSAN_MDL_DT_FILE (Data Target - File)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-APD (Application Component) Analysis Process Designer
     RSAN_MDL (Package) APD - Tool - Object Model
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSAN_MDL_ABSTRACT_NODE Base Class of a Node 20030612
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSAN_MDL_DT_NODE Interface for Target Nodes 20031116
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSAN_MDL_MAPPING_TARGET Object Can Be Used as Target of a Mapping Rule 20030612
Properties
Class CL_RSAN_MDL_DT_FILE  
Short Description Data Target - File    
Super Class CL_RSAN_MDL_ABSTRACT_NODE Base Class of a Node 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSAN_MDL    
Program status     
Category 0   
Package RSAN_MDL   APD - Tool - Object Model 
Created 20030612   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SABC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSAN_MDL_DT_NODE Interface for Target Nodes 20031116
2 IF_RSAN_MDL_MAPPING_TARGET Object Can Be Used as Target of a Mapping Rule 20030612
Friends
Class CL_RSAN_MDL_DT_FILE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPLSERV Instance attribute Public Type reference (TYPE) AS4FLAG File Is On Appl. Server 20030612
2 FIELD_SEPARATOR Instance attribute Public Type reference (TYPE) RSAN_MDL_FIELD_SEPARATOR Field Separator 20030612
3 FIELD_TYPE_SEPARATOR Instance attribute Public Type reference (TYPE) RSAN_MDL_FIELD_SEPARATOR Field InfoObject/Type Separator - For Files with Header 20030613
4 FILE Instance attribute Public Type reference (TYPE) STRING File Name 20030612
5 FILE_TYPE Instance attribute Public Type reference (TYPE) RSAN_MDL_FILE_TYPE 20030619
6 FILE_WITH_HEADER Instance attribute Public Type reference (TYPE) AS4FLAG Write Header (Similar to DS_FILE) 20030613
7 FILE_WRITE_MODE Instance attribute Public Type reference (TYPE) RSAN_MDL_FILE_WRITE_MODE 20030619
8 LOGICAL_FILE_NAME Instance attribute Public Type reference (TYPE) AS4FLAG File Name Contains Logical File Name (Transaction FILE) 20030624
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030612
2 GET_MAPPING_TARGET_FIELDS Instance method Public Method 20030612
3 GET_MAX_NUMBER_OF_SOURCES Instance method Public Method 20030612
4 GET_REAL_APP_SERVER_FILE_NAME Instance method Public Method Returns Real (Physical File Name) Also If Logical File Used 20030701
5 SET_APPLSERV Instance method Public Method 20030612
6 SET_FIELD_SEPARATOR Instance method Public Method 20030615
7 SET_FIELD_TYPE_SEPARATOR Instance method Public Method 20030615
8 SET_FILE Instance method Public Method 20030612
9 SET_FILE_TYPE Instance method Public Method 20030619
10 SET_FILE_WITH_HEADER Instance method Public Method 20030613
11 SET_FILE_WRITE_MODE Instance method Public Method 20030619
12 SET_LOGICAL_FILE_NAME Instance method Public Method Set in Case File is on Application Server 20030624
Events
Class CL_RSAN_MDL_DT_FILE has no event.
Types
Class CL_RSAN_MDL_DT_FILE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSAN_MDL_DT_FILE has no parameter.
Method CONSTRUCTOR on class CL_RSAN_MDL_DT_FILE has no exception.

Method GET_MAPPING_TARGET_FIELDS Signature

Method GET_MAPPING_TARGET_FIELDS on class CL_RSAN_MDL_DT_FILE has no parameter.
Method GET_MAPPING_TARGET_FIELDS on class CL_RSAN_MDL_DT_FILE has no exception.

Method GET_MAX_NUMBER_OF_SOURCES Signature

Method GET_MAX_NUMBER_OF_SOURCES on class CL_RSAN_MDL_DT_FILE has no parameter.
Method GET_MAX_NUMBER_OF_SOURCES on class CL_RSAN_MDL_DT_FILE has no exception.

Method GET_REAL_APP_SERVER_FILE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_REAL_FILENAME Value transfer Type reference (TYPE) STRING 20030701
# Exception Resumable Description Created on
1 FAILED 20030701

Method SET_APPLSERV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) AS4FLAG I_VALUE 20030612

Method SET_APPLSERV on class CL_RSAN_MDL_DT_FILE has no exception.

Method SET_FIELD_SEPARATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) RSAN_MDL_FIELD_SEPARATOR Field separator 20030615

Method SET_FIELD_SEPARATOR on class CL_RSAN_MDL_DT_FILE has no exception.

Method SET_FIELD_TYPE_SEPARATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) RSAN_MDL_FIELD_SEPARATOR Field type (infoobject) separator 20030615

Method SET_FIELD_TYPE_SEPARATOR on class CL_RSAN_MDL_DT_FILE has no exception.

Method SET_FILE Signature

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

Method SET_FILE on class CL_RSAN_MDL_DT_FILE has no exception.

Method SET_FILE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) RSAN_MDL_FILE_TYPE I_VALUE 20030619

Method SET_FILE_TYPE on class CL_RSAN_MDL_DT_FILE has no exception.

Method SET_FILE_WITH_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) AS4FLAG I_VALUE 20030613

Method SET_FILE_WITH_HEADER on class CL_RSAN_MDL_DT_FILE has no exception.

Method SET_FILE_WRITE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) RSAN_MDL_FILE_WRITE_MODE I_VALUE 20030619

Method SET_FILE_WRITE_MODE on class CL_RSAN_MDL_DT_FILE has no exception.

Method SET_LOGICAL_FILE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) AS4FLAG 'X' Flag (X oder Blank) 20030624

Method SET_LOGICAL_FILE_NAME on class CL_RSAN_MDL_DT_FILE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400