Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SYSTEM_GET_UNIQUE_ID (Obsolute)

former_member688045
Discoverer
0 Likes
1,449

Can anyone give me alternate Fuction Module for ' SYSTEM_GET_UNIQUE_ID ' as it is absolute. I also used 'SYSTEM_UUID_C_CREATE', Its also displaying as absolte..

Can anyone give me alternate Fuction Module for ' SYSTEM_GET_UNIQUE_ID ' as it is absolute. I also used 'SYSTEM_UUID_C_CREATE', Its also displaying as absolte..

4 REPLIES 4
Read only

Former Member
0 Likes
1,256

SYSTEM_UUID_C_CREATE doesn't appear as obsolete to me.

Rob

Read only

Lukas_Weigelt
Active Contributor
0 Likes
1,256

SYSTEM_UUID_C_CREATE Isn't obsolete for me either. Aside from this it's also just using the source code from the obsolete FM SYSTEM_GET_UNIQUE_ID excluding the obsolete part

What system are you on? I'm on ECC 6.0 EHP4. Maybe you are on a later release and it's flagged obs there?

Cheers, Lukas

Read only

0 Likes
1,256

ECC 6.0 EHP 6 marked it as obsolete. I am in the process of upgrading and also can't find any replacement FM or BADI to replace it since both 'SYSTEM_GET_UNIQUE_ID'  and 'SYSTEM_UUID_C_CREATE' are marked as obsolete in EHP 6.

Read only

0 Likes
1,256

Note 935047 - Creating and using GUIDs (UUIDs) suggests CL_SYSTEM_UUID (and provide an attached  documentation)

Regards,

Raymond