Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

CUID format in SAP BO Server Repository

I have to pass CUID in Web Service as input and I want to know the format of CUID to make my code more generic.

I have checked few of CUID and it seems it starts with “A” and then 22 random characters. Can anyone help me with formatting of CUID in BO repository?


1 Answer
SAP Expert

As per my understanding, CUID is a 35 characters and normally starts with A, B, C, F, K and M. To know formatting of different ID types, you can refer to this:

SAP Note: 1285103: What are the different types of IDs used in the BusinessObjects Enterprise repository?

CUID: CUIDs are Globally Unique Identifiers that uniquely identify an InfoObject, both within a single CMS cluster and across multiple CMS clusters. Because CUIDs are strings they are less efficient to use and slower to query for. Unlike an object’s ID, an object’s CUID stays the same when it is migrated to a new cluster. BIAR engine and Import Wizard always refer to CUID. When exporting an object to a new system (e.g. from development to production), the CUID stays the same, therefore you can hardcode a CUID (for example in an OpenDocument link).

As mentioned in snapshot, you can check CUID of an object in CMC.

Advertisements

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.