<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>christoph.lenschow</title>
    <link>http://scn.sap.com/people/christoph.lenschow/blog</link>
    <description />
    <pubDate>Thu, 02 Feb 2012 13:36:02 GMT</pubDate>
    <generator>Jive SBS 5.0.1.1  (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2012-02-02T13:36:02Z</dc:date>
    <item>
      <title>SOAP Consumption of Easy Query</title>
      <link>http://scn.sap.com/people/christoph.lenschow/blog/2012/01/24/soap-consumption-of-easy-query</link>
      <description>&lt;!-- [DocumentBodyStart:1b856923-1442-43e3-8835-5583bb5cd79e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This blog complements the blog "Easy queries on SAP Netweaver" written by Uwe Fisher giving detailed information about a SOAP based consumption of 'Easy Query' as delivered with SAP NetWeaver BW 7.30 SP5.&lt;/p&gt;&lt;p&gt;An easy way to consume the data from 'Easy Query' is to use an automatically generated Web service via SOAP. The Simple Object Access Protocol is a common and well known protocol. which can be used by several other programs and languages. Due the fact that SOAP is XML based it is possible to use it several ways e.g. calling the Web Service via JAVA to display the data.&lt;/p&gt;&lt;p&gt;The first thing to do is to download the WSDL for the Web Service of the query you want to use. Therefore you have to go to the Easy Query Management (Transaction 'EQMANAGER'). There you can select the specific Query and jump to the SOA Manager via the button "Start SOA MANAGER" in the toolbar.&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-61318-76316/eqmanager_soa_manager.jpg"&gt;&lt;img alt="" height="181" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-61318-76316/640-181/eqmanager_soa_manager.jpg" style="vertical-align: middle;" width="640"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Within the SOA Manager you have to choose a binding you want to use (or create a new one) and after that you have to open the WSDL document for your selected binding. You can now ether download the WSDL and store them on your computer or save the URL. (Note: If you want to use the URL directly please implement note 1649833)&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-61318-76317/save_wsdl.jpg"&gt;&lt;img alt="" height="357" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-61318-76317/620-357/save_wsdl.jpg" width="620"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;The WSDL document contains the whole information about the Web Service you want to use. Let&amp;rsquo;s have a closer look to the document itself. Use the Internet Explorer to open it. Within this document you find the fields which the Web Service returns. It also mentions the type of the parameters so that you can implement you application in the right way. &lt;/p&gt;&lt;p&gt;Each Web Service defines a couple of tables which he returns:&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-61318-76318/xml.jpg"&gt;&lt;img alt="" height="190" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-61318-76318/620-190/xml.jpg" width="620"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;ETGridDATA &lt;br/&gt;This Table contains the query information. Here you will find all values of your query. The columns were dynamically built out of the structure of your Query. So you will find the characteristics and key figures plus the formatted once here. The rows contain the specific values. The type of this table changes with every Web Service.&lt;br/&gt;&amp;#160;&amp;#160;&lt;/li&gt;&lt;li&gt;ETColumnDescription &lt;br/&gt;This table includes the technical name the type and also the description for every characteristic and key figure you use in the query.&lt;br/&gt;&amp;#160;&lt;/li&gt;&lt;li&gt;ETRowDescription&lt;br/&gt;This table contains specific information for each cell in the query. A cell is specified via RowID and ColumnID. For this cell you can retrieve information if this value is a sum or if this value is part of a hierarchy. If there is a hierarchy you also receive information about the parent and the hierarchy level this cell belongs to.&amp;#160;&lt;/li&gt;&lt;li&gt;ETMessageLog&lt;br/&gt;This table contains messages if they occur in the call stack. You can handle errors which you receive in this table so that your application becomes more stable or you can simply display them so that the user knows that something doesn&amp;rsquo;t work right.&amp;#160;&lt;/li&gt;&lt;li&gt;ESQueryProperties&lt;br/&gt;This structure contains information about the query e.g. owner or creation date.&lt;br/&gt;&amp;#160;&lt;/li&gt;&lt;li&gt;EQueryOutdatedOrInvalid&lt;br/&gt;When this flag is true, something is wrong with the query.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;It is also possible to use input variables. If you want to use them you have to provide the values for Sign (normally &amp;#8216;I&amp;rsquo; &amp;ndash; Including), Option (&amp;#8216;EQ&amp;rsquo; &amp;ndash; Equal, &amp;#8216;BT&amp;rsquo; &amp;ndash; Between, &amp;#8216;CP&amp;rsquo; &amp;ndash; Contains Pattern), Low (value) and high (value if needed). The parameters need to be passed to the Web Service so that they can send to the backend. Feel free to visit the &amp;#8216;Easy Query API&amp;rsquo; (&lt;a class="jive-link-external-small" href="http://help.sap.com/saphelp_nw73/helpdata/en/27/02f6e4306346f3baad0cfd4af56bf0/content.htm"&gt;http://help.sap.com/saphelp_nw73/helpdata/en/27/02f6e4306346f3baad0cfd4af56bf0/content.htm&lt;/a&gt;) documentation to gain more information about it.&lt;/p&gt;&lt;p&gt;At the end of the WSDL you find the information about the binding. You will find a web address in the binding section. This is the information you need to connect to the system which the Web Service wants to call for Function Module to retrieve the data.&amp;#160; &lt;/p&gt;&lt;p&gt;With this information you should be able to understand the Web Service. You can now use it in your application. Of cause you have to implement the connection and internal structures by yourself. &lt;/p&gt;&lt;p&gt;Let&amp;rsquo;s verify the result of the Web Service by using Microsoft Office InfoPath2007&amp;copy;. You can open a new form which is based on a Web Service.&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-61318-76319/ip_form.png"&gt;&lt;img alt="" height="375" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-61318-76319/620-375/ip_form.png" width="620"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;On the next screen you have to choose if your service receive or send data or does both. On the next screen you need to provide the location of your service. You can ether choose an URL or if you download the WSDL to your computer you can use the location on your directory or you enter the URL from the Web Service directly. Select an operation you want to use and enter a name for the connection and continue.&lt;/p&gt;&lt;p&gt;Now you see a simple template. On the right sight under the folder &amp;#8216;dataFields&amp;rsquo; you can find the well known structures mentioned above. Drag and drop the &amp;#8216;item&amp;rsquo; folder under &amp;#8216;ETGridData&amp;rsquo; into the lower box. Select &amp;#8216;Repeating Table&amp;rsquo; in the context menu.&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-61318-76320/ip_start.jpg"&gt;&lt;img alt="" height="399" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-61318-76320/603-399/ip_start.jpg" width="603"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Now run your template via &amp;#8216;Preview&amp;rsquo; in the toolbar. &lt;/p&gt;&lt;p&gt;In the preview click &amp;#8216;Run Query&amp;rsquo; to start the Web Service and receive the data. After logging into the system you will see that the data occur in a table like format.&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-61318-76321/result.jpg"&gt;&lt;img alt="" height="400" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-61318-76321/466-400/result.jpg" width="466"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;You build your first application which uses a Web Service based on &amp;#8216;Easy Query&amp;rsquo;. Of course the table is the easiest way to show the data. However there are a lot of other options to display the result in a nice way. Just try it out!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1b856923-1442-43e3-8835-5583bb5cd79e] --&gt;</description>
      <pubDate>Tue, 24 Jan 2012 06:51:59 GMT</pubDate>
      <guid>http://scn.sap.com/people/christoph.lenschow/blog/2012/01/24/soap-consumption-of-easy-query</guid>
      <dc:creator>Christoph Lenschow</dc:creator>
      <dc:date>2012-01-24T06:51:59Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://scn.sap.com/people/christoph.lenschow/blog/comment/soap-consumption-of-easy-query</wfw:comment>
      <wfw:commentRss>http://scn.sap.com/people/christoph.lenschow/blog/feeds/comments?blogPost=61318</wfw:commentRss>
    </item>
    <item>
      <title>BW 7.30: Mass Maintenance for Analysis Authorizations</title>
      <link>http://scn.sap.com/people/christoph.lenschow/blog/2010/10/24/bw-730-mass-maintenance-for-analysis-authorizations</link>
      <description>&lt;!-- [DocumentBodyStart:834ce262-66c4-4593-af11-89b4e76a1695] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In Release 7.30 a new feature for analysis authorization has been introduced. Mass maintenance will improve the daily work of every authorization administrator. Transaction RSECSY is just one of a number of clever innovations.&lt;/p&gt;&lt;p&gt;Analysis authorizations are special authorizations in BW. With these authorizations it is possible to develop a very complex and individual concept to grant and deny access to the data in your InfoProviders. It is possible to save the structure of a hierarchy of your products and to save the name or personnel number of your employees. Transaction RSECADMIN is the entry point for all main use cases. Mass Maintenance will also be available there.&lt;/p&gt;&lt;p&gt;In Mass Maintenance can search for all analysis authorizations in various ways, for example by a simple name pattern or by a complex search via special entries in authorizations. Another use case would be to clean up the authorization, adjusting all authorizations that contain InfoObjects that are not authorizations relevant. The complex search delivers this kind of search feature too. &lt;/p&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-55033-68218/one.jpg"&gt;&lt;img alt="" border="0" height="252" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-55033-68218/609-252/one.jpg" width="609"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;When you find the authorizations you want to work with, you get an overview of all flat and hierarchy parts of these authorizations. You also see the users that are assigned to them. Of course you can change every single entry and assign the changes to all authorizations in you work area or just create new authorization entries. All functions contained in single maintenance are available here too. You can also switch to Single Maintenance (RSECAUTH) by double-clicking on the authorization name or to the InfoObjects view (RSD1) by double-clicking on the InfoObject name.&lt;/p&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-55033-68219/01.jpg"&gt;&lt;img alt="" border="0" height="226" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-55033-68219/609-226/01.jpg" width="609"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Once you have finished, you can activate all authorizations and test them immediately. Authorizations can also be transported here.Changing authorizations is not the only feature however. You can also search for users and maintain the assignment of authorizations. If you create a special authorization needed by 50 users for example, you just need to enter the authorization once, after which every single user can use it. You also have the option of using a complex search to find the users you want. You can search for users with special names as well as for users which special authorizations. You will also see how the authorization is assigned to the user, either manually, using a role or generated.&lt;/p&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-55033-68220/02.jpg"&gt;&lt;img alt="" border="0" height="229" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-55033-68220/609-229/02.jpg" width="609"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The main advantage of this feature is that it allows you to change several objects at once. This will save a lot of time and helps to keep the authorizations consistent. It also provides a complex search that allows you to find all authorizations that have a number of similar properties.&lt;/p&gt;&lt;h6&gt;Disclaimer&lt;br/&gt;&lt;a class="jive-link-external-small" href="http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/b0b72642-0fd9-2d10-38a9-c57db30b522e"&gt;http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/b0b72642-0fd9-2d10-38a9-c57db30b522e&lt;/a&gt;&lt;/h6&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:834ce262-66c4-4593-af11-89b4e76a1695] --&gt;</description>
      <pubDate>Sun, 24 Oct 2010 09:10:40 GMT</pubDate>
      <guid>http://scn.sap.com/people/christoph.lenschow/blog/2010/10/24/bw-730-mass-maintenance-for-analysis-authorizations</guid>
      <dc:creator>Christoph Lenschow</dc:creator>
      <dc:date>2010-10-24T09:10:40Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://scn.sap.com/people/christoph.lenschow/blog/comment/bw-730-mass-maintenance-for-analysis-authorizations</wfw:comment>
      <wfw:commentRss>http://scn.sap.com/people/christoph.lenschow/blog/feeds/comments?blogPost=55033</wfw:commentRss>
    </item>
  </channel>
</rss>

