Application Development and Automation 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: 
Read only

Issue in implementing sap note 1677707

Former Member
0 Likes
1,064

Hi All,

I am trying to implement sap note 1677707.

I completed all the 4 manual steps given in the note and tried to implement note through snote transaction.

but I get a compilation error for below given line in include MBQUANTS :-

ENHANCEMENT-POINT MBQUANTS_09 SPOTS ES_MBQUANTS STATIC .

here MBQUANTS_09 is not present in the system, I am getting error and since it is in sap namespace, I can't create the same manually.

Kindly suggest How should i get this enhancement point in my sap system.

as a temporary solution, I just removed that line from note and gave to functionals for testing after implementing the same.

offcourse i will deimplement it and implement original one, once i get the solution.

s/w component :- SAP_APPL

Release :- 605, level : - 0007,  support package :- SAPKH60505

Hi All,

I am trying to implement sap note 1677707.

I completed all the 4 manual steps given in the note and tried to implement note through snote transaction.

but I get a compilation error for below given line in include MBQUANTS :-

ENHANCEMENT-POINT MBQUANTS_09 SPOTS ES_MBQUANTS STATIC .

here MBQUANTS_09 is not present in the system, I am getting error and since it is in sap namespace, I can't create the same manually.

Kindly suggest How should i get this enhancement point in my sap system.

as a temporary solution, I just removed that line from note and gave to functionals for testing after implementing the same.

offcourse i will deimplement it and implement original one, once i get the solution.

s/w component :- SAP_APPL

Release :- 605, level : - 0007,  support package :- SAPKH60505

4 REPLIES 4
Read only

Former Member
0 Likes
900

I would recheck the manual steps and if nothing works, raise an OSS message. Anyways, this is a question for the forum.

Read only

0 Likes
900

I completed all the 4 manual steps given in the note and tried to implement note through snote transaction.

but I get a compilation error for below given line in include MBQUANTS :-

ENHANCEMENT-POINT MBQUANTS_09 SPOTS ES_MBQUANTS STATIC .

Read only

RaymondGiuseppi
Active Contributor
0 Likes
900

Can you check your SNOTE installation, this Enhancement comes from 605 SP 009, an you are in SP 005, seems you tried to apply correction 1190467  (valid from SAPKH60509 to SAPKH60509) when only 1266995 (valid for any 605 to SAPKH60509) was to be impemented ?

Regards,

Raymond

Read only

0 Likes
900

THis Notes 1266995 and 1190467 not impemented , I am not sure what it does functionally, but i have checked its content and it seems that it creates few enhancement spots but it doesn't create the enhancement spot ES_MBQUANTS for which I am getting error.