<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dump while accessing the View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718800#M1579817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select data from database views only! For other views(viz., Maintenance) you can use the FM 'VIEW_GET_DATA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2011 11:31:27 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2011-04-06T11:31:27Z</dc:date>
    <item>
      <title>Dump while accessing the View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718795#M1579812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm ending with dump with a simple select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;    FROM zview_gltr_data&lt;/P&gt;&lt;P&gt;    INTO&lt;/P&gt;&lt;P&gt;   TABLE t_gltr_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Error analysis&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;. The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was&lt;/P&gt;&lt;P&gt; neither&lt;/P&gt;&lt;P&gt;caught nor passed along using a RAISING clause, in the procedure&lt;/P&gt;&lt;P&gt; "GET_VIEW_DATA" "(FORM)"&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;How to correct the error&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exception must either be prevented, caught within the procedure&lt;/P&gt;&lt;P&gt; "GET_VIEW_DATA"&lt;/P&gt;&lt;P&gt;"(FORM)", or declared in the procedure's RAISING clause.&lt;/P&gt;&lt;P&gt;To prevent the exception, note the following:&lt;/P&gt;&lt;P&gt;Database error text........: "ORA-28000: the account is locked#ORA-02063:&lt;/P&gt;&lt;P&gt; preceding line from TWVERTRA"&lt;/P&gt;&lt;P&gt;Internal call code.........: "[RSQL/FTCH/ZVIEW_AP_TR_LOAD ]"&lt;/P&gt;&lt;P&gt;Please check the entries in the system log (Transaction SM21).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may able to find an interim solution to the problem&lt;/P&gt;&lt;P&gt;in the SAP note system. If you have access to the note system yourself,&lt;/P&gt;&lt;P&gt;use the following search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone lemme know how to over come from this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks in advance&lt;/P&gt;&lt;P&gt;VEnK@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 09:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718795#M1579812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-06T09:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while accessing the View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718796#M1579813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if data type or size  is different in zview_gltr_data nad  in  t_gltr_data at that time it happen for example in ztalbe u have one field is matnr tyap is different and in internal table type is different .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 09:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718796#M1579813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-06T09:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while accessing the View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718797#M1579814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krupa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm directly refereing to table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:t_gltr_data  TYPE TABLE OF zview_gltr_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there is no scope of size differences. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VEnK@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 10:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718797#M1579814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-06T10:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while accessing the View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718798#M1579815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you try with INTO CORRESPONDING FIELDS OF TABLE .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 10:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718798#M1579815</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2011-04-06T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while accessing the View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718799#M1579816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not allowed to use "CORRESPONDING FIELDS OF TABLE ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 11:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718799#M1579816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-06T11:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while accessing the View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718800#M1579817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select data from database views only! For other views(viz., Maintenance) you can use the FM 'VIEW_GET_DATA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 11:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718800#M1579817</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-04-06T11:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while accessing the View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718801#M1579818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Suhas response doesn't solve your problem, google ORA-28000 and speak to your DBA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 11:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718801#M1579818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-06T11:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while accessing the View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718802#M1579819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case it is projection view. So if i use VIEW_GET_DATE FM can i over come from this dump. How can this FM effect in over coming from this dump, just wanna know the technicality in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also wanna bring to you another point like, at times this select query is going fine and at times getting failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VEnK@&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Venkat Reddy on Apr 6, 2011 5:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 11:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718802#M1579819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-06T11:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while accessing the View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718803#M1579820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this error comes from the DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ORA-28000:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;+	the account is locked+&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cause: 	The user has entered wrong password consequently for maximum number of times specified by the user's profile parameter FAILED_LOGIN_ATTEMPTS, or the DBA has locked the account&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Action: 	Wait for PASSWORD_LOCK_TIME or contact DBA&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 11:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718803#M1579820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-06T11:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while accessing the View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718804#M1579821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;And also wanna bring to you another point like, at times this select query is going fine and at times getting failed.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So nice of you to mention this after all these folks spent time to try to give you an intelligent reply.  Why not speak to your DBA or Basis expert about why you're getting these Oracle errors SOME OF THE TIME.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 11:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-accessing-the-view/m-p/7718804#M1579821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-06T11:50:59Z</dc:date>
    </item>
  </channel>
</rss>

