Get Example source ABAP code based on a different SAP table
• UUID ABAP_OSQL_FUNC
ABAP_SQLFUNC > - UUID Function
ABAP_SYNTAX ... UUID( ) ...>
What does it do? Calls the UUID function as an SQL expression> or operand of an expression in AB_SQL . The function UUID> does not have any parameters and creates a new unique UUID > of the type RAW>> with the length 16 for each row read from the result set.
Latest notes: NON_V5_HINTS When used, the function UUID> applies the ABAP_STRICT_777 strict syntax check mode from ABAP_RELEASE ABAP_777 / . ABAP_HINT_END
ABAP_EXAMPLE_VX5 Creation of a UUID for each row read from the DDIC database table SCARR>. These UUIDs are unique for each row and for each execution of the statement. ABEXA 01290 ABAP_EXAMPLE_END