Dear Experts,
Recently we upgrade our sap ERP EHP1 to EHP7 from kernel 7.2 to 745 ( oracle database already upgraded to oracle 12.0.1)
operating system suse Linux 11sp4.
after upgrade when I use dbacockpit ----- performace ---- overview we face dump and
dbacockpit ----- performace ---- addtion function display user view
dbacockpit ----- performace ---- addtion function dba view etc.
Error analysis
Field "<OUTTAB>" was to assigned a new value but this field is at least partly
protected against changes.
The following are protected against changes:
- Character literals or numerical literals,
- Constants (CONSTANTS),
- Parameters of category IMPORTING REFERENCE in functions and methods,
- untyped field symbols that have not been assigned a field using
ASSIGN,
- TABLES parameters, if the actual parameter is protected against
changes.
- USING reference parameters and CHANGING parameters in FORMs, if the
actual parameter is protected against changes.
- Access using field symbols if the field assigned using ASSIGN is
partly or completely protected (for example key components of internal
table of the type SORTED or HASHED TABLE).
- Access using field symbols if the field assigned using ASSIGN
contains components of a secondary key that is currently in use in a
higher-level LOOP statement.
- Access using references if the field bound to the reference is
(partly) protected against changes.
- Write access from outside to READ-ONLY attributes.
- Content of a shared objects area instance accessed using a shared
lock (ATTACH_FOR_READ.
How to correct the error
The field to be overwritten is either a parameter or a field symbol.
Declare the parameter as a VALUE. Alternatively, either enter a help
field that already contains the constant or assign this help field to
the field symbol instead of the constants.
If the error occurred in your own ABAP program or in an SAP
program you modified, try to remove the error.
If the error occurs in a non-modfied SAP program, you might be able to
find a solution in the SAP Notes system. If you have access to the SAP
Notes system, check there first using the following keywords:
"MOVE_TO_LIT_NOTALLOWED_NODATA"
"CL_SQL_RESULT_SET=============CP" bzw. CL_SQL_RESULT_SET=============CM006
"NEXT_PACKAGE"
If you cannot solve the problem yourself, please send the following
information to SAP:
1. This description of the problem (short dump)
To do this, choose System -> List -> Save -> Local File (unconverted)
on the screen you are in now.
2. A suitable system log
To do this, call the system log in transaction SM21. Restrict the time
interval to ten minutes before the short dump and five minutes after
it. In the display, choose System -> List -> Save -> Local File
Please guide me how to resolved this because this is our production server
Best regards