<?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: Problem debugging SE16n in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-debugging-se16n/m-p/6619636#M1440310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with &amp;amp;sap_edit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2010 12:31:09 GMT</pubDate>
    <dc:creator>Sandeep_Panghal</dc:creator>
    <dc:date>2010-02-11T12:31:09Z</dc:date>
    <item>
      <title>Problem debugging SE16n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-debugging-se16n/m-p/6619635#M1440309</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 was trying to find out somethings for one project I am doing and I found something weird, maybe it also happened to you.&lt;/P&gt;&lt;P&gt;I place a break point in fm SE16n_STAR but the program never stopped there. I have try with all kind of breakpoints, even using /h it passed that part an it is not possible to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Stack I have this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM	        DISPLAY_STANDARD	SAPLSE16N&lt;/P&gt;&lt;P&gt;FUNCTION	SE16N_INTERFACE  	SAPLSE16N&lt;/P&gt;&lt;P&gt;FORM	        EXECUTE	                        SAPLSE16N&lt;/P&gt;&lt;P&gt;MODULE (PAI)	FCODE_0100	                SAPLSE16N&lt;/P&gt;&lt;P&gt;FUNCTION	SE16N_START	        SAPLSE16N&lt;/P&gt;&lt;P&gt;EVENT	START-OF-SELECTION	        RK_SE16N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This part is always coming and I can not stop it before. In debugging I see that this was passed but it didn't stop. Whenever I go to this functions or forms I see the breakpoint there, so I can not understand why it didn't stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 12:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-debugging-se16n/m-p/6619635#M1440309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T12:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging SE16n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-debugging-se16n/m-p/6619636#M1440310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with &amp;amp;sap_edit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 12:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-debugging-se16n/m-p/6619636#M1440310</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-02-11T12:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging SE16n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-debugging-se16n/m-p/6619637#M1440311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I did was to use &amp;amp;sap_edit to edit a table that it has a dependancy with another table in order to debug where de error is coming. So, I created a new entry and then after event double click, I wanted to know where the the check with the tables related is done, but from I could see it was done in FM SE16N_STAR but I can not debug that function module after the enter event. &lt;/P&gt;&lt;P&gt;That is my problem, that I would like to stop in that point but it is not possible because when I start the debugging mode the point is already passed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 12:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-debugging-se16n/m-p/6619637#M1440311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T12:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging SE16n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-debugging-se16n/m-p/6619638#M1440312</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;You can directly execute &lt;STRONG&gt;SE16N_START&lt;/STRONG&gt; FM by inputting the table name which is equivalent to SE16N without authority check:-).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 12:52:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-debugging-se16n/m-p/6619638#M1440312</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-11T12:52:29Z</dc:date>
    </item>
  </channel>
</rss>

