<?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: Short dump while executing Ztransaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286387#M154007</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;Seems like there is a problem writing the selected data onto the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checkout the screen layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Mar 2006 16:39:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-12T16:39:03Z</dc:date>
    <item>
      <title>Short dump while executing Ztransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286384#M154004</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 am doing module pool programming by desinging the screens, handling events and running it thru a Z-trnasaction. &lt;/P&gt;&lt;P&gt;  My first query is how do I debug a module pool prg.. so as to understand that the error/short dump is because of my code or due to some other reason ... &lt;/P&gt;&lt;P&gt;  My second query is that I am getting a short dump with "DIAG_RFC_EXCEPTION" ... I do have access to SM59 ... do I need to check for some other RFC propeties ??... Is this error related to Basis guys??? &amp;amp; the line where it is dumping is as follows :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Einzelbildverarbeitung Transaktionsvarianten/Batch-Input/CATT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   call function 'SYSTEM_SCREEN_INPUT'&lt;/P&gt;&lt;P&gt;        exporting&lt;/P&gt;&lt;P&gt;             modul = p_repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; endform.                               " %_CTL_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;SB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2006 13:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286384#M154004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-12T13:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump while executing Ztransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286385#M154005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your PBO, put a break-point on the first executable code and then run your transaction. It will stop at the break-point and then you can start debugging. This sounds like more of an error coming out of trying to start a screen(dialog mode) from an RFC scenario. What BAPI are you calling in there? Also, go to ST22 and see what the error says. Look at the call stack and you will see when the error occured. Do you have a RFC call in your code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2006 15:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286385#M154005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-12T15:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump while executing Ztransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286386#M154006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No srini .. I am not using any RFC call or BAPI in my program ... I am trying to write a select statement ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;   FROM ZTEST&lt;/P&gt;&lt;P&gt;   INTO TABLE T_ZTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On clicking the display button ... I want to display the contents of this table in screen 200 where I have setup the table control area ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thsnk you,&lt;/P&gt;&lt;P&gt;SB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2006 15:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286386#M154006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-12T15:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump while executing Ztransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286387#M154007</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;Seems like there is a problem writing the selected data onto the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checkout the screen layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2006 16:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286387#M154007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-12T16:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump while executing Ztransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286388#M154008</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;Please check the type of transaction you created. If you have created transaction of type 'Program and screen (dialog transaction)', then delete it and create a transaction of type 'Program and selection screen (report transaction)'. You can create transactions using SE93.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope thia solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Riyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 05:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286388#M154008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-13T05:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump while executing Ztransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286389#M154009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SB what is the SAPGUI version level? What screen have u developed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 05:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286389#M154009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-13T05:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump while executing Ztransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286390#M154010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Suppose u want debug the screen which is popup.&lt;/P&gt;&lt;P&gt;Then do following step.&lt;/P&gt;&lt;P&gt;crete text file on desktop with following content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;[FUNCTION]&lt;/P&gt;&lt;P&gt;COMMAND = /H&lt;/P&gt;&lt;P&gt;TITLE = DEBUGGER&lt;/P&gt;&lt;P&gt;TYPE = SYSTEMCOMMAND&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when pop is coming. Just drag and drop above file on the window in which pop is coming.(Minimize window then drag and drop on the window in which pop came)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debuggin will start.&lt;/P&gt;&lt;P&gt;Hope this will be useful.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 06:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286390#M154010</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-03-13T06:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump while executing Ztransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286391#M154011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to debug module pool(Pop-up) is like this :&lt;/P&gt;&lt;P&gt;      Many times we would like to start debugging from a Pop-up screen, but the editor doesn't allow us to do that. &lt;/P&gt;&lt;P&gt;*Instead, we have to start debugging all the way from main screen. &lt;/P&gt;&lt;P&gt;*Enclosed is a 3 line script would allow us to make our edits in a Pop-up. &lt;/P&gt;&lt;P&gt;*Create a file with following code and save it as 'debugger.txt' in your local drive and drag and drop it (from Windows explorer) on to the Pop-up box and the debug mode will be on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILE CONTENTSMany times we would like to start debugging from a Pop-up screen, but the editor doesn't allow us to do that. Instead, we have to start debugging all the way from main screen. Enclosed is a 3 line script would allow us to make our edits in a Pop-up. Create a file with following code and save it as 'debugger.txt' in your local drive and drag and drop it (from Windows explorer) on to the Pop-up box and the debug mode will be on!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Code: (File Contents)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;[FUNCTION]&lt;/P&gt;&lt;P&gt;Command=/H&lt;/P&gt;&lt;P&gt;Title=Debugger&lt;/P&gt;&lt;P&gt;Type=SystemCommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you to find out the error while debugging the pop up .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 06:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286391#M154011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-13T06:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump while executing Ztransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286392#M154012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 04:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-executing-ztransaction/m-p/1286392#M154012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-16T04:33:49Z</dc:date>
    </item>
  </channel>
</rss>

