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

Error while implementing SNOTE 1757897

Former Member
0 Likes
2,614

Hi friends,

Please help on the below:

I tried to implement SNOTE 1757897 and got the below errors:

I went ahead and clicked 'Activate anyway' only to be told that 'CLASS_CL_AGS_RI_DSM contains syntax errors'. Message no. OO052

Regards

Pearl

PS: I hope this is the correct space for this query!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,916

Hi

Can you please check in SE38 - input the program name : CLASS_CL_AGS_RI_DSM and check for any syntax error.

If there is any syntax error , might have been through some SAP modification.

Thanks

Rishi

9 REPLIES 9
Read only

Former Member
0 Likes
1,917

Hi

Can you please check in SE38 - input the program name : CLASS_CL_AGS_RI_DSM and check for any syntax error.

If there is any syntax error , might have been through some SAP modification.

Thanks

Rishi

Read only

0 Likes
1,916

Hi Rishi,

I get the message: "Program CLASS_CL_AGS_RI_DSM does not exist!"

Regards

Read only

0 Likes
1,916

Can you please check in SE37

Thanks

Rishi

Read only

0 Likes
1,916

Function module CLASS_CL_AGS_RI_DSM does not exist

Read only

0 Likes
1,916

The name just say it tó you. It's an Class!

Check the SE24 and if there isn't an entry, search the SAP-Notes with the classname

CL_AGS_RI_DSM

Perhaps there went something wrong in the beginning. So go step by step trough the note and check the refrences. Did you implement everything what is told you in the note?

Regards

Florian

Read only

Clemenss
Active Contributor
0 Likes
1,916

Hi Pearl,

nobody is perfect. I don't know if something is wrong with the note or with your systems service package level.

You may  check your inactive objects and try to activate them. If a syntax error is reported, just click activate anyway. Do this with any inactive objects. Sometimes this resolves conflicts as shown in the error log.

And, by the way: You don't need SE24 for classes or SE37 for function modules. Everything is provided in SE80 development workbench.

Regards

Clemens

Read only

matt
Active Contributor
0 Likes
1,916

There is a manual step on that note. Is it applicable to your system version/support pack level, and if so, did you carry it out?

If not, go to note browser. Deimplement the note. Apply the manual step and then implement the note.

Read only

Former Member
0 Likes
1,916

Hi,

I had noticed the manual step only after Florian Henninger reply (Thank you Florian!). I'm trying to perform those steps, but right now I'm stuck on getting the Access Key. Once I figure it, I'll revert.

Thank you.

Regards

Read only

Former Member
0 Likes
1,916

Issue resolved. Manual Pre-implement step was missed out.

Thank you.