HypMenuVSubmitData

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

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

On-premises data provider types: Oracle Essbase, Oracle Hyperion Planning, Oracle Hyperion Financial Management

Description

HypMenuVSubmitData() submits data that has been modified or marked as dirty with HypSetCellsDirty to the active database on the server.

Syntax

HypMenuVSubmitData()

Return Value

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

Example

Declare Function HypMenuVSubmitData Lib "HsAddin"() As Long
Sub MSubmit()
   X=HypMenuVSubmitData()
End Sub