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: 

No NOTE can be implemented

fabio_bellocchio
Participant
0 Kudos

Please, I need help on the Note implementation process (SNOTE).

When trying to implement note 1452708, it says "note has invalid correction instructions".

I checked the dependencies, and, subsequently tried to implement the underlying dependencies, on by one, and for all of them (9 or 10 attempts) the error is the same: "note has invalid correction instructions".

Now, my question is: what is missing for this implementation??

The note says it's for package 701-SAPKA70106, and the package of the system is 701-SAPKA70108 (Cross-Application Component).

Is that the reason? If so, does it mean that the more recent package (in the system) already has the correction implemented, and for this we get this error??

Or otherwise, it requires another support package?? In this case, how to find out which package??

Sorry, I'm not very experienced in this, and would appreciate any kind of help.

Cheers

1 ACCEPTED SOLUTION

koolspy_ultimate
Active Contributor
0 Kudos

Hi fabio,

i guess u did not follow what the note says,

i.e


1. Create the report ZFIMA_MODIFICATIONS in the customer namespace.
2. Insert the following source code in the report:

*& --------------------------------------------------------------*
*&       Form  note_1452708
*&--------------------------------------------------------------*
FORM note_1452708 CHANGING flag.

  flag = '0'.

ENDFORM.                                            "note_1452708
3. Implement the attached program corrections or import the relevant Support Package.

So first try to follow this as mentioned in the note, and do the remaining procedure.

and if it not solved, please let me know.

Regards,

koolspy.

1 REPLY 1

koolspy_ultimate
Active Contributor
0 Kudos

Hi fabio,

i guess u did not follow what the note says,

i.e


1. Create the report ZFIMA_MODIFICATIONS in the customer namespace.
2. Insert the following source code in the report:

*& --------------------------------------------------------------*
*&       Form  note_1452708
*&--------------------------------------------------------------*
FORM note_1452708 CHANGING flag.

  flag = '0'.

ENDFORM.                                            "note_1452708
3. Implement the attached program corrections or import the relevant Support Package.

So first try to follow this as mentioned in the note, and do the remaining procedure.

and if it not solved, please let me know.

Regards,

koolspy.