‎2011 Sep 06 10:35 AM
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
‎2011 Sep 06 10:53 AM
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.
‎2014 Feb 24 6:09 PM
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.