SAP ABAP Class CL_CFX_TEXT_FOLDER (Manages the Folder with the XML Text Files)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_BASIS (Package) Basis Technology for the Collaboration Folders Application
Properties
Class CL_CFX_TEXT_FOLDER  
Short Description Manages the Folder with the XML Text Files    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_BASIS   Basis Technology for the Collaboration Folders Application 
Created 20010314   SAP 
Last change 20141109    
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 WBMR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CFX_TEXT_FOLDER has no interface implemented.
Friends
Class CL_CFX_TEXT_FOLDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_MIME_INFO Instance attribute Private Type reference (TYPE) WBMR_MIME_TABLE 20031222
2 MT_TEXT_FILE Instance attribute Private Type reference (TYPE) TT_TEXT_FILE 20010314
3 M_LAST_ERROR Instance attribute Private Type reference (TYPE) I sc_error* 20010314
4 SC_ERROR_FILE_NOT_FOUND Constant Public Type reference (TYPE) I 2 20010314
5 SC_ERROR_FOLDER_NOT_FOUND Constant Public Type reference (TYPE) I 1 20010314
6 SC_ERROR_NO_ERROR Constant Public Type reference (TYPE) I 0 No error 20010314
7 SC_SEPARATOR Constant Protected Type reference (TYPE) CHAR2 '__' Version Number Components 20010314
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20010314
2 CONTAINS_LANGUAGE Instance method Public Method Is the language in the folder? 20010315
3 CONTAINS_PACKAGE Instance method Public Method Is the package in the folder? 20010315
4 CONTAINS_VOCABULARY Instance method Public Method Is the vocabulary in the folder? 20010315
5 GET_ALL_MIMES Instance method Private Method Extract Mime Repository 20030120
6 GET_FILENAME Instance method Public Method Delivers the File Names for Vocabulary, Package and Language 20010314
7 GET_LANGUAGES Instance method Public Method Returns All Installed Languages 20010314
8 GET_LAST_ERROR Instance method Public Method Interrogation of Last Occurring Error 20010314
9 GET_LOIO_FOR_FILENAME Instance method Public Method Define SKWF Logical Info Objects for Mime File Names 20031222
10 GET_PACKAGES Instance method Public Method Delivers all Packages for which Texts Exist 20010314
11 GET_TEXT_FILE_INFO Instance method Private Method Delivers Package Name, Vocabulary, Language from File Name 20010314
12 GET_VOCABULARIES Instance method Public Method Delivers All Installed Vocabulary 20010314
Events
Class CL_CFX_TEXT_FOLDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TEXT_FILE Private See coding 20010314
2 T_TEXT_FILE Private See coding 20010314
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MIME_REPOSITORY_FOLDER Call by reference Type reference (TYPE) CFX_STRING Mappenname Mime-Repository der Texte 20010314

Method CONSTRUCTOR on class CL_CFX_TEXT_FOLDER has no exception.

Method CONTAINS_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20010315
2 Returning R_CONTAINS_LANGUAGE Value transfer Type reference (TYPE) ABAP_BOOL 20010315

Method CONTAINS_LANGUAGE on class CL_CFX_TEXT_FOLDER has no exception.

Method CONTAINS_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Paket 20010315
2 Returning R_CONTAINS_PACKAGE Value transfer Type reference (TYPE) ABAP_BOOL 20010315

Method CONTAINS_PACKAGE on class CL_CFX_TEXT_FOLDER has no exception.

Method CONTAINS_VOCABULARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VOCABULARY Call by reference Type reference (TYPE) CFX_T_VOCABULARY Vokabular 20010315
2 Returning R_CONTAINS_VOCABULARY Value transfer Type reference (TYPE) ABAP_BOOL 20010315

Method CONTAINS_VOCABULARY on class CL_CFX_TEXT_FOLDER has no exception.

Method GET_ALL_MIMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MIMES Value transfer Type reference (TYPE) WBMR_MIME_TABLE 20030120
2 Importing I_MIME_REPOSITORY_FOLDER Call by reference Type reference (TYPE) CFX_STRING KW Framework: URL oder Teil-URL 20030120

Method GET_ALL_MIMES on class CL_CFX_TEXT_FOLDER has no exception.

Method GET_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20010314
2 Importing I_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Paket 20010314
3 Importing I_VOCABULARY Call by reference Type reference (TYPE) CFX_T_VOCABULARY Basis Zeichenkette für Collaboration Folders 20010314
4 Returning R_FILENAME Value transfer Type reference (TYPE) CFX_STRING Basis Zeichenkette für Collaboration Folders 20010314

Method GET_FILENAME on class CL_CFX_TEXT_FOLDER has no exception.

Method GET_LANGUAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE_OUTPUT Call by reference Type reference (TYPE) LAISO Sprache der Sprachtexte 20010314
2 Importing I_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Paket 20010316
3 Returning RT_LANGUAGE Value transfer Type reference (TYPE) CFX_TT_LANG Tabelle mit Sprachen 20010314

Method GET_LANGUAGES on class CL_CFX_TEXT_FOLDER has no exception.

Method GET_LAST_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LAST_ERROR Value transfer Type reference (TYPE) I 20010314

Method GET_LAST_ERROR on class CL_CFX_TEXT_FOLDER has no exception.

Method GET_LOIO_FOR_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILENAME Call by reference Type reference (TYPE) STRING 20031222
2 Returning R_MIMELOIO Value transfer Type reference (TYPE) SKWF_IO KW Framework: Objektschlüssel 20031222

Method GET_LOIO_FOR_FILENAME on class CL_CFX_TEXT_FOLDER has no exception.

Method GET_PACKAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PACKAGE Value transfer Type reference (TYPE) CFX_TT_PACKAGE 20010314

Method GET_PACKAGES on class CL_CFX_TEXT_FOLDER has no exception.

Method GET_TEXT_FILE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20010314
2 Exporting E_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Paket 20010314
3 Exporting E_VOCABULARY Call by reference Type reference (TYPE) CFX_T_VOCABULARY Vokabular 20010314
4 Importing I_FILE_NAME Call by reference Type reference (TYPE) SKWF_DESCR KW Framework: Beschreibungstext 20010314

Method GET_TEXT_FILE_INFO on class CL_CFX_TEXT_FOLDER has no exception.

Method GET_VOCABULARIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20010316
2 Importing I_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Paket 20010316
3 Returning RT_VOCABULARY Value transfer Type reference (TYPE) CFX_TT_VOCABULARY 20010314

Method GET_VOCABULARIES on class CL_CFX_TEXT_FOLDER has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 20A