SAP ABAP Class CL_SKWF_NAMESPACE_UTIL (INTERNAL: Utility Functions for FG SKWF_NAMESPACE)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-KPR-DMF (Application Component) Document Management Framework
     SKWF (Package) SAP Knowledge Warehouse Framework
Properties
Class CL_SKWF_NAMESPACE_UTIL  
Short Description INTERNAL: Utility Functions for FG SKWF_NAMESPACE    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SKWF   SAP Knowledge Warehouse Framework 
Created 20000714   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SKWF_FOLDER_UTIL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 SKWFC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SKWFN Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SKWFP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SKWF_NAMESPACE_UTIL has no interface implemented.
Friends
Class CL_SKWF_NAMESPACE_UTIL has no friend class.
Attributes
Class CL_SKWF_NAMESPACE_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_IO_TO_URL Static method Public Method Expands URL for a Given Document 20000717
2 APPL_AND_FOLDERS_QUEUE Static method Public Method (Un)lock Application and/or Directories 20010124
3 GET_ALL_PARENTS_OF_IO Static method Public Method Gets all Parents (Folder+App) for an IO, opt. Lock 20010124
4 GET_IO_BY_URL Static method Public Method Finds Document in List via URL 20000717
5 GET_IO_FROM_LIST_BY_URL Static method Public Method Finds Document in List via URL 20000717
6 GET_RELATIVE_URL_OF_IO Static method Public Method Gets the Relative URL of an Info Object 20000720
7 GET_RELATIVE_URL_OF_IOS Static method Public Method Gets the Relative URL of Several Info Objects 20001214
8 GET_ROOT_IO_BY_URL Static method Public Method Finds Document in List via URL 20000717
9 GET_ROOT_PACKAGE_APPL Static method Public Method Gets Application if Package ID is a Root Package 20010121
10 IO_RENAME Static method Public Method Rename IO 20010302
11 NAME_CHECK_IO Static method Public Method Checks a URL at Folder Level 20000717
12 NAME_CHECK_IOS Static method Public Method Checks a URL at Folder Level 20000829
13 NAME_CHECK_ROOT_IO Static method Public Method Checks a URL at Application Root Level 20000714
14 URL_PART_VALID Static method Public Method Checks if a URL Name is Valid 20000801
Events
Class CL_SKWF_NAMESPACE_UTIL has no event.
Types
Class CL_SKWF_NAMESPACE_UTIL has no local type.
Method Signatures

Method ADD_IO_TO_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO Call by reference Type reference (TYPE) SKWF_IO SDOK: BOR-Schlüssel für Informationsobjekt 20000717
2 Changing URL Call by reference Type reference (TYPE) SKWF_URL KW Framework: URL oder Teil-URL 20000717

Method ADD_IO_TO_URL on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method APPL_AND_FOLDERS_QUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPL Call by reference Type reference (TYPE) SKWF_APPL Applikation 20010124
2 Exporting ERROR Call by reference Type reference (TYPE) SKWF_ERROR KW Framework: Fehler Objekt 20010124
3 Importing FOLDERS Call by reference Type reference (TYPE) SKWF_IOS Tabelle mit getypten Info Objekten 20010124
4 Importing X_EXCLUSIVE Call by reference Type reference (TYPE) SKWF_FLAG 'X' 'X': Exclusive Sperre 20010124
5 Importing X_LOCK Call by reference Type reference (TYPE) SKWF_FLAG 'X': Lock, ' ': Unlock 20010124
6 Importing X_WAIT Call by reference Type reference (TYPE) SKWF_FLAG 'X': Auf Sperre ggf. eine Zeit lang warten 20010124

