GitHub
LibrariesOpen source libraries used to build this documentation site.
LibraryRoleVersionLicense
AstroastroSite framework6.3.1MIT
Astro React@astrojs/reactReact integration5.0.4MIT
Astro Sitemap@astrojs/sitemapSitemap generation3.7.2MIT
UI5 Web Components@ui5/webcomponentsUI primitives2.22.0Apache-2.0
UI5 Web Components Fiori@ui5/webcomponents-fioriFiori shell components2.22.0Apache-2.0
UI5 Web Components Icons@ui5/webcomponents-iconsIcon set2.22.0Apache-2.0
UI5 Web Components React@ui5/webcomponents-reactReact wrappers2.22.0Apache-2.0
ReactreactUI runtime19.2.6MIT
React DOMreact-domDOM renderer19.2.6MIT
ShikishikiSyntax highlighting4.0.2MIT
Docs/ORK/CORE/ORK/CL_UUID
Class/ORK/CL_UUID
UUID
ClassUUID
Package
/ORK/CORE
Members
38
28 items
Methods
s_get_by_c32
Class Method

Signature

CLASS-METHODS s_get_by_c32 IMPORTING VALUE(uuid) TYPE sysuuid_c32
                               RETURNING VALUE(result) TYPE REF TO /ork/if_uuid.
s_get_by_c22
Class Method

Signature

CLASS-METHODS s_get_by_c22 IMPORTING uuid TYPE sysuuid_c22
                               RETURNING VALUE(result) TYPE REF TO /ork/if_uuid.
s_get_by_c26
Class Method

Signature

CLASS-METHODS s_get_by_c26 IMPORTING uuid TYPE sysuuid_c26
                               RETURNING VALUE(result) TYPE REF TO /ork/if_uuid.
s_get_by_x16
Class Method

Signature

CLASS-METHODS s_get_by_x16 IMPORTING uuid TYPE sysuuid_x16
                               RETURNING VALUE(result) TYPE REF TO /ork/if_uuid.
s_parse
Class Method

The Parse method trims any leading or trailing white space characters from input and converts the remaining characters in input to a Guid value.
This method can convert a string that represents any of the ten formats produced by the /ork/if_uuid~To_String method.
see https://learn.microsoft.com/en-us/dotnet/api/system.guid.parse

Parameters

NameDescriptionuuidA string containing the bytes representing a UUID.resultA UUID Instance that contains the value that was parsed.

Signature

CLASS-METHODS s_parse IMPORTING VALUE(uuid) TYPE string
                          RETURNING VALUE(result) TYPE REF TO /ork/if_uuid.
s_parse_to_c32
Class Method

The Parse method trims any leading or trailing white space characters from input and converts the remaining characters in input to a Guid value.
This method can convert a string that represents any of the ten formats produced by the /ork/if_uuid~To_String method.
see https://learn.microsoft.com/en-us/dotnet/api/system.guid.parse

Parameters

NameDescriptionuuidA string containing the bytes representing a UUID.resultA UUID (C32) that contains the value that was parsed.

Signature

CLASS-METHODS s_parse_to_c32 IMPORTING uuid TYPE string
                                 RETURNING VALUE(result) TYPE sysuuid_c32.
s_parse_to_c22
Class Method

The Parse method trims any leading or trailing white space characters from input and converts the remaining characters in input to a Guid value.
This method can convert a string that represents any of the ten formats produced by the /ork/if_uuid~To_String method.
see https://learn.microsoft.com/en-us/dotnet/api/system.guid.parse

Parameters

NameDescriptionuuidA string containing the bytes representing a UUID.resultA UUID (C22) that contains the value that was parsed.

Signature

CLASS-METHODS s_parse_to_c22 IMPORTING uuid TYPE string
                                 RETURNING VALUE(result) TYPE sysuuid_c22.
s_parse_to_c26
Class Method

The Parse method trims any leading or trailing white space characters from input and converts the remaining characters in input to a Guid value.
This method can convert a string that represents any of the ten formats produced by the /ork/if_uuid~To_String method.
see https://learn.microsoft.com/en-us/dotnet/api/system.guid.parse

Parameters

NameDescriptionuuidA string containing the bytes representing a UUID.resultA UUID (C26) that contains the value that was parsed.

Signature

CLASS-METHODS s_parse_to_c26 IMPORTING uuid TYPE string
                                 RETURNING VALUE(result) TYPE sysuuid_c26.
s_parse_to_x16
Class Method

The Parse method trims any leading or trailing white space characters from input and converts the remaining characters in input to a Guid value.
This method can convert a string that represents any of the ten formats produced by the /ork/if_uuid~To_String method.
see https://learn.microsoft.com/en-us/dotnet/api/system.guid.parse

Parameters

NameDescriptionuuidA string containing the bytes representing a UUID.resultA UUID (X16) that contains the value that was parsed.

Signature

CLASS-METHODS s_parse_to_x16 IMPORTING VALUE(uuid) TYPE string
                                 RETURNING VALUE(result) TYPE sysuuid_x16.
s_convert
Class Method

Signature

CLASS-METHODS s_convert IMPORTING VALUE(uuid) TYPE simple
                            RETURNING VALUE(result) TYPE REF TO /ork/if_uuid.
s_convert_x16_to_c32
Class Method

Signature

CLASS-METHODS s_convert_x16_to_c32 IMPORTING VALUE(uuid) TYPE sysuuid_x16
                                       RETURNING VALUE(result) TYPE sysuuid_c32.
s_convert_x16_to_c22
Class Method

