<?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 in program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676449#M1668799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for responce .&lt;/P&gt;&lt;P&gt;It is solved.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vanamaala k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 09:21:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-16T09:21:49Z</dc:date>
    <item>
      <title>dump in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676446#M1668796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting this dump when i run the respective custom tcode of the program.&lt;/P&gt;&lt;P&gt;with this program i am trying to upload the data ,then it went to dump,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;please help me to solve this &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The following syntax error occurred in program "ZGLSTPISI_SAPFM06K_AP " in&lt;BR /&gt; include "FM06KF10_BEWERTEN " in&lt;BR /&gt;line 248:&lt;BR /&gt;"The field "GT_TOP_OF_PAGE" is unknown, but there is a field with the s"&lt;BR /&gt;"imilar name "SLIS_EV_TOP_OF_PAGE"."&lt;BR /&gt;" "&lt;BR /&gt;" "&lt;/P&gt;&lt;P&gt;The include has been created and last changed by:&lt;BR /&gt;Created by: "SAP "&lt;BR /&gt;Last changed by: "SAP "&lt;BR /&gt;Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The following syntax error was found in the program ZGLSTPISI_SAPFM06K_AP :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "The field "GT_TOP_OF_PAGE" is unknown, but there is a field with the s"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "imilar name "SLIS_EV_TOP_OF_PAGE"."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " "&lt;/P&gt;&lt;P&gt;Information on where terminated&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Termination occurred in the ABAP program "ZGLSTPPURB_CNRTPRICE" - in&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PROCESS_DATA".&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The main program was "ZGLSTPPURB_CNRTPRICE ".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the source code you have the termination point in line 1844&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; of the (Include) program "ZGLSTPPURB_CNRTPRICE_FORMS".&lt;/P&gt;&lt;P&gt;SourceCde:&lt;/P&gt;&lt;P&gt;FORM process_data .&lt;/P&gt;&lt;P&gt;* process each record from the file&lt;BR /&gt;&amp;nbsp; LOOP AT itab_data INTO data_head.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM assign_data_to_var.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM start_of_selection_p(zglstpisi_sapfm06k_ap).&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMMIT WORK.&lt;BR /&gt;&amp;nbsp; ENDLOOP.&lt;/P&gt;&lt;P&gt;* display end result&lt;BR /&gt;&amp;nbsp; PERFORM write_report(zglstpisi_sapfm06k_ap).&lt;/P&gt;&lt;P&gt;ENDFORM.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " process_data&lt;/P&gt;&lt;P&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vanamaala k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 16:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676446#M1668796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-15T16:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: dump in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676447#M1668797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The short dump seems to be a standard program. You might want to check if there is an OSS note out there that fixes the problem. At the same time, I'm confused by you saying that you ran a "custom t-code"! Are you including a standard include program in your program or vice versa? Maybe you didn't define the include correctly (order of include programs matters).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 23:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676447#M1668797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-15T23:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: dump in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676448#M1668798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;Hi,&lt;/P&gt;&lt;P style="text-align: justify;"&gt;It seems that the copied program '&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;ZGLSTPISI_SAPFM06K_AP&lt;/SPAN&gt;' must have been created in SAP 4.7 and the current program must have been executed after upgrade, go to the Top include of '&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;ZGLSTPISI_SAPFM06K_AP&lt;/SPAN&gt;' and declare the missing field.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;data&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;gt_top_of_page &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;slis_t_listheader&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;You can see the same field declared in the Top Include FM06KTOP of the standard program SAPFM06K based on which your custom program&lt;/SPAN&gt;&lt;SPAN style="text-align: justify;"&gt; '&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;ZGLSTPISI_SAPFM06K_AP&lt;/SPAN&gt;&lt;SPAN style="text-align: justify;"&gt;' is created.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify;"&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify;"&gt;Bala Krishna&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 02:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676448#M1668798</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2012-03-16T02:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: dump in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676449#M1668799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for responce .&lt;/P&gt;&lt;P&gt;It is solved.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vanamaala k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 09:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676449#M1668799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-16T09:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: dump in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676450#M1668800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If it is solved, please close the thread.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 09:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676450#M1668800</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2012-03-16T09:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: dump in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676451#M1668801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Bala krishna i am sorry , SDN is in new screen now ,so i am not able to find the option how to close it .&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vanamaala k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 11:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676451#M1668801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-16T11:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: dump in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676452#M1668802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply rate one answer as "correct".&lt;/P&gt;&lt;P&gt;Best reagrds&lt;BR /&gt;&lt;A __default_attr="173998" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 13:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676452#M1668802</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2012-03-16T13:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: dump in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676453#M1668803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Now I can see the STAR MARKS after your reply befor that i did not see ,it may be the browser problem. now I have marked it as correct&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Even though ,thank you very much for your reply &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Thanks for all GURUS also..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;vanamaala k&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-program/m-p/8676453#M1668803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-16T15:10:40Z</dc:date>
    </item>
  </channel>
</rss>

