cancel
Showing results for 
Search instead for 
Did you mean: 

BW-BPS vs. BI SDK

zlatko_radisic
Explorer
0 Kudos

Scenario:

You have a BW transactional infocube containing information.

You want to perform estimation and planning on the data.

You want a web based user interface.

You want to manage a large number of concurrent users (with appropriate locking).

You want sophisticated navigation capabilities and complex screen designs.

You do not want to execute any specific planning functions against the data, i.e. you do not want to do things like ALLOCATIONS, DISTRIBUTIONS, REVALUATIONS etc.

Do you use BW-BPS and create a planning framework and a web based user interface?

or do you use BI SDK to create a Java application against the BW data source and deploy it as an iView in an Enterprise Portal?

Which method is better?

I would like to have some opinions, best practices, etc.

Thanks very much, in advance for your contribution.

View Entire Topic
Former Member
0 Kudos

Will you be planning with hierarchies and budgeting logic (top-down/ bottom-up)? That would make a big difference in my eyes. There is quite some javascript functionality implemented in the web interfaces. It checks (client-side) whether your planned amount exceeds the allocated budget, whether the characteristic combination makes sense, whether you actually entered a number in the correct format etc. If you don't need this functionality, you might be better of with JDK. But I haven't got any experience on this myself.

Simon