Menu

SAP Function Module C14B_PATH_CONCATENATE

EHS: Zusammenführen zweier Pfadnamen

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.

Technical Information

Function Module C14B_PATH_CONCATENATE
Short Text EHS: Zusammenführen zweier Pfadnamen
Function Group C14B
Package CBUI
Module Type Normal Module

Importing Parameters

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)

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.