Method APPL_AND_FOLDERS_QUEUE on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method GET_ALL_PARENTS_OF_IO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ALL_PARENT_FOLDERS Call by reference Type reference (TYPE) SKWF_IOS Alle Vaterverzeichnisse 20010124
2 Exporting APPL Call by reference Type reference (TYPE) SKWF_APPL Applikation 20010124
3 Exporting ERROR Call by reference Type reference (TYPE) SKWF_ERROR KW Framework: Fehler Objekt 20010124
4 Exporting HOME_FOLDER Call by reference Type reference (TYPE) SKWF_IO Home-Verzeichnis 20010124
5 Importing IO Call by reference Type reference (TYPE) SKWF_IO IO 20010124
6 Importing X_LOCK Call by reference Type reference (TYPE) SKWF_FLAG 'X': Alle Folder+App locken 20010124
7 Importing X_ONLY_UNNAMED_LINKS Call by reference Type reference (TYPE) SKWF_FLAG 'X': Nur Links ohne eigenen Namen berücksichtigen 20010124

Method GET_ALL_PARENTS_OF_IO on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method GET_IO_BY_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ERROR Call by reference Type reference (TYPE) SKWF_ERROR KW Framework: Fehler Objekt 20000717
2 Exporting IO Call by reference Type reference (TYPE) SKWF_IO SDOK: BOR-Schlüssel für Informationsobjekt 20000717
3 Importing ROOT_IO Call by reference Type reference (TYPE) SKWF_IO Root-Objekt 20000717
4 Importing URL Call by reference Type reference (TYPE) SKWF_URL KW Framework: URL oder Teil-URL 20000717
5 Importing URL_PART Call by reference Type reference (TYPE) SKWF_DESCR Relative URL (auch Klasse~GUID) 20000717

Method GET_IO_BY_URL on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method GET_IO_FROM_LIST_BY_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ERROR Call by reference Type reference (TYPE) SKWF_ERROR KW Framework: Fehler Objekt 20000717
2 Exporting IO Call by reference Type reference (TYPE) SKWF_IO SDOK: BOR-Schlüssel für Informationsobjekt 20000717
3 Importing IOS Call by reference Type reference (TYPE) SKWF_IOS Objektliste 20000717
4 Importing PARENT_FOLDER Call by reference Type reference (TYPE) SKWF_IO Opt.: Vaterverzeichnis (für Links) 20010219
5 Importing PROPERTIES_RELATIVE_URL Call by reference Type reference (TYPE) SDOKPROPTLS Liste von Attributausprägungen von Objekten 20011017
6 Importing URL_PART Call by reference Type reference (TYPE) SKWF_DESCR Relative URL (auch Klasse~GUID) 20000717

Method GET_IO_FROM_LIST_BY_URL on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method GET_RELATIVE_URL_OF_IO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO Call by reference Type reference (TYPE) SKWF_IO IO 20000720
2 Returning NAME Value transfer Type reference (TYPE) SKWF_DESCR Relative URL 20010124
3 Importing PARENT_FOLDER Call by reference Type reference (TYPE) SKWF_IO Opt. Vaterverzeichnis (für Link-Namen) 20010122
4 Importing PREFETCHED_URLS Call by reference Type reference (TYPE) SKWF_IONAMS Tabelle mit IOs und ihren Anzeigenamen 20011122

Method GET_RELATIVE_URL_OF_IO on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method GET_RELATIVE_URL_OF_IOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BAD_IOS Call by reference Type reference (TYPE) SKWF_IOERRS Tabelle mit KW-Objektfehler Objekten 20001218
2 Importing IOS Call by reference Type reference (TYPE) SKWF_IOS Tabelle mit getypten Info Objekten 20001214
3 Importing PARENT_FOLDER Call by reference Type reference (TYPE) SKWF_IO Opt. Vaterverzeichnis (für Linknamen) 20010122
4 Importing PREFETCHED_URLS Call by reference Type reference (TYPE) SKWF_IONAMS Tabelle mit IOs und ihren Anzeigenamen 20011115
5 Exporting RELATIVE_URLS Call by reference Type reference (TYPE) SKWF_IONAMS Tabelle mit IOs und Namen 20001214

Method GET_RELATIVE_URL_OF_IOS on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method GET_ROOT_IO_BY_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION Call by reference Type reference (TYPE) SKWF_APPL Name der Applikation 20000717
2 Exporting ERROR Call by reference Type reference (TYPE) SKWF_ERROR KW Framework: Fehler Objekt 20000717
3 Exporting IO Call by reference Type reference (TYPE) SKWF_IO SDOK: BOR-Schlüssel für Informationsobjekt 20000717
4 Importing URL Call by reference Type reference (TYPE) SKWF_URL KW Framework: URL oder Teil-URL 20000717
5 Importing URL_PART Call by reference Type reference (TYPE) SKWF_DESCR Relative URL (auch Klasse~GUID) 20000717

Method GET_ROOT_IO_BY_URL on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method GET_ROOT_PACKAGE_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning APPL Value transfer Type reference (TYPE) SKWF_APPL Applikation 20010121
2 Importing PACKAGE_ID Call by reference Type reference (TYPE) SKWF_PKGID KW Framework: Package-Kennung 20010121

Method GET_ROOT_PACKAGE_APPL on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method IO_RENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ERROR Call by reference Type reference (TYPE) SKWF_ERROR KW Framework: Fehler Objekt 20010302
2 Importing IO Call by reference Type reference (TYPE) SKWF_IO Umzubenennendes IO 20010302
3 Importing PARENT_FOLDER Call by reference Type reference (TYPE) SKWF_IO Vaterverzeichnis (für Link-Umbenennung) 20010302
4 Importing URL_PART Call by reference Type reference (TYPE) SKWF_URLP Neuer Name 20010302
5 Importing X_NO_EVENTS Call by reference Type reference (TYPE) SKWF_FLAG 'X': Keine Events auslösen 20010302

Method IO_RENAME on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method NAME_CHECK_IO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ERROR Value transfer Type reference (TYPE) SKWF_ERROR KW Framework: Fehler Objekt 20000717
2 Importing FOLDER Call by reference Type reference (TYPE) SKWF_IO KW Framework: Applikation 20000717
3 Importing FOLDER_IOS Call by reference Type reference (TYPE) SKWF_IOS Verzeichnis-IOs, falls vorhanden 20010126
4 Importing URL_PART Call by reference Type reference (TYPE) SKWF_REFST-URL_PART KW Framework: URL Teil 20000717

Method NAME_CHECK_IO on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method NAME_CHECK_IOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BAD_IOS Call by reference Type reference (TYPE) SKWF_OBERRS Tabelle mit KW-Objektfehler Objekten 20000829
2 Exporting ERROR Call by reference Type reference (TYPE) SKWF_ERROR KW Framework: Fehler Objekt 20000829
3 Importing FOLDER Call by reference Type reference (TYPE) SKWF_IO KW Framework: Applikation 20000829
4 Importing FOLDER_IOS Call by reference Type reference (TYPE) SKWF_IOS Liste der Verzeichnis-IOs, falls vorhanden 20010126
5 Importing IO_URL_PARTS Call by reference Type reference (TYPE) SKWF_IOLNKS Tabelle mit Relativen URLs 20010124

Method NAME_CHECK_IOS on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method NAME_CHECK_ROOT_IO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION Call by reference Type reference (TYPE) SKWF_APPLS-APPL KW Framework: Applikation 20000714
2 Returning ERROR Value transfer Type reference (TYPE) SKWF_ERROR KW Framework: Fehler Objekt 20000714
3 Importing URL_PART Call by reference Type reference (TYPE) SKWF_REFST-URL_PART KW Framework: URL Teil 20000714

Method NAME_CHECK_ROOT_IO on class CL_SKWF_NAMESPACE_UTIL has no exception.

Method URL_PART_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_INVALID_CHAR_REF Call by reference Object reference (TYPE REF TO) CHAR1 Referenz auf das ungültige Zeichen 20030506
2 Importing P_URL_PART Call by reference Type reference (TYPE) SKWF_URLP URL-Name 20000801
3 Importing P_X_TOLERANT_MODE Call by reference Type reference (TYPE) SKWF_FLAG 'X': tolerante Prüfung 20040305
4 Returning P_X_VALID Value transfer Type reference (TYPE) SKWF_FLAG X: Name ist gültig 20000801

Method URL_PART_VALID on class CL_SKWF_NAMESPACE_UTIL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 50A