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

Online Interface: UUID?

Former Member
0 Likes
645

Hi ,

I have the requirement for generating a NEW UUID for my proxy opeartion in SAP.

Can somebody tell me SAP standard function module which should be used for generating UUID ?

Thanks,

Gaurav

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
588

Solution - 'BCA_SRV_CN_BCSL_GET_NEW_UUID'

Try FM : RSS_SYSTEM_GET_UNIQUE_ID

3 REPLIES 3
Read only

Former Member
0 Likes
588

Hi,

The function module is:

GUID_CREATE

Thanks,

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
588

Try FM : RSS_SYSTEM_GET_UNIQUE_ID

Read only

Former Member
0 Likes
589

Solution - 'BCA_SRV_CN_BCSL_GET_NEW_UUID'