2013 Jun 18 11:55 AM
Hi All,
When Creating an Material in MM01 I am getting an dump.
Dump Details:
What happened?
The exception 'CX_SLD_API_EXCEPTION' was raised, but it was not caught anywhere
along
the call hierarchy.
Since exceptions represent error situations and this error was not
adequately responded to, the running ABAP program
'CL_SLD_ACCESSOR===============CP' has to be
terminated.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SLD_API_EXCEPTION', was not
caught in
procedure "GET_ACCESS_DATA" "(METHOD)", nor was it propagated by a RAISING
clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
Internal error in method.
On Debugging i got an FM for which sy-subrc was EQ 1.
| SECSTORE_READ_ITEM |
on executing this FM , i was getting this error,
Access to entry /SLD/HTTP/PWD/ALIAS/SAP_CONFIG in the secure storage denied
can you tell ne how can i resolve this ?
Regards,
Venkata
2013 Jun 18 1:54 PM