The Function Module C14B_PATH_CONCATENATE (EHS: Zusammenführen zweier Pfadnamen) is a standard Function Module in SAP ERP and is part of the function group C14B within the package CBUI.
Function Module | C14B_PATH_CONCATENATE |
Short Text | EHS: Zusammenführen zweier Pfadnamen |
Function Group | C14B |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DELIMITER | TYPE | C | '\' | Trennzeichen der Verzeichnisebenen |
I_PATH1 | LIKE | RLGRAP-FILENAME | erster Pfad (Verzeichnis) | |
I_PATH2 | LIKE | RLGRAP-FILENAME | zweiter Pfad (Dateiname) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_PATH | LIKE | RLGRAP-FILENAME | zusammengefügter Pfad |
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.