HypMenuVSupportingDetails

Describes the Oracle Smart View for Office VBA function, HypMenuVSupportingDetails.

Cloud data provider types: Planning, Planning Modules, Financial Consolidation and Close, Tax Reporting

On-premises data provider types: Oracle Hyperion Planning

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