HypMenuVSupportingDetails

Data provider types: Oracle Hyperion Planning, Oracle Planning and Budgeting Cloud

Description

HypMenuVSupportingDetails() opens the Supporting Details dialog box..

Syntax

HypMenuVSupportingDetails()

Return Value

Returns 0 if successful; otherwise, returns the appropriate error code.

Example

Public Declare Function HypMenuVSupportingDetails Lib "HsAddin" () As Long
Sub MSupportingDetails()
   X=HypMenuVSupportingDetails()
End Sub