Ansicht
Dokumentation

SYSTEM_UUID_CREATE - Generates a UUID in X format

SYSTEM_UUID_CREATE - Generates a UUID in X format

RFUMSV00 - Advance Return for Tax on Sales/Purchases   CL_GUI_FRONTEND_SERVICES - Frontend Services  
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

RFUMSV00 - Advance Return for Tax on Sales/Purchases   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 954 Date: 20240523 Time: 101258     sap01-206 ( 18 ms )