SAP ABAP Function Module SWUP__GET_FOLDER_ID (Objekt-ID einer existierenden Mappe über ihren Namen bestimmen.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWU (Package) Business Workflow: Utility Functions (Package-Independent)
Basic Data
Function Module SWUP__GET_FOLDER_ID Objekt-ID einer existierenden Mappe über ihren Namen bestimmen.  
Function Group SWUP   Implementation of Favorites Function  
Program Name SAPLSWUP    
INCLUDE Name LSWUPU07    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting FOLDER_ID TYPE SO_OBJ_ID Object-ID der gefundenen Mappe
Exporting FOLDER_DESC TYPE SO_OBJ_DES Beschreibung der gefundenen Mappe
Importing FOLDER_NAME TYPE SO_OBJ_NAM Name der Mappe, deren ID ermittelt werden soll.
Importing FOLDER_DESC TYPE SO_OBJ_DES Beschreibung der gefundenen Mappe
Importing TARGET_FOLDER_ID TYPE SO_OBJ_ID Wurzel(Mappe), in der gesucht wird.
Exception NO_AUTHRORIZATION_FOR_FOLDER TYPE Keine Leseberechtigung für persönliche Mappe.
Exception NO_ROOT_FOLDER TYPE Konnte keine gültige Wurzel ermitteln.
Exception ERROR_ACCESSING_ROOT_FOLDER TYPE Fehler beim Zugriff auf Wurzel(Mappe).
Exception INVALID_FOLDER_NAME TYPE Kein gültiger Mappenname (INITIAL oder SPACE)
Exception FOLDER_DOES_NOT_EXIST TYPE Gesuchte Mappe nicht in Zielmappe gefunden.
Exception ERROR_READING_FOLDER_TREE TYPE Fehler beim Lesen der Verzeichnisstruktur.
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19990505 
SAP Release Created in