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: 

Changed code not visible after impl. of SAP Note 116861

Former Member
0 Kudos

After implementing a SAP Note the expected code-change is not visible in ABAP-editor.

Program RFEKA200 is marked "active" and "last changed date" matches the time of SAP-Note impl.

Someone who can give us a clue?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Terje,

Try and locate line " IF INCONSISTENT = TRUE." in the program RFEKA200. Your changes should be after this line. Alternatively open the program Goto Utilities->version mgmt. compare both the versions and check if the line which u added in there.

10 REPLIES 10

former_member188685
Active Contributor
0 Kudos

Hi,

are you checking the Inserted code in correct place. and Do you have any thing to track the Added code like comments begin of or end of. and try to reapply again. if you don't find the code.

are you checking in correct place.

Regards

vijay

0 Kudos

The SAP-Note where impl. in the same system, as we are looking into ABAP-editor. It is obvious that the source code isn't updated (even if the last update indicates sometuhing else) We are "SAP-beginners", so we have probably forgotten some essentials here...?

0 Kudos

can you list the steps what you did?

and Are you checking in the correct place where you applied, Generally in the notes they will mention where exactly you need to insert the code,and comment the code.

did you follow the same instructions.

Regards

vijay

0 Kudos

we have'nt inserted any code! we assumed that the impl. of the note, did this for us......

Former Member
0 Kudos

Hello Terje,

Try and locate line " IF INCONSISTENT = TRUE." in the program RFEKA200. Your changes should be after this line. Alternatively open the program Goto Utilities->version mgmt. compare both the versions and check if the line which u added in there.

former_member181962
Active Contributor
0 Kudos

The note 116861 has no source code changes from what i see in the notes document.

It olny says:

<i><b>Solution

If the conversion reports are to be used, the output of a message should replace the termination on importing the MultiCash file.For this, the MultiCash report is to be changed correspondingly.</b></i>

Not all notes have correction to the source code.

Regards,

Ravi

0 Kudos

Hello Ravi!

Do you mean that the mentioned changes in the program RFEKA200, has to be done manually thru ABAP editor ?

The following lines:

PERFORM ROLLBACK_FEBKO.

MESSAGE A658(FV) WITH FEBKO-HBKID FEBKO-HKTID FEBKO-AZNUM

FEBKO-WAERS.

are to be replaced by:

MESSAGE S658(FV) WITH FEBKO-HBKID FEBKO-HKTID FEBKO-AZNUM

FEBKO-WAERS.

We assumed that this is implemented automatically...!

0 Kudos

Are you using the SNOTE transaction to implement this note? If you are using snote transaction, then the changes would appear automatically.

Or elese you should do it manually.

Regards,

Ravi

0 Kudos

Yes, our BASIS-consultant used SNOTE, and a new version of RFEKA200 i generated.

The SNOTE-logg has no errors....

Comparing the two versions with "version managemnt" tells us that the source-code are not changed.

It seems to us that we have done all this the right way!

Strange?!

Former Member
0 Kudos

Hello Terje,

No you will have to take help of Basis/ABAP guys to get this done. The changes indicated in the note has to be done manually.