Signature

CLASS-METHODS s_convert_x16_to_c22 IMPORTING VALUE(uuid) TYPE sysuuid_x16
                                       RETURNING VALUE(result) TYPE sysuuid_c22.
s_convert_x16_to_c26
Class Method

Signature

CLASS-METHODS s_convert_x16_to_c26 IMPORTING VALUE(uuid) TYPE sysuuid_x16
                                       RETURNING VALUE(result) TYPE sysuuid_c26.
s_convert_c32_to_x16
Class Method

Signature

CLASS-METHODS s_convert_c32_to_x16 IMPORTING VALUE(uuid) TYPE sysuuid_c32
                                       RETURNING VALUE(result) TYPE sysuuid_x16.
s_convert_c32_to_c22
Class Method

Signature

CLASS-METHODS s_convert_c32_to_c22 IMPORTING VALUE(uuid) TYPE sysuuid_c32
                                       RETURNING VALUE(result) TYPE sysuuid_c22.
s_convert_c32_to_c26
Class Method

Signature

CLASS-METHODS s_convert_c32_to_c26 IMPORTING VALUE(uuid) TYPE sysuuid_c32
                                       RETURNING VALUE(result) TYPE sysuuid_c26.
s_convert_c22_to_x16
Class Method

Signature

CLASS-METHODS s_convert_c22_to_x16 IMPORTING VALUE(uuid) TYPE sysuuid_c22
                                       RETURNING VALUE(result) TYPE sysuuid_x16.
s_convert_c22_to_c32
Class Method

Signature

CLASS-METHODS s_convert_c22_to_c32 IMPORTING VALUE(uuid) TYPE sysuuid_c22
                                       RETURNING VALUE(result) TYPE sysuuid_c32.
s_convert_c22_to_c26
Class Method

Signature

CLASS-METHODS s_convert_c22_to_c26 IMPORTING VALUE(uuid) TYPE sysuuid_c22
                                       RETURNING VALUE(result) TYPE sysuuid_c26.
s_convert_c26_to_x16
Class Method

Signature

CLASS-METHODS s_convert_c26_to_x16 IMPORTING VALUE(uuid) TYPE sysuuid_c26
                                       RETURNING VALUE(result) TYPE sysuuid_x16.
s_convert_c26_to_c32
Class Method

Signature

CLASS-METHODS s_convert_c26_to_c32 IMPORTING VALUE(uuid) TYPE sysuuid_c26
                                       RETURNING VALUE(result) TYPE sysuuid_c32.
s_convert_c26_to_c22
Class Method

Signature

CLASS-METHODS s_convert_c26_to_c22 IMPORTING VALUE(uuid) TYPE sysuuid_c26
                                       RETURNING VALUE(result) TYPE sysuuid_c22.
s_new
Class Method

Signature

CLASS-METHODS s_new RETURNING VALUE(result) TYPE REF TO /ork/if_uuid.
s_new_c32
Class Method

Signature

CLASS-METHODS s_new_c32 RETURNING VALUE(result) TYPE sysuuid_c32.
s_new_c22
Class Method

Signature

CLASS-METHODS s_new_c22 RETURNING VALUE(result) TYPE sysuuid_c22.
s_new_c26
Class Method

Signature

CLASS-METHODS s_new_c26 RETURNING VALUE(result) TYPE sysuuid_c26.
s_new_x16
Class Method

Signature

CLASS-METHODS s_new_x16 RETURNING VALUE(result) TYPE sysuuid_x16.
class_constructor
Class Method

Signature

CLASS-METHODS class_constructor.
6 items
Types
ty
ty_tt
Type

Signature

TYPES ty_tt TYPE STANDARD TABLE OF REF TO /ork/cl_uuid WITH EMPTY KEY.
ty_th
Type

Signature

TYPES ty_th TYPE HASHED TABLE OF REF TO /ork/cl_uuid WITH UNIQUE KEY table_line.
ty_tr
Type

Signature

TYPES ty_tr TYPE RANGE OF ty.
ty_sr
Type

Signature

TYPES ty_sr TYPE LINE OF ty_tr.
ty_s_sm
Type

Signature

TYPES: BEGIN OF ty_s_sm,
             BEGIN OF uuid,
               empty TYPE REF TO /ork/if_uuid,
               min TYPE REF TO /ork/if_uuid,
               max TYPE REF TO /ork/if_uuid,
             END OF uuid,
             BEGIN OF uuid_x16,
               empty TYPE sysuuid_x16,
               min TYPE sysuuid_x16,
               max TYPE sysuuid_x16,
             END OF uuid_x16,
             BEGIN OF uuid_c32,
               empty TYPE sysuuid_c32,
               min TYPE sysuuid_c32,
               max TYPE sysuuid_c32,
             END OF uuid_c32,
             BEGIN OF uuid_c22,
               empty TYPE sysuuid_c22,
               min TYPE sysuuid_c22,
               max TYPE sysuuid_c22,
             END OF uuid_c22,
             BEGIN OF uuid_c26,
               empty TYPE sysuuid_c26,
               min TYPE sysuuid_c26,
               max TYPE sysuuid_c26,
...
4 items
Data
sm
Class Data

Signature

CLASS-DATA sm TYPE ty_s_sm READ-ONLY.
sm_buffer
sm_temp
Class Data

Signature

CLASS-DATA sm_temp TYPE REF TO /ork/cl_uuid.
my_uuid
Data

Signature

DATA my_uuid TYPE sysuuid_x16.
Repository11 packages · 112 objects
123 items