<?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>manesh.ravindran2</title>
    <link>http://scn.sap.com/people/manesh.ravindran2/blog</link>
    <description />
    <pubDate>Mon, 12 Mar 2012 07:02:19 GMT</pubDate>
    <generator>Jive SBS 5.0.1.1  (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2012-03-12T07:02:19Z</dc:date>
    <item>
      <title>What to do if a SAP BI Runtime error 'SAPSQL_ARRAY_INSERT_DUPREC' occured?</title>
      <link>http://scn.sap.com/people/manesh.ravindran2/blog/2012/03/12/what-to-do-if-a-sap-bi-runtime-error-sapsqlarrayinsertduprec-occured</link>
      <description>&lt;!-- [DocumentBodyStart:f5ff5b03-d08e-4100-be11-6235d2849cc6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="text-decoration: underline; color: #0000ff;"&gt;&lt;strong&gt;When i got this error?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;This popped up when dataload failed while loading from a DSO to an Infocube.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Various other reasons due to which this error occurs&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Data load from datasource to an Infocube/ DSO.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Data load from DSO to IC and lookup of values from an another Infoobject.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;While looping through an internal table and simultaneously looking up in another Infoproviders.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Loading data from the PSA into the cube using DTP.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Main reason this error shows is due to the lookups used in the routines. Main area to check in the routines are the select statement codes&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline; color: #0000ff;"&gt;&lt;strong&gt;What is this error?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;The SQL statement generated from the SAP Open SQL statement violates a restriction imposed by&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;The underlying database system of the ABAP system.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;The maximum size of an SQL statement was exceeded.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;The statement contains too many input variables.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;The input data requires more space than is available.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong style="text-decoration: underline;"&gt;What triggered it ?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Below are the various factors which makes this error to be triggered &lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;An SQL exception occurred&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;An Open SQL exception occurred&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;An exception occurred when accessing the database&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;An error occurred when converting a database field to the target field&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;The range of the statement to be passed to the database is too wide&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;The maximum length of a STRING or RAWSTRING field was exceeded&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;The system tried to insert a data record, even though a data record with the same primary key already exists&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;A primary key was not completely specified&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;The database cursor is invalid&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;The database returned a value containing an error&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;There are no more records in the database&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;There are no records in the database matching these selection criteria&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: #000000;"&gt;There are no more resources available for creating another database connection&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong style="text-decoration: underline;"&gt;How to solve this?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; From the BI perspective a check had to be made in the routines if any of the codes come under the "What triggered it?" section.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; Another way is to implement OSS Notes. Around 65 OSS notes are found for this run-time exception.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; The below ones were used in my project&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; SAP NOTE 1606565 - Deadlock:DBIF_RSQL_SQL_ERROR on table trfcqout or arfcsstate&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; SAP NOTE 22115 - SAPSQL_ARRAY_INSERT_DUPREC in prg.SAPLBSVU.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; SAP NOTE : 873596 xception CX_SY_OPEN_SQL_DB occurs due to too many single values at selection.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; Other OSS notes are : 805880 , 721808 , 745324 , 649259&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong style="color: #0000ff;"&gt;Will this be repeated?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; After implemention OSS notes, the runtime error would be solved.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; Well rest of this run time error will not come, unless the routines used for look up are working against the topic section 'What triggered it?'.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5ff5b03-d08e-4100-be11-6235d2849cc6] --&gt;</description>
      <pubDate>Mon, 12 Mar 2012 07:02:19 GMT</pubDate>
      <guid>http://scn.sap.com/people/manesh.ravindran2/blog/2012/03/12/what-to-do-if-a-sap-bi-runtime-error-sapsqlarrayinsertduprec-occured</guid>
      <dc:creator>Manesh Ravindran</dc:creator>
      <dc:date>2012-03-12T07:02:19Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://scn.sap.com/people/manesh.ravindran2/blog/comment/what-to-do-if-a-sap-bi-runtime-error-sapsqlarrayinsertduprec-occured</wfw:comment>
      <wfw:commentRss>http://scn.sap.com/people/manesh.ravindran2/blog/feeds/comments?blogPost=63465</wfw:commentRss>
    </item>
    <item>
      <title>Android Applications for SAP Consultants</title>
      <link>http://scn.sap.com/people/manesh.ravindran2/blog/2012/03/09/android-applications-for-sap-consultants</link>
      <description>&lt;!-- [DocumentBodyStart:b66f2069-0a42-4830-b805-c636f4415f64] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;h2&gt;&lt;strong&gt;SAP Note Viewer&lt;/strong&gt;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80441/NOTE.gif"&gt;&lt;img alt="SAP NOTE" height="400" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80441/266-400/NOTE.gif" style="vertical-align: bottom; border: 1px solid black;" width="266"/&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;SAP Support Note Viewer for Android allows you to have easy access to SAP support notes from your mobile phone.&lt;/p&gt;&lt;p&gt;It provides the following functionality:&lt;/p&gt;&lt;span&gt;&lt;/span&gt;&lt;ul&gt; &lt;li&gt;View note based on note number&lt;/li&gt; &lt;li&gt;Store a reference to favorite&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; notes&lt;/li&gt; &lt;li&gt;Store SAP Service Username and&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; password so you do not have to login&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;It requires that you have an SAP Service User (S-user). If you do not have this user, there is no point of downloading the application.&lt;/p&gt;&lt;h2&gt;SAP Searcher&lt;/h2&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80442/SEARCHER.gif"&gt;&lt;img alt="SAP Searcher" height="342" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80442/640-342/SEARCHER.gif" style="vertical-align: middle;" width="640"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;"SAP ERP transaction code searcher" can easily find those pesky SAP ERP transaction codes by searching on name or description in this database.&amp;#160;&lt;/p&gt;&lt;h2&gt;SAP Tables&lt;/h2&gt;&lt;h2&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80443/TABLES.gif"&gt;&lt;img alt="SAP TABLES" height="184" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80443/556-184/TABLES.gif" style="vertical-align: middle;" width="556"/&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Common SAP Tables organised by Module. Swipe through the Screens to View the Tables.&lt;/p&gt;&lt;h2&gt;SAP Financial Fact Sheet&lt;/h2&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80444/financefactsheet.gif"&gt;&lt;img alt="SAP Financial" height="341" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80444/640-341/financefactsheet.gif" style="vertical-align: middle;" width="640"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;With the SAP Customer Financial Fact Sheet mobile app for Android, sales representatives or account executives can check the financial status of their customers anywhere and anytime. You can display all relevant financial data for a customer, with the option of drilling down to the level of a single invoice.&lt;/p&gt;&lt;p&gt;Key features of SAP Customer Financial Fact Sheet for Android&lt;/p&gt;&lt;p&gt;&amp;bull;Display a list of all customers assigned to you, of customers classified as critical, and of customers recently accessed&lt;br/&gt;&amp;bull;Display the financial details for a selected customer (total amounts of outstanding or overdue invoices, credit limit, credit limit utilization, and credit risk class)&lt;br/&gt;&amp;bull;Call up an original invoice or last dunning note in PDF format, and send it to the customer using e mail&lt;br/&gt;&amp;bull;Display the average payment arrears of the customer for the last 12 months&lt;br/&gt;&amp;bull;Display a list of payments made by the customer&lt;/p&gt;&lt;h2&gt;SAP Store&lt;/h2&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80445/store.gif"&gt;&lt;img alt="SAP Store" height="329" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80445/640-329/store.gif" style="vertical-align: middle;" width="640"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The SAP Store mobile app for Android allows customers to search, browse, and download mobile solutions. Customers can access SAP Store from their Android devices to quickly and easily find the right mobile solution for their unique business needs. SAP Store allows users to search by keywords and solution providers, as well as view solutions featured by SAP and our partners. The SAP Store mobile app also allows users to filter by categories such as business area, industry, and release date.&amp;#160;&lt;/p&gt;&lt;h2&gt;SAP Transport Notification and Status&lt;/h2&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80446/notif_1.gif"&gt;&lt;img alt="NOTIFICATION1" height="386" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80446/269-386/notif_1.gif" style="vertical-align: middle;" width="269"/&gt;&lt;/a&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80447/notif_2.gif"&gt;&lt;img alt="NOTIF_2" height="397" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80447/259-397/notif_2.gif" style="vertical-align: middle;" width="259"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;SAP Transport Notification and Status for Android is a new mobile app for&amp;#160;supply chain management. It allows truck drivers to see a list of assigned and open freight orders, access details of an order like the freight units and planned stops, and check the route on a map. The app provides users with map and navigation functions via&amp;#160;Google Maps&amp;#160;and the smartphone&amp;rsquo;s GPS capability. In addition, truck drivers can confirm an order, input departure and arrival information for each stop, and report delays along the route. The notifications are sent from the app to the backend transportation application, giving suppliers and manufacturers transparency into the movement of goods.&lt;/p&gt;&lt;h2&gt;Mobility for SAP&lt;/h2&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80448/mobil.gif"&gt;&lt;img alt="SAP Mobility" height="270" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80448/409-270/mobil.gif" style="vertical-align: middle;" width="409"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&amp;bull; Mobility for SAP is a joint product from SAP and ISEC7&lt;br/&gt;&amp;bull; Direct access to SAP without any middleware components&lt;br/&gt;&amp;bull; Mobile Access to data within your SAP ERP, CRM oder workflows&lt;br/&gt;&amp;bull; Caching of data for offline access&lt;br/&gt;&amp;bull; Enhance the application and add all data you need just by editing ABAP coding in the SAP backend&lt;br/&gt;&amp;bull; Works with Single-Sign-On and X.509 certificates!&lt;br/&gt;&amp;bull; Native Java Application - easy to use and deploy in your enterprise&lt;/p&gt;&lt;h2&gt;SAP Guest Logon&lt;/h2&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80449/guest.gif"&gt;&lt;img alt="Guest" height="400" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80449/267-400/guest.gif" style="vertical-align: middle;" width="267"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Lets you logon to SAP office locations in a secure way. The application can be configured to remember the credentials.&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;h2&gt;SAP HANA Oncolyzer&lt;/h2&gt;&lt;p&gt;As the first version was developed for iOS, the need to expand from a proprietary platform into the open Android world was a logical next step. Here a small team at Intel worked together with SAP to port the existing app to a completely new ecosystem. Together we managed to recreate the user experience and functionality on a new platform in a very short time, using what makes Android such a great platform: open source. Co-developed by SAP, Berlin Charit&amp;eacute; Hospital and the Hasso Plattner Institute, the SAP HANA Oncolyzer is a mobile data analysis application that allows cancer researchers to instantly browse through vast amounts of structured and unstructured data such as anonymous patient data and decades of therapy histories. Powered by a SAP HANA in-memory backend system, the SAP HANA Oncolyzer allows researchers and medical personnel to identify within seconds groups of patients that might benefit from new therapies &amp;mdash; a process that previously took several workdays. &lt;/p&gt;&lt;span&gt;&lt;/span&gt;&lt;p&gt;As the first version was developed for iOS, the need to expand from a proprietary platform into the open Android world was a logical next step. Here a small team at Intel worked together with SAP to port the existing app to a completely new ecosystem. Together we managed to recreate the user experience and functionality on a new platform in a very short time, using what makes Android such a great platform: open source.&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;h2&gt;SAP SCN&lt;/h2&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80450/SCN.gif"&gt;&lt;img alt="SAP SCN" height="167" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80450/640-167/SCN.gif" style="vertical-align: middle;" width="640"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;SAP forum for SAPiens.&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;h2&gt;SCN Blogs&lt;/h2&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80451/scnblog.gif"&gt;&lt;img alt="scn blog forum" height="400" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80451/240-400/scnblog.gif" style="vertical-align: middle;" width="240"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Keeps you up-to-date with latest SCN blogs.&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;h2&gt;myHelp for SAP Professionals&lt;/h2&gt;&lt;p&gt;&lt;a href="http://scn.sap.com/servlet/JiveServlet/showImage/38-63392-80452/help.gif"&gt;&lt;img alt="HELP" height="400" src="http://scn.sap.com/servlet/JiveServlet/downloadImage/38-63392-80452/267-400/help.gif" style="vertical-align: middle;" width="267"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Helps you search help.sap.com and obtain information while you are away from a PC. Very handy application when you want to look up information while you are in a meeting or transit.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b66f2069-0a42-4830-b805-c636f4415f64] --&gt;</description>
      <category domain="http://scn.sap.com/people/manesh.ravindran2/blog/tags">mobile</category>
      <pubDate>Fri, 09 Mar 2012 07:09:24 GMT</pubDate>
      <guid>http://scn.sap.com/people/manesh.ravindran2/blog/2012/03/09/android-applications-for-sap-consultants</guid>
      <dc:creator>Manesh Ravindran</dc:creator>
      <dc:date>2012-03-09T07:09:24Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://scn.sap.com/people/manesh.ravindran2/blog/comment/android-applications-for-sap-consultants</wfw:comment>
      <wfw:commentRss>http://scn.sap.com/people/manesh.ravindran2/blog/feeds/comments?blogPost=63392</wfw:commentRss>
    </item>
  </channel>
</rss>

