<?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: Question on log-point id and its usage and functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416382#M11269</link>
    <description>&lt;P&gt;The point is, I would just give a link to the documentation you cited above in order to answer your question. What are you missing? Logpoints simply work as described there.&lt;/P&gt;&lt;P&gt;Look at program DEMO_CHECKPOINTS. It is described &lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abencheckpoint_abexa.htm"&gt;here&lt;/A&gt;. (I'll check why the source code is not loaded to the documentation). Play with it's checkpoint group in SAAB. No fear, you can't do anything wrong.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2017 16:35:07 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2017-03-30T16:35:07Z</dc:date>
    <item>
      <title>Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416381#M11268</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
  &lt;P&gt;Can any one please explain the basic functionality of the log-point with the addition ID and its significance and its usage , for example for the below log-point id , where is the qnao_sfws_sc_on defined and how can it control the program flow fron outside the program.&lt;/P&gt;
  &lt;P&gt;LOG-POINT ID qnao_sfws_sc_on.&lt;/P&gt;
  &lt;P&gt;I had gone through the basic F1 help and the documentations available in the forums and the portal.&lt;/P&gt;
  &lt;P&gt;When the program reaches an active logpoint, an entry is created in the log that is also used by the statement ASSERT and the program execution proceeds with the statement after LOG-POINT. During this process, an already existing entry of the same LOG-POINT statement is overwritten by default. Each time an entry is written to, a counter for the entry is increased. The log can be evaluated using transaction SAAB. &lt;/P&gt;
  &lt;P&gt;No log entry is written for an inactive logpoint and the program execution proceeds with the statement after LOG-POINT. &lt;/P&gt;
  &lt;P&gt;Addition 1 &lt;/P&gt;
  &lt;P&gt;... ID group &lt;/P&gt;
  &lt;P&gt;Effect &lt;/P&gt;
  &lt;P&gt;The addition ID controls the activation of the logpoint from outside the program via a checkpoint group group or an activation variant. For the specification of the checkpoint group, the same rules apply as to the ASSERT statement.The possible operations modes for logpoints are active and logging.&lt;/P&gt;
  &lt;P&gt;thanks, rg&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 15:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416381#M11268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-30T15:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416382#M11269</link>
      <description>&lt;P&gt;The point is, I would just give a link to the documentation you cited above in order to answer your question. What are you missing? Logpoints simply work as described there.&lt;/P&gt;&lt;P&gt;Look at program DEMO_CHECKPOINTS. It is described &lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abencheckpoint_abexa.htm"&gt;here&lt;/A&gt;. (I'll check why the source code is not loaded to the documentation). Play with it's checkpoint group in SAAB. No fear, you can't do anything wrong.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 16:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416382#M11269</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-03-30T16:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416383#M11270</link>
      <description>&lt;P&gt;Hi Horst,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;LOG-POINT ID qnao_sfws_sc_on.&lt;/P&gt;&lt;P&gt;My question was where is the ID qnao_sfws_sc_on defined is it defined in SE11 or is it an internal variable or  the id is defined on the fly like we define for IMPORT and export parameter IDs?&lt;/P&gt;&lt;P&gt;Sorry I dont have access for SAAB transaction and all the stuff on the web explains using SAAB transaction. Just trying to get an idea of how it works.&lt;/P&gt;&lt;P&gt;Thanks , rg&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 10:59:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416383#M11270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-31T10:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416384#M11271</link>
      <description>0&lt;A href="https://answers.sap.com/questions/167305/question-on-log-point-id-and-its-usage-and-functio.html?childToView=167924#"&gt;&lt;/A&gt;
