cancel
Showing results for 
Search instead for 
Did you mean: 

create unique Message ID, UUID

Former Member
0 Kudos

hi,

is there a way in java-webdynpro to create a unique string id similar to the ABAP function module <b>'SYSTEM_UUID_C_CREATE'</b> which is in charcter display a 32 length string data-type. it is used eg in XI as message_id to identify xml messages and looks eg like this:

<b>306EA02D560FB54584D472DE271E04C3</b>

thanx for a hint,

matthias

Message was edited by: matthias kasig

Message was edited by: matthias kasig

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hello,

did anybody notice this question??? or is it not clear, what I was aiming at?

I suppose there must be kind of class, which I can import and which is able to generate such an unique id...

the problem is still not solved.

Answers appreciated,

matthias

former_member182372
Active Contributor
0 Kudos

hello,

try this

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/javadocs/pre nw04 sp2/km/com/sap/netweaver/bc/rf/util/uuid/uuid.html

WBR, maksim rashchynski

Former Member
0 Kudos

Hi Maksim,

thanks for the link. For Class UUID I need package

Class UUID

[contained in: com.sap.netweaver.bc.rf.par - bc.rf.util_api.jar]

where do i get that from?

thanks once more,

matthias

Former Member
0 Kudos

Hi Matthias,

You should be able to get the class from

<ROOT>/SAP/JDT/eclipse/plugins/com.sap.km.rfwizard/lib/bc/rf.util_api.jar

<ROOT> = The directory where NetWeaver Developer Studio is located.

One tool to find where a class is located on your machine is JarClassFinder. It is pretty neat. Check this out, http://www.alphaworks.ibm.com/tech/jarclassfinder

Hope it helps,

Teecheu Loh