<?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: SAP Note Implemented ends in syntax error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-implemented-ends-in-syntax-error/m-p/4539879#M1072583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vincent,&lt;/P&gt;&lt;P&gt;If you read the Note it says the some MANUAL changes also need to be implemented . Change is required in the Interface of the FM.. This might be the reason for the syntax error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Important note:
Point 1 and 2 are no longer necessary for the implementation in Release 6.00 provided that you use the "Note assistant". As of Release 6.00 (SAP_BASIS SAPKB70004), the Note Assistant can implement the changes automatically.

1. In the ABAP/4 function library (SE37), extend the interface for the function module:
              SD_REV_REC_DATA_MAINTAIN_NEW  - Function group: VFRR
                                Include name .: LVFRRU26 

              as follows: 


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 09:27:55 GMT</pubDate>
    <dc:creator>former_member195698</dc:creator>
    <dc:date>2008-10-03T09:27:55Z</dc:date>
    <item>
      <title>SAP Note Implemented ends in syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-implemented-ends-in-syntax-error/m-p/4539876#M1072580</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 want to implement a FI note &amp;amp; it ends in a program syntax error. The note documentation is as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Software Component Release Package Name&lt;/P&gt;&lt;P&gt;_____________________________________________________&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP&lt;/STRONG&gt;   &lt;STRONG&gt;Application&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;500     SAPKH50012&lt;/P&gt;&lt;P&gt;_____________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I check with my&lt;/P&gt;&lt;P&gt;SAP System Data: SAP ERP Central Component 5.0 as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP_APPL 500 0009 &lt;STRONG&gt;SAPKH50009&lt;/STRONG&gt; Logistics and Accounting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since there is difference in Support Package that is creating syntax error...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Vince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 15:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-implemented-ends-in-syntax-error/m-p/4539876#M1072580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T15:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Note Implemented ends in syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-implemented-ends-in-syntax-error/m-p/4539877#M1072581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It means that this note is included in support package 12, whereas your system is on package level 9. The note seems to be applicable. Are you implementing using SNOTE transaction? What is the note number? What is the syntax error exactly?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 15:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-implemented-ends-in-syntax-error/m-p/4539877#M1072581</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-10-01T15:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Note Implemented ends in syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-implemented-ends-in-syntax-error/m-p/4539878#M1072582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am implementing using SNOTE. &lt;/P&gt;&lt;P&gt;The note is 896638 (No log for missing control lines  VF44/VF46) ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After implementing the note, the syntax error is in the following: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include: SDRRCON&lt;/P&gt;&lt;P&gt;FM:       SD_REV_REC_DATA_MAINTAIN_NEW &lt;/P&gt;&lt;P&gt;Report:  SAPLVFRR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to comment the Include LVFRR079 in SAPLVFRR &amp;amp; then activate to work without error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to get into the above programs &amp;amp; activated manually after dealing with the errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 09:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-implemented-ends-in-syntax-error/m-p/4539878#M1072582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T09:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Note Implemented ends in syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-implemented-ends-in-syntax-error/m-p/4539879#M1072583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vincent,&lt;/P&gt;&lt;P&gt;If you read the Note it says the some MANUAL changes also need to be implemented . Change is required in the Interface of the FM.. This might be the reason for the syntax error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Important note:
Point 1 and 2 are no longer necessary for the implementation in Release 6.00 provided that you use the "Note assistant". As of Release 6.00 (SAP_BASIS SAPKB70004), the Note Assistant can implement the changes automatically.

1. In the ABAP/4 function library (SE37), extend the interface for the function module:
              SD_REV_REC_DATA_MAINTAIN_NEW  - Function group: VFRR
                                Include name .: LVFRRU26 

              as follows: 


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 09:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-implemented-ends-in-syntax-error/m-p/4539879#M1072583</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-10-03T09:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Note Implemented ends in syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-implemented-ends-in-syntax-error/m-p/4539880#M1072584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Requires implementation of dependent notes before this note is implemented&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 08:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-implemented-ends-in-syntax-error/m-p/4539880#M1072584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T08:58:25Z</dc:date>
    </item>
  </channel>
</rss>

