Technique/SAP BW2011. 2. 7. 20:23

How to find the BW 7.0/7.01 Planning URL.
Edward John SAP Employee Active Contributor Silver: 500-1,499 points
Business Card
Company: SAP
Posted on Feb. 07, 2011 02:58 AM in Business Intelligence (BI)

 
 

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"
 image
  •   Add a breakpoint on the code line:

  l_url = get_url(
      i_dc = i_dc
      i_application = i_app
      i_params = i_params ).

image
  • 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.

image 

Edward John  Active Contributor Silver: 500-1,499 points 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
Posted by AgnesKim