SAP ABAP Function Module SWUP_FAV_FOLDER_CREATE (Neue Favoriten-Mappe anlegen.)
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_FAV_FOLDER_CREATE | Neue Favoriten-Mappe anlegen. |
| Function Group | SWUP | Implementation of Favorites Function |
| Program Name | SAPLSWUP | |
| INCLUDE Name | LSWUPU06 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
NEW_FOLDER_ID | TYPE | SO_OBJ_ID | Object-ID der angelegten Mappe. | |||
| |
FOLDER_NAME | TYPE | SO_OBJ_NAM | Name der anzulegenden Mappe. | |||
| |
FOLDER_DESCRIPTION | TYPE | SO_OBJ_DES | Beschreibungstext für die anzulegende Mappe. | |||
| |
TARGET_FOLDER_ID | TYPE | SO_OBJ_ID | Alternative 1: Object-ID der Zielmappe. | |||
| |
TARGET_FOLDER_NAME | TYPE | SO_OBJ_NAM | Alternative 2: Name der Zielmappe. | |||
| |
INITIALIZE_FAVOURITES | TYPE | XFELD | Falls = 'X', wird jede Zielmappe aktzeptiert. | |||
| |
TARGET_FOLDER_DOES_NOT_EXIST | TYPE | Die angegebene Zielmappe existiert nicht. | ||||
| |
TARGET_FOLDER_IN_USE | TYPE | Zielmappe gesperrt. | ||||
| |
OPERATION_NOT_ALLOWED | TYPE | Einfügen kann nicht durchgeführt werden. | ||||
| |
INVALID_FOLDER_NAME | TYPE | Kein gültiger Mappenname (INITIAL oder SPACE) | ||||
| |
NO_TARGET_FOLDER | TYPE | Fehler beim Lesen der Favorites-Informationen. | ||||
| |
INVALID_TARGET_FOLDER_NAME | TYPE | Zielmappenname ungültig. | ||||
| |
TARGET_NOT_A_FAVOURITE_FOLDER | TYPE | Zielmappe nicht in der Favoriten-Hierarchie | ||||
| |
TARGET_FOLDER_ID_INVALID | TYPE | ID der Zielmappe ungültig | ||||
| |
FAVOURITES_NOT_INITIALIZED | TYPE | Favoriten sind noch nicht eingerichtet | ||||
| |
FAVOURITES_NOT_ACCESSIBLE | TYPE | Fehler beim Zugriff auf Favourites. | ||||
Processing Type
| Normal Function 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 |