<?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 Exception in routine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-routine/m-p/3142177#M746845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a standard routine for 0REQUESTER (Requester).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In transfer rules its values been populated like this.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------------------" /&gt;&lt;P&gt;INCLUDE rsbctbbp_transfer_r3.&lt;/P&gt;&lt;P&gt;TABLES: srm_proj_contr.&lt;/P&gt;&lt;P&gt; DATA:   l_s_errorlog TYPE rssm_s_errorlog_int,&lt;/P&gt;&lt;P&gt;          l_text TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data: l_rc type i.&lt;/P&gt;&lt;P&gt;  perform bbp_get_requester using TRAN_STRUCTURE-afnam&lt;/P&gt;&lt;P&gt;                                  RECORD_NO&lt;/P&gt;&lt;P&gt;                                  g_s_minfo&lt;/P&gt;&lt;P&gt;                         changing RESULT&lt;/P&gt;&lt;P&gt;                                  g_t_errorlog&lt;/P&gt;&lt;P&gt;                                  l_rc.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;returncode &amp;lt;&amp;gt; 0 means skip this record&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  RETURNCODE = l_rc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;abort &amp;lt;&amp;gt; 0 means skip whole data package !!!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ABORT = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;    L_S_SELECTION LIKE LINE OF C_T_SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;An empty selection means all values&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CLEAR C_T_SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  L_S_SELECTION-FIELDNM = 'AFNAM'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Selection of all values may be not exact&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  E_EXACT = RS_C_FALSE.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i load the data i get a warning messege as followed and zero records added &lt;/P&gt;&lt;P&gt;Record 1 :No value found for attribute 0REQESTER for InfoObject 0USERNAME = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i checked PSA...for few records 0REQESTER values are not there may be becoz of this it is throwing the warning messege. if this is the reason for adding zero records...please let me know how will i handle this situation in my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vijaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2007 06:47:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-27T06:47:58Z</dc:date>
    <item>
      <title>Exception in routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-routine/m-p/3142177#M746845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a standard routine for 0REQUESTER (Requester).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In transfer rules its values been populated like this.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------------------" /&gt;&lt;P&gt;INCLUDE rsbctbbp_transfer_r3.&lt;/P&gt;&lt;P&gt;TABLES: srm_proj_contr.&lt;/P&gt;&lt;P&gt; DATA:   l_s_errorlog TYPE rssm_s_errorlog_int,&lt;/P&gt;&lt;P&gt;          l_text TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data: l_rc type i.&lt;/P&gt;&lt;P&gt;  perform bbp_get_requester using TRAN_STRUCTURE-afnam&lt;/P&gt;&lt;P&gt;                                  RECORD_NO&lt;/P&gt;&lt;P&gt;                                  g_s_minfo&lt;/P&gt;&lt;P&gt;                         changing RESULT&lt;/P&gt;&lt;P&gt;                                  g_t_errorlog&lt;/P&gt;&lt;P&gt;                                  l_rc.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;returncode &amp;lt;&amp;gt; 0 means skip this record&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  RETURNCODE = l_rc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;abort &amp;lt;&amp;gt; 0 means skip whole data package !!!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ABORT = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;    L_S_SELECTION LIKE LINE OF C_T_SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;An empty selection means all values&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CLEAR C_T_SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  L_S_SELECTION-FIELDNM = 'AFNAM'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Selection of all values may be not exact&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  E_EXACT = RS_C_FALSE.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i load the data i get a warning messege as followed and zero records added &lt;/P&gt;&lt;P&gt;Record 1 :No value found for attribute 0REQESTER for InfoObject 0USERNAME = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i checked PSA...for few records 0REQESTER values are not there may be becoz of this it is throwing the warning messege. if this is the reason for adding zero records...please let me know how will i handle this situation in my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vijaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 06:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-routine/m-p/3142177#M746845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T06:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-routine/m-p/3142178#M746846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 08:50:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-in-routine/m-p/3142178#M746846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-21T08:50:47Z</dc:date>
    </item>
  </channel>
</rss>

