<?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 getting dump when using call screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084122#M1180665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Freinds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have developed a custom screen 1000 on the screen i havepu four fields pernr, employeename ,begda and endda on the table control, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now iam calling the screen from my report as call screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but is giving me dump straight away saying Dynpro does not exist  only when iam using a table contol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done the following steps please correct me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) the table control which i have placed i named it as TC1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE STATUS_1000.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP at it_pa0001 INTO wa_pa0001 WITH CONTROL TC1&lt;/P&gt;&lt;P&gt;                  CURSOR tc1-current_line.  " INTO wa_pa0001.&lt;/P&gt;&lt;P&gt;    MODULE pbo_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;   MODULE USER_COMMAND_1000.&lt;/P&gt;&lt;P&gt;  LOOP at it_pa0001 .  "into wa_pa0001 .&lt;/P&gt;&lt;P&gt;    MODULE pai_output.&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;in the top include i have declared as below&lt;/P&gt;&lt;P&gt;DATA ok_code TYPE sy-ucomm.&lt;/P&gt;&lt;P&gt;data : wa_pa0001 type pa0001,&lt;/P&gt;&lt;P&gt;       it_pa0001 type standard table of pa0001.&lt;/P&gt;&lt;P&gt;CONTROLS tc1 TYPE TABLEVIEW USING SCREEN 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my report which iam going to run i have given as &lt;/P&gt;&lt;P&gt;call screen '1000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when iam running the report it is going dump directly from screen 1000 it not even going inside ,&lt;/P&gt;&lt;P&gt;could you please let me know what i have to further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2009 09:01:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-03T09:01:16Z</dc:date>
    <item>
      <title>getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084122#M1180665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Freinds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have developed a custom screen 1000 on the screen i havepu four fields pernr, employeename ,begda and endda on the table control, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now iam calling the screen from my report as call screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but is giving me dump straight away saying Dynpro does not exist  only when iam using a table contol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done the following steps please correct me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) the table control which i have placed i named it as TC1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE STATUS_1000.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP at it_pa0001 INTO wa_pa0001 WITH CONTROL TC1&lt;/P&gt;&lt;P&gt;                  CURSOR tc1-current_line.  " INTO wa_pa0001.&lt;/P&gt;&lt;P&gt;    MODULE pbo_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;   MODULE USER_COMMAND_1000.&lt;/P&gt;&lt;P&gt;  LOOP at it_pa0001 .  "into wa_pa0001 .&lt;/P&gt;&lt;P&gt;    MODULE pai_output.&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;in the top include i have declared as below&lt;/P&gt;&lt;P&gt;DATA ok_code TYPE sy-ucomm.&lt;/P&gt;&lt;P&gt;data : wa_pa0001 type pa0001,&lt;/P&gt;&lt;P&gt;       it_pa0001 type standard table of pa0001.&lt;/P&gt;&lt;P&gt;CONTROLS tc1 TYPE TABLEVIEW USING SCREEN 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my report which iam going to run i have given as &lt;/P&gt;&lt;P&gt;call screen '1000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when iam running the report it is going dump directly from screen 1000 it not even going inside ,&lt;/P&gt;&lt;P&gt;could you please let me know what i have to further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084122#M1180665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084123#M1180666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen no 1000 is genarally used for standrd screen , pls try with other screen no's,,&lt;/P&gt;&lt;P&gt;i'm not sure... plz try..&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;Chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084123#M1180666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084124#M1180667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In your code you have written&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS tc1 TYPE TABLEVIEW USING SCREEN 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you are using screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084124#M1180667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084125#M1180668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1000 screen number is reserved for the Selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when calling the screen, it should not be in quotes. It should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 100. Thats it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084125#M1180668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084126#M1180669</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;&lt;/P&gt;&lt;P&gt;Can u give ur ful program code.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084126#M1180669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084127#M1180670</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;&lt;/P&gt;&lt;P&gt;You have defined table control using screem 1001. &amp;amp; You hav calld up ur table control in the module pool of screen1000.&lt;/P&gt;&lt;P&gt;Check it 7 do debugging &amp;amp; try to find on which line where it is getting dumped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mudit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:05:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084127#M1180670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084128#M1180671</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;PRE&gt;&lt;CODE&gt;call screen '1000'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to give it as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL SCREEN 1000. "Do not give it within quotes&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084128#M1180671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084129#M1180672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R u using a different screen for Table control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes then your approach should be as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)First create a screen 1000.&lt;/P&gt;&lt;P&gt;2)At  PAI of 1000 you should call screen 1001 for Table control view.&lt;/P&gt;&lt;P&gt;3)Make sure that all component should be activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: you can't call screen  1000 from Report Program(Executable Program).By default it's 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084129#M1180672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084130#M1180673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;your code looks ok there is nothing any problem.&lt;/P&gt;&lt;P&gt;But change the screen number from 1000 to other number.&lt;/P&gt;&lt;P&gt;As per my research this number is reserved by the standard.&lt;/P&gt;&lt;P&gt;actually when we create selection screen then by default screen number '1000' get create.&lt;/P&gt;&lt;P&gt;So change the screen number and run your program.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arun Kayal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arun Kayal on Feb 3, 2009 10:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084130#M1180673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084131#M1180674</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 can suggest you few points please follow these and see....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!) Put the Different screen number other than 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) No need of using quotes while calling screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) while declaring the table control &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex : Controls TC1 type tableview using screen '1001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the screen u have devleoped is 1000.Please check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) No need of using Cursor stmt i guess....if u are using normal table control...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab into wa with control TC1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.Please revert in case of any queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 09:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084131#M1180674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084132#M1180675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Sandipan,&lt;/P&gt;&lt;P&gt;            you are 100% correct yes that is the reason iam getting the dump, i haven observed any way lot and lots of thanks .&lt;/P&gt;&lt;P&gt;if you could please give me some code for getting data populated into table control orsample program &lt;/P&gt;&lt;P&gt;it would be great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 10:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084132#M1180675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T10:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when using call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084133#M1180676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can follow the link for sample program&lt;/P&gt;&lt;P&gt;&amp;lt;http://sgstocks.tripod.com/abap007.htm&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 10:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-using-call-screen/m-p/5084133#M1180676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T10:13:44Z</dc:date>
    </item>
  </channel>
</rss>

