cancel
Showing results for 
Search instead for 
Did you mean: 

PERFORM_PARAMETER_MISSING - continual short dump in BW

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Manisha,

Just try deleting the LUW's from the TRFC monitor this could be the reason.

Prathish

Former Member
0 Kudos

Hi Prathish,

New LUW gets created after sometime..so if I delete one, do you think the problem will get solved?

I ain't sure..

Regards,

Manisha

Former Member
0 Kudos

Hi Manisha,

I think this is happening because the backgroud job in the source system was not ended.

This is happening because on the day that you deleted the Delta request you have failed to stop the bacground job in the source system.

Just login in the source system SM37 -> Job name as BI* give the date selection and check if there is any active BI job that is available.

If available select and delete it or stop it.This will solve the issue

Prathish