Menu

SAP Function Module IB_CONVERT_GUIDS

IB: Konvertierung zwischen GUID'S

The Function Module IB_CONVERT_GUIDS (IB: Konvertierung zwischen GUID'S) is a standard Function Module in SAP ERP and is part of the function group IBXX within the package IB00.

Technical Information

Function Module IB_CONVERT_GUIDS
Short Text IB: Konvertierung zwischen GUID'S
Function Group IBXX
Package IB00
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IV_GUID_C22 TYPE SYSUUID-C22 UUID in komprimierter Form (22 Stellen UUENCODEd)
IV_GUID_C32 TYPE SYSUUID-C UUID in Character-Darstellung
IV_GUID_X16 TYPE SYSUUID-X UUID in X-Form (binär)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EV_GUID_C22 TYPE SYSUUID-C22 UUID in komprimierter Form (22 Stellen UUENCODEd)
EV_GUID_C32 TYPE SYSUUID-C UUID in Character-Darstellung
EV_GUID_X16 TYPE SYSUUID-X UUID in X-Form (binär)

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.