Hi All,
I am facing one strange issue.
Few days back there was a failure in delta load of CUSTOMER_TEXT. The load was corrected, but since then every 45 minutes or so I am getting a short dump in the system.
There is no active job in BW or R/3, but it seems there is something triggered in infinite loop, which gives the 2 entries in SM58 and a short dump in every few minutes.
SM58: -
Missing parameter with PERFORM.
ST22: -
Runtime Errors PERFORM_PARAMETER_MISSING
Exception CX_SY_DYN_CALL_PARAM_MISSING
Termination occurred in the ABAP program "SAPLRSAI" - in
"RSAR_TRFC_DATA_RECEIVED".
The main program was "SAPMSSY1 ".
In the source code you have the termination point in line 247
of the (Include) program "LRSAIU06".
The termination is caused because exception "CX_SY_DYN_CALL_PARAM_MISSING"
occurred in
procedure "RSAR_TRFC_DATA_RECEIVED" "(FUNCTION)", but it was neither handled
locally nor declared
in the RAISING clause of its signature.
I have no idea how to stop this dump. Can somebody throw some light on this?
Thanks,
Manisha