The Function Module SWN_CREATE_SHORTCUT (WF Notif: SAP Shortcut als Anlage erzeugen) is a standard Function Module in SAP ERP and is part of the function group SWN_UTILS within the package SWN.
Function Module | SWN_CREATE_SHORTCUT |
Short Text | WF Notif: SAP Shortcut als Anlage erzeugen |
Function Group | SWN_UTILS |
Package | SWN |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CLIENT | TYPE | SYMANDT | SY-MANDT | Mandant des Zielsystems |
I_CUSTOM | TYPE | TEXT255 | freier Text, wird hinten angefügt | |
I_GUIPARM | TYPE | CHAR80 | Spezifikation des Zielsystems | |
I_LANGUAGE | TYPE | SYLANGU | SY-LANGU | Sprache |
I_PARAMETER | TYPE | TEXT255 | Transaktionsparameter | |
I_REPORT | TYPE | PROGRAMM | Report | |
I_SAPLOGON_ID | TYPE | CHAR40 | Name eines Eintrags im SAP Logon | |
I_SYSID | TYPE | SYSYSID | SY-SYSID | System-ID des Zielsystems |
I_SYSTEM_COMMAND | TYPE | CHAR40 | Systemkommando | |
I_TITLE | TYPE | CHAR80 | Titel | |
I_TRANSACTION | TYPE | TCODE | Transaktionscode evtl mit führendem * | |
I_USER | TYPE | SYUNAME | SY-UNAME | Anmeldename des Benutzers |
I_WINDOWSIZE | TYPE | CHAR40 | 'Normal window' | Fenstergröße (Maximiert oder Normal) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SHORTCUT_STRING | TYPE | STRING | Shortcut als String | |
SHORTCUT_TABLE | TYPE | SOLI_TAB | Shortcut als Tabelle |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INCONSISTENT_PARAMETERS | Die Parameterkombination ist ungültig |