<?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: hELO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/helo/m-p/3066151#M726590</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;define like this.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of itab,&lt;/P&gt;&lt;P&gt;              matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;              ersda like mara-ersda,&lt;/P&gt;&lt;P&gt;           end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : i_itab type standard table of itab ,&lt;/P&gt;&lt;P&gt;wa_itab type itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr&lt;/P&gt;&lt;P&gt;ersda&lt;/P&gt;&lt;P&gt;from mara&lt;/P&gt;&lt;P&gt;into  correspondong fields of table i_itab." upto single row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_ITAB into wa_itab.&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; wa_ITAB-MATNR.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: kishore&lt;/P&gt;&lt;P&gt;        kishore ale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2007 07:42:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-30T07:42:06Z</dc:date>
    <item>
      <title>hELO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helo/m-p/3066150#M726589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i have used the following code i have declared the structure and from the structure i have made a work are and from that i have to pass the values but my progrma is going into dump please helo i am sending the example code &lt;/P&gt;&lt;P&gt;data : begin of itab,&lt;/P&gt;&lt;P&gt;       matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;       ersda like mara-ersda,&lt;/P&gt;&lt;P&gt;       end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : i_itab type itab occurs 0,&lt;/P&gt;&lt;P&gt;       wa_itab type itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select matnr&lt;/P&gt;&lt;P&gt;        ersda&lt;/P&gt;&lt;P&gt;        from mara&lt;/P&gt;&lt;P&gt;        into table i_itab." upto single row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_ITAB into itab.&lt;/P&gt;&lt;P&gt;write : ITAB-MATNR.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dump error is &lt;/P&gt;&lt;P&gt; The current ABAP program "ZIM_TEST1" had to be terminated because it has&lt;/P&gt;&lt;P&gt; come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;analisys is &lt;/P&gt;&lt;P&gt;     An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not   &lt;/P&gt;&lt;P&gt;    caught and therefore caused a runtime error. &lt;/P&gt;&lt;P&gt;   The reason for the exception is:&lt;/P&gt;&lt;P&gt;   In a SELECT access, the read file could not be placed in the target field provided.&lt;/P&gt;&lt;P&gt;   Either the conversion is not supported for the type of the target field,  the target field is too small to include the value, or the data does not have the format required for the target field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE ROFRAM IS GOING IN TO DUM IN THE SELECT STATEMENTS&lt;/P&gt;&lt;P&gt;  &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; select matnr&lt;/P&gt;&lt;P&gt;                      ersda&lt;/P&gt;&lt;P&gt;                      from mara&lt;/P&gt;&lt;P&gt;                      into table i_itab." upto single row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I NEED A FAST ANSWER PLZ HELP ME OUT  I WILL BE THANKFUL TO U&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 07:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helo/m-p/3066150#M726589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T07:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: hELO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helo/m-p/3066151#M726590</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;define like this.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of itab,&lt;/P&gt;&lt;P&gt;              matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;              ersda like mara-ersda,&lt;/P&gt;&lt;P&gt;           end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : i_itab type standard table of itab ,&lt;/P&gt;&lt;P&gt;wa_itab type itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr&lt;/P&gt;&lt;P&gt;ersda&lt;/P&gt;&lt;P&gt;from mara&lt;/P&gt;&lt;P&gt;into  correspondong fields of table i_itab." upto single row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_ITAB into wa_itab.&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; wa_ITAB-MATNR.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: kishore&lt;/P&gt;&lt;P&gt;        kishore ale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 07:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helo/m-p/3066151#M726590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T07:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: hELO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helo/m-p/3066152#M726591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soni,&lt;/P&gt;&lt;P&gt;ur program should be like below..&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;types&amp;lt;/b&amp;gt; : begin of itab,&lt;/P&gt;&lt;P&gt;matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;ersda like mara-ersda,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data &amp;lt;b&amp;gt;: i_itab type standard table of itab with header line&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt;wa_itab type itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr&lt;/P&gt;&lt;P&gt;ersda&lt;/P&gt;&lt;P&gt;from mara&lt;/P&gt;&lt;P&gt;into table i_itab." upto single row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_ITAB into &amp;lt;b&amp;gt;wa_itab&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;write : &amp;lt;b&amp;gt;wa_ITAB-MATNR&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaveri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 07:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helo/m-p/3066152#M726591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T07:56:59Z</dc:date>
    </item>
  </channel>
</rss>

