cancel
Showing results for 
Search instead for 
Did you mean: 

FUNCTION MODULE "GUID_CONVERT"

Former Member
0 Kudos

I want to use the function module "guid_convert" in my

program.

But Pop up is showed up.

It say that "this module is abolished.

please don't use this function module."

I am looking for another function module.

But I can't find it.

I want to convert ibib-recno to guid(16).

If anyone know that,Please tell me about it.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

dependend on the object you can find classes that provide the guid conversions in service methods.

eg Ibases: class CL_IBASE_SERVICE

--> method CL_CONVERT_GUID_16_22 etc..

But most of these methods just use the guid_convert function . So it doesn't make all that much difference.

Michael.