cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh individual queries in the workbook (BeX 7.0)

Former Member
0 Kudos

Dear All,

I have a workbook with more than 10 queries. I want to refresh particular queries as refreshing all gives us a very complex variable screen.

I have seen that SAPBEXrefresh function currently isnt supporting it in Bex 7.0.

Does anyone have any idea how can i perform it?

BR

Alkan

Public Function SAPBEXrefresh(allQueries As Boolean, Optional atCell As Range) As Integer

'In the 7.0 Analyzer, ALL the items in the workbook can be refreshed, but refreshing

'a query individually is not supported

On Error Resume Next

extErrorBegin ("3.x API SAPBEXRefresh called")

If allQueries = True Then

Common.MenuRefresh

SAPBEXrefresh = 0

Else

SAPBEXrefresh = 700

p_extErrorText = "With 7.0, this API is partly supported to refresh ALL items in the workbook, NOT an individual Query"

End If

extErrorEnd

End Function

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member93896
Active Contributor
0 Kudos

Hello Alkan,

we are planning to provide this missing functionality in a coming support package (sorry, no date available yet).

Regards,

Marc

SAP NetWeaver RIG

Former Member
0 Kudos

Hi Mark,

When SAP is planning to release the latest version of IP with embed Out Look soft features into the market?

Regards,

-N-