<?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: ABAP Code Version specific lines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-version-specific-lines/m-p/12641636#M2014287</link>
    <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;sandeepsuggu&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;thx for your answer. I know the version Management in general. What i wanted to know:&lt;/P&gt;&lt;P&gt;Is it possible to get only the changes made at LoC 14-18 e.g. Cause often i dont need the changes of the whole program/class. &lt;/P&gt;&lt;P&gt;E.g. if i wanted to know who inserted an if Statement in LoC 20 i go to the versions and the get the last one, check if the IF is there. If not then version before and so on.&lt;/P&gt;&lt;P&gt;It would be much easier for me to get only the changes made at specific lines of code&lt;/P&gt;&lt;P&gt;Hope it was explained understandable &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best regards &lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2022 19:35:45 GMT</pubDate>
    <dc:creator>former_member806435</dc:creator>
    <dc:date>2022-12-06T19:35:45Z</dc:date>
    <item>
      <title>ABAP Code Version specific lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-version-specific-lines/m-p/12641634#M2014285</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;
  &lt;P&gt;i have a question regarding the code versioning in Abap (Eclipse or GUI i dont care). &lt;/P&gt;
  &lt;P&gt;Is it possible to see the code versions only for a few lines in a Class or Report?&lt;/P&gt;
  &lt;P&gt;E.g. i want to know, who inserted the current if statement. At the moment i have to go throught all versions until i find the one, which inserted it.&lt;/P&gt;
  &lt;P&gt;It would save a lot of time to specify the relevant lines where i want to see the changes.&lt;/P&gt;
  &lt;P&gt;Would help me a lot.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Julian&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-version-specific-lines/m-p/12641634#M2014285</guid>
      <dc:creator>former_member806435</dc:creator>
      <dc:date>2022-11-02T15:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Code Version specific lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-version-specific-lines/m-p/12641635#M2014286</link>
      <description>&lt;P&gt;HI &lt;SPAN class="mention-scrubbed"&gt;jules1337&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Connect&lt;STRONG&gt; ABAP ADT Eclipse&lt;/STRONG&gt; Or &lt;STRONG&gt;VS Code&lt;/STRONG&gt; with GitHub Repository show that it will be very helpful where the code change are made..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Coming To SAP GUI&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Use Version Management, in SE38, &lt;/P&gt;&lt;P&gt;enter the program name, click utilities, versions, version management. &lt;/P&gt;&lt;P&gt;You can compare different versions of the program.&lt;/P&gt;&lt;P&gt;&lt;A href="https://sapbasisdurgaprasad.blogspot.com/2015/06/how-to-identify-whether-abap-program.html" target="test_blank"&gt;https://sapbasisdurgaprasad.blogspot.com/2015/06/how-to-identify-whether-abap-program.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;______________&lt;/P&gt;&lt;P&gt;The changes made in the ABAP debugger will be recorded in SYSLOG. &lt;/P&gt;&lt;P&gt;To see the system log, go to t-code SM21. Press “Reread system log” to display the system log. &lt;/P&gt;&lt;P&gt;You can enter the User if you want to track the changes made by a particular user.&lt;/P&gt;&lt;P&gt;________________&lt;/P&gt;&lt;P&gt;You Can Check In TCODE SE09 according to the USER &lt;/P&gt;&lt;P&gt;_________________&lt;STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;I hope it might helps you.&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Suggu Sandeep.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 07:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-version-specific-lines/m-p/12641635#M2014286</guid>
      <dc:creator>sandeep_suggu</dc:creator>
      <dc:date>2022-11-03T07:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Code Version specific lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-version-specific-lines/m-p/12641636#M2014287</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;sandeepsuggu&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;thx for your answer. I know the version Management in general. What i wanted to know:&lt;/P&gt;&lt;P&gt;Is it possible to get only the changes made at LoC 14-18 e.g. Cause often i dont need the changes of the whole program/class. &lt;/P&gt;&lt;P&gt;E.g. if i wanted to know who inserted an if Statement in LoC 20 i go to the versions and the get the last one, check if the IF is there. If not then version before and so on.&lt;/P&gt;&lt;P&gt;It would be much easier for me to get only the changes made at specific lines of code&lt;/P&gt;&lt;P&gt;Hope it was explained understandable &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best regards &lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 19:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-version-specific-lines/m-p/12641636#M2014287</guid>
      <dc:creator>former_member806435</dc:creator>
      <dc:date>2022-12-06T19:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Code Version specific lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-version-specific-lines/m-p/12641637#M2014288</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;jules1337&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;After a long time, I came across similar question like you asked in November,&lt;/P&gt;&lt;P&gt;Once have a look: &lt;A href="https://answers.sap.com/answers/13803942/view.html" target="test_blank"&gt;https://answers.sap.com/answers/13803942/view.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thank You,&lt;/P&gt;&lt;P&gt;Suggu Sandeep.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 07:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-version-specific-lines/m-p/12641637#M2014288</guid>
      <dc:creator>sandeep_suggu</dc:creator>
      <dc:date>2023-01-31T07:27:46Z</dc:date>
    </item>
  </channel>
</rss>

