Ansicht
Dokumentation

SYSTEM_UUID_CREATE - Generates a UUID in X format

SYSTEM_UUID_CREATE - Generates a UUID in X format

Fill RESBD Structure from EBP Component Structure   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module provides a globally unique ID (both temporally and spatially). The ID is 16 bytes long and binary.

The inner structure of the ID is platform-specific and should not be interpreted.

An algorithm guarantees that an ID can never be given twice, either in the same system or in any other R/3 system.

The algorithm is local, which means it is very fast (more than 10000 calls per second are possible).

Example

DATA: UUID LIKE SYSUUID-X.

CALL FUNCTION 'SYSTEM_UUID_CREATE'

IMPORTING UUID = UUID.

Notes

Further information

OSF, DCE- specification, file rfcuuid.c in the R/3 source.





Parameters

UUID

Exceptions

Function Group

SYST

Addresses (Business Address Services)   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 954 Date: 20240520 Time: 213321     sap01-206 ( 19 ms )