SAP ABAP Class CL_RDPT_SCHEDULE_PARSER (Parse the ALOC Schedule Data)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FIN-FSCM-TRM-TM (Application Component) Transaction Manager
     FTBAS (Package) Redemption Schedules
Properties
Class CL_RDPT_SCHEDULE_PARSER  
Short Description Parse the ALOC Schedule Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FTBAS   Redemption Schedules 
Created 19991021   SAP 
Last change 20011016   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RDPT_SCHEDULE_PARSER has no forward declaration.
Interfaces
Class CL_RDPT_SCHEDULE_PARSER has no interface implemented.
Friends
Class CL_RDPT_SCHEDULE_PARSER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _CON_CONTROL Constant Private Type reference (TYPE) CHAR1 '3' Control Record 19991021
2 _CON_HEADER Constant Private Type reference (TYPE) CHAR1 '1' Header Record 19991021
3 _CON_REDEMPTION Constant Private Type reference (TYPE) CHAR1 '2' Redemption Record 19991021
4 _FILENAME Instance attribute Private Type reference (TYPE) LOCALFILE File Name 19991021
5 _IT_FILEDATA Instance attribute Private Type reference (TYPE) RDPT_CHAR0064S Table with Data from the File 19991021
6 _PCOIMPSCHEDULES Instance attribute Private Object reference (TYPE REF TO) CL_RDPT_COLLECTION Collection with Import Schedules 19991021
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19991021
2 GETFILENAME Instance method Public Method Get File Name Used by the Parser 19991201
3 GETIMPSCHEDULES Instance method Public Method Get the Imported Schedules Stored in a Collection 19991021
4 PARSEFILEDATA Instance method Private Method Parse the Data from the Input File 19991021
Events
Class CL_RDPT_SCHEDULE_PARSER has no event.
Types
Class CL_RDPT_SCHEDULE_PARSER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FILE_NAME Value transfer Type reference (TYPE) LOCALFILE File name holding the schedules in ALOC format 19991021
2 Importing IM_FILE_NAME_USER_DIALOG Value transfer Type reference (TYPE) XFELD ' ' Do we want a user dialog for the file name 19991022
# Exception Resumable Description Created on
1 EXC_FILE_READ_ERROR Error when reading from input file 19991021
2 EXC_PARSING_ERROR Parsing error - the data format was not correct 19991021

Method GETFILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FILE_NAME Value transfer Type reference (TYPE) LOCALFILE File name used by the parser 19991201

Method GETFILENAME on class CL_RDPT_SCHEDULE_PARSER has no exception.

Method GETIMPSCHEDULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_IMP_SCHEDULES Value transfer Object reference (TYPE REF TO) CL_RDPT_COLLECTION Collection of import schedules 19991021

Method GETIMPSCHEDULES on class CL_RDPT_SCHEDULE_PARSER has no exception.

Method PARSEFILEDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_IT_FILE_DATA Call by reference Type reference (TYPE) RDPT_CHAR0064S Table holding the file data 19991021
# Exception Resumable Description Created on
1 EXC_PARSING_ERROR Error when parsing the data 19991021
History
Last changed by/on SAP  20011016 
SAP Release Created in