<?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: BCALV_EDIT_04 debug problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcalv-edit-04-debug-problem/m-p/8039076#M1610609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aydnbk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;most or many ALV code is marked as system. That means, after /h you have to switch on SYSTEM debugging. This will lead you through a lot more code...&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2011 12:41:31 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2011-07-28T12:41:31Z</dc:date>
    <item>
      <title>BCALV_EDIT_04 debug problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcalv-edit-04-debug-problem/m-p/8039075#M1610608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im making an editable report and i want to be able to add rows and delete rows from ALV.&lt;/P&gt;&lt;P&gt;I used BCALV_EDIT_04 example and made necessary changes for this alv but the thing is ;&lt;/P&gt;&lt;P&gt;after i display my ALV,when i push the button to create a new line, it is creating an empty line. I want some of the fields filled automatically from the parameters at my selection screen but i couldn't find how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The debug doesnt start when i push "create row" or "delete row" button on alv screen so i cant be sure how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 11:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bcalv-edit-04-debug-problem/m-p/8039075#M1610608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-28T11:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: BCALV_EDIT_04 debug problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcalv-edit-04-debug-problem/m-p/8039076#M1610609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aydnbk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;most or many ALV code is marked as system. That means, after /h you have to switch on SYSTEM debugging. This will lead you through a lot more code...&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 12:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bcalv-edit-04-debug-problem/m-p/8039076#M1610609</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-07-28T12:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: BCALV_EDIT_04 debug problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcalv-edit-04-debug-problem/m-p/8039077#M1610610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i activated system debugging and tried it both in classic and new debugger but it didnt work. &lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 12:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bcalv-edit-04-debug-problem/m-p/8039077#M1610610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-28T12:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: BCALV_EDIT_04 debug problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcalv-edit-04-debug-problem/m-p/8039078#M1610611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aydnbk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK now I remember: The buttons only work at the front end in the GUI control, they are not connected to any event processed on the server. I'm not sure if there is any way to catch this on server side, I remember we finally deactivated those buttons and created our own ones connected to custom event handlers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Took quite some time but it worked even before our boss told us that he would not want this grid anyway &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 13:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bcalv-edit-04-debug-problem/m-p/8039078#M1610611</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-07-28T13:25:37Z</dc:date>
    </item>
  </channel>
</rss>

