How to find the BW 7.0/7.01 Planning URL.![]() ![]() |
|

I would like to introduce a new method to identify the URL generated by the system to access the Planning Modeler.
The planning modeler uses SSO (e.g. http://<server>/sap/public/myssocntl?sap-client=000). For that reason, ou cannot access the Planning Modeler URL directly from your default browser.
This procedure is very useful in case of Planning Modeler does not start or, in a urgent case, to access without SSO.
- Go to transaction SE24 and display the class "CL_RSPLS_WDPP"
- Open the method "start_wdapp"
- Add a breakpoint on the code line:
l_url = get_url(
i_dc = i_dc
i_application = i_app
i_params = i_params ).
- Go to transaction RSPLAN
- Active the Debugging mode with /h on transaction box.
- Click on "Start Modeler" button
- The Debugger will start and will stop on the break-point.
- Press F6 and check the "l_url" content. Its value is the Planning Modeler URL configured for that system.
Edward John Graduated in Information Systems. Work with SAP as Business Information Warehouse Consultant since 2008.
http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/23316%3Futm_source%3Dtwitterfeed%26utm_medium%3Dtwitter%26utm_campaign%3DFeed%253A+SAPNetworkWeblogs+%2528SAP+Network+Weblogs%2529
'Technique > SAP BW' 카테고리의 다른 글
How to find BWA version? (0) | 2011.03.27 |
---|---|
BW 7.30: Modeling integration between SAP Business Objects Data Services and BW | Part 2 of 2 - Create DataSource (0) | 2011.03.08 |
BW on Oracle: a performance hitch I see more and more often.... (0) | 2011.01.21 |
How to clear BW/(SAP AS) caches (0) | 2011.01.21 |
Performance Improvements for DataStore Objects: In SAP BW 7.30 (0) | 2011.01.19 |