The Function Module CACS_SPLIT_PATH (Pfad und Dateinamen ermitteln) is a standard Function Module in SAP ERP and is part of the function group CACS_EDT within the package CACSCC.
Function Module | CACS_SPLIT_PATH |
Short Text | Pfad und Dateinamen ermitteln |
Function Group | CACS_EDT |
Package | CACSCC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_PATH | TYPE | C | Gesamter Pfadname |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FILENAME | TYPE | STRING | Dateiname ohne Pfad | |
E_PATH | TYPE | STRING | Pfadname ohne Dateiname | |
E_PSERVER | LIKE | X - Datei auf Präsentationsserver |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.