&lt;P&gt;Hi Horst,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;LOG-POINT ID qnao_sfws_sc_on.&lt;/P&gt;&lt;P&gt;My question was where is the ID qnao_sfws_sc_on defined is it defined in SE11 or is it an internal variable or the id is defined on the fly like we define for IMPORT and export parameter IDs?&lt;/P&gt;&lt;P&gt;Sorry I dont have access for SAAB transaction and all the stuff on the web explains using SAAB transaction. Just trying to get an idea of how it works.&lt;/P&gt;&lt;P&gt;Also as per theory it is saying as when the program reaches the log point a log is created a log is created , &lt;STRONG&gt;what is that log and where we can see that log and what it contains ( variables and their values)  a&lt;/STRONG&gt;s per the theory the addition id controls the activation of the log-point from outside the program via checkpoint group and the check point group can only be seen in SAAB transaction, &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Is this LOG-POINT some kind of IF condition where if used with addition ID the remaining part of the code is executed only if the ID is active in SAAB transaction . kindly let me know if I am incorrect.&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks , rg&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 11:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416384#M11271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-31T11:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416385#M11272</link>
      <description>&lt;P&gt;I used the log point to trace a complex process by putting a log point statement at every method entry/exit, IF,  CASE, etc etc.  This is relatively easy when using the replace functionality in MS Word (yes... word.... the ^p for line breaks comes in very handy).  Then you can run your process without getting bogged down in breakpoints or trying to fathom out a run time analysis.&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 11:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416385#M11272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-31T11:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416386#M11273</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;qnao_sfws_sc_on is the name of a checkpoint group defined in SAAB.&lt;/P&gt;&lt;P&gt;You need SAAB to create, activate activatable checkpoints and to read the logs.&lt;/P&gt;&lt;P&gt;Behind ID of an assertion, a breakpoint or a logpoint you can only give names of existing checkpoint groups defined in SAAB. In SAAB, you can activate the checkpoint group. If a checkpoint group is active, the corresponding &lt;/P&gt;&lt;P&gt;assertions, breakpoints or logpoints have an effect that also is defined in SAAB. Otherwise (inactive) they don't have any effect.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 11:22:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416386#M11273</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-03-31T11:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416387#M11274</link>
      <description>&lt;P&gt;Thanks for the reply  Harper .&lt;/P&gt;&lt;P&gt;Just want to know if the ID used here in the below statement&lt;/P&gt;&lt;P&gt; LOG-POINT ID ABC so this ABC here acts a group and if this group is active in CHECKPOINT GROUP IN SAAB transaction the remaining code is executed .. Is that Correct ?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;rg&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 11:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416387#M11274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-31T11:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416388#M11275</link>
      <description>&lt;P&gt;For example if we are using LOG-POINT ID ZTEST and we ZTEST is the check point group and if this group is not active in SAAB transaction say and if the log-point is used as below &lt;/P&gt;&lt;P&gt;LOG-POINT ID ZTEST.&lt;/P&gt;&lt;P&gt;write : 'test;'.&lt;/P&gt;&lt;P&gt;will the write statement be executed in the above  case.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Sorry I dont have access to SAAB transaction to check the active groups thats the reason I am asking this question.  Never mind if its too basic.&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 12:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416388#M11275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-31T12:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416389#M11276</link>
      <description>&lt;P&gt;"will the write statement be executed in the above case"&lt;/P&gt;&lt;P&gt;Yes, since you switch on and off logging only. If you use ASSERT instead of LOG-POINT its different.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 12:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416389#M11276</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-03-31T12:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416390#M11277</link>
      <description>&lt;P&gt;Log-Point does not cause any program flow change whether the group is active or not.  &lt;/P&gt;&lt;P&gt;ps.  Harper is my family name,  not my given name which is Richard.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 11:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416390#M11277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-03T11:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416391#M11278</link>
      <description>&lt;P&gt;Hello Richard,&lt;/P&gt;&lt;P&gt;Thanks for the reply and sorry.&lt;/P&gt;&lt;P&gt;Ok the log-point id only makes an impact in making log and  does not affect the program logic or execution . Is that correct?&lt;/P&gt;&lt;P&gt;rg&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 12:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416391#M11278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-03T12:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416392#M11279</link>
      <description>&lt;P&gt; &lt;/P&gt;
  &lt;P&gt;qnao_sfws_sc_on is defined in transaction SAAB !!!!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 12:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416392#M11279</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2018-03-08T12:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question on log-point id and its usage and functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416393#M11280</link>
      <description>&lt;P&gt;That's correct&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 13:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-log-point-id-and-its-usage-and-functionality/m-p/416393#M11280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-12T13:21:18Z</dc:date>
    </item>
  </channel>
</rss>

