HsvICPs Object Methods

The HsvICPs object’s methods return attributes of Intercompany Partner dimension members. These methods are described in detail in the following topics.

Assign HsvICPs object references with the ICP’s property of the HsvMetadata object as shown in the following example:

  Dim cMetadata as HsvMetadata, cICPs as HsvICPs
  Set cMetadata = m_cSession.MetaData
  Set cICPs = cMetadata.ICPs