Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8653

Show Id and Description in OpenMemberSelector Function

$
0
0

Hi all.

 

We are using EPM add-in SP 14 patch 2 on SAP BPC NW 10 SP10. In our custom input templates we created VBA macro that allow users to select members for EPMDimensionOverride function via MemberSelector window. For such purposes we use function OpenMemberSelector in VBA code.

The sample example of using is below:

 

Dim epm As New EPMAddInAutomation
Dim SelMem As String

SelMem = epm.OpenMemberSelector(epm.GetActiveConnection(ActiveSheet), "ACCOUNT", "NO_ACC")
SelMem = Replace(SelMem, ";", ",")

Range("B10").Value = SelMem

 

Everything is working fine, but by default MemberSelector opens with Description only and our customers should always select ID - Description to find required members by ID. And they want by default show ID - Description view, which not require additional step for users to change view.

MemberSelector.jpg

Does anybody know how we can handle this requirement?

We tried to change Context member selection for this dimension to show ID - Description, and change to ID - Description in our report, but result the same.

 

Thank you for any help.

 

Regards,

Iaroslav


Viewing all articles
Browse latest Browse all 8653

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>