cancel
Showing results for 
Search instead for 
Did you mean: 

SAPLSMSY_GET_DATA solution mangager 7.1

Former Member
0 Kudos

Problem with sp 10

I´m using Sum to apply stack 10 to Solution manager 7.1

In the down phase it fails

The current ABAP program "SAPLSMSY_GET_DATA" had to be terminated because it

has

come across a statement that unfortunately cannot be executed.

Error analysis

    The following syntax error was found in

     CL_ABAP_DYN_PRG===============CP :

    "Field "STRICT" is unknown. It is neith

    "s nor defined by a "DATA" statement."

I´m stuck here and can´t move on with the Upgrade

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Here is the solution

if you look at the dumps in ST22 in your shadow system, you will see some SYNTAX_ERROR-Dumps.

This is because of the implementation of a note (probably note 1801585). What will work:

* unlock the shadow system

     cd ...\SUM\abap\exe

     tp unlocksys <SID> pf=..\var\SHADOW.TPP

     tp unlock_eu <SID> pf=..\var\SHADOW.TPP

     …\SUM\abap\bin\sapup unlockshd TS4

* log on as user (other than SAP*)

* reset the implementation of the note in SNOTE

* redo the phase in SUM

Best regards, Achim

Former Member
0 Kudos

These notes are in place already on the system.

hugo_amo
Employee
Employee
0 Kudos

Hi,

I have seen cases where this error was solved applying this note:

1801585 - Potential disclosure of persisted data in "ABAP Selections"

Regards,

Hugo

Former Member
0 Kudos