Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkysoft/uid64

UID-64 generator for ABAP
https://github.com/mkysoft/uid64

Last synced: 6 days ago
JSON representation

UID-64 generator for ABAP

Awesome Lists containing this project

README

        

# uid64
UID-64 generator for ABAP

ZCL_UID64 port of https://github.com/dylang/shortid

ZCL_BITWISE fork from https://gist.github.com/rvanmil/3160409
# Motivation
GUID data type long for using in url for shortest. We can get 22 chracter format for GUID.

UID-64 server specific random unique number generator.

UID-64 contains version, server id, ticks and counter for exact ticks. You can change begin date for ticks so, you can create less UID-64.
# Installation
You can import relased [packages](https://github.com/mkysoft/uid64/releases) with [abapGit](https://github.com/larshp/abapGit) or [SAPlink](https://github.com/sapmentors/SAPlink) to your SAP system.