Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3523

VBA migration from 3.5 to 7.X BEx

$
0
0

Hello, gurus.

We decided to move our workbooks from 3,5 version to 7.x version. At last. And we have faced with whole bunch of problems.

 

So, we have to change a lot of VBA programs. In these programs there are many calls of functions from SapBEX.xla like this:

 

Run "SAPBEX.XLA!SAPBEXcopyFILTERVALUE", filter_val_year, filter_tgt_year

 

So, as I know, I can't use such constructions in 7.0 version. Is there is any information about relations between old functions and new ones? Is it possible to understand how to translate it to new version? Even if it is possible at all. I'm speaking not only about SAPBEXcopyFILTERVALUE but many other functions.

 

The next issue in following constructions:

 

Set filter_val_year = Range("SAPBEXqueries!" & "SAPBEXq0025" & "f0FISCYEAR")

 

I cant find any names collection in application in 7.x version, I mean application.names is null. So I can't use this construction any more. Is it possible to calculate ranges of filters and variables in new workbooks?

 

Another issue is quantity of queries in our workbook. So is it possible to find somewhere table/worksheet/something else with information about properties of data providers and other elements (and their location in WB too) of workbook?


Viewing all articles
Browse latest Browse all 3523

Trending Articles