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.
Function Module | IB_CONVERT_GUIDS |
Short Text | IB: Konvertierung zwischen GUID'S |
Function Group | IBXX |
Package | IB00 |
Module Type | Normal Module |
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) |
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) |
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.