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

getting syntax error while implementing sap security note 1590863

Former Member
0 Likes
967

Hi Gurus,

while implementing SAP security note 1590863 we are encountering following syntax error :

" Class CL_ECRM_ISU_PLAN,Method DETERMINE_PPROF_STRUCTURE

Type CL_ABAP_DYN_PRG=>CHECK_TABLE_NAME_STR("is unknown

please help me in understanding this error and if poosible please help me in correcting it.

thanks in advance

2 REPLIES 2
Read only

Former Member
0 Likes
578

Hi,

Have you read the note correctly?

It is clearly mention that

-


Manual Activity

-


VALID FOR

Software Component BBPCRM BBP / CRM

Release 400 Until SAPKU40017

Release 500 Until SAPKU50018

Release 520 Until SAPKU52010

Release 700 Until SAPKU70009

Release 600 Until SAPKU60009

Release 701 Until SAPKU70104

-


Before implementing the automatic corrections from this note, implement Note 1487337 or import the relevant Support Package into your system.

I think This class CL_ABAP_DYN_PRG is not available in your system which comes with support pack mentioned as above or comes with the note 1487337.

So check in se24 whether this class is available or not and if not then apply note 1487337 first and then after apply 1590863.

Read only

Former Member
0 Likes
578

Hello,

This error is produced because fail the activate objects:

CL_ABAP_DYN_PRG        

CX_ABAP_INVALID_NAME   

CX_ABAP_NOT_AN_INTEGER 

CX_ABAP_NOT_A_TABLE    

CX_ABAP_NOT_IN_PACKAGE 

CX_ABAP_NOT_IN_WHITELIST

First through tcode SNOTE implement de note 1487337, after this implement manual steps this note.

This problem is resolved with this steps.


Kind Regards.