Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Note Implemented ends in syntax error

Former Member
0 Kudos

Hi,

I want to implement a FI note & it ends in a program syntax error. The note documentation is as follows :

Software Component Release Package Name

_____________________________________________________

SAP Application

500 SAPKH50012

_____________________________________________________

But when I check with my

SAP System Data: SAP ERP Central Component 5.0 as follows

SAP_APPL 500 0009 SAPKH50009 Logistics and Accounting

Since there is difference in Support Package that is creating syntax error...?

Please help.

Vince

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

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?

Thomas

4 REPLIES 4

ThomasZloch
Active Contributor
0 Kudos

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?

Thomas

Former Member
0 Kudos

Hi Thomas,

Yes I am implementing using SNOTE.

The note is 896638 (No log for missing control lines VF44/VF46) ).

After implementing the note, the syntax error is in the following:

Include: SDRRCON

FM: SD_REV_REC_DATA_MAINTAIN_NEW

Report: SAPLVFRR

I had to comment the Include LVFRR079 in SAPLVFRR & then activate to work without error.

I am able to get into the above programs & activated manually after dealing with the errors.

Regards

Vincent

0 Kudos

Hello Vincent,

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



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: 


Former Member
0 Kudos

Requires implementation of dependent notes before this note is implemented