Hi,
we have upgraded our BW system from BW3.5 to BI 7. After applying SAP_BW SP 18 (before we were on 15) we have a problem with SEM-BCS. When one tries to run an update of Carry Forward we get a Short Dump indicating
PERFORM_TOO_MANY_PARAMETERS
CX_SY_DYN_CALL_PARAM_NOT_FOUND
Too many parameters specified with PERFORM.
The current ABAP program "SAPLRSDRI" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND', was
not caught in
procedure "RSDRI_CUBE_WRITE_PACKAGE_RFC" "(FUNCTION)", 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:
A PERFORM was used to call the routine "CUBE_WRITE_PACKAGE" of the program
"GP44TBG2Q08OWV93ENXV0FIY712".
This routine contains 7 formal parameters, but the current call
contains 10 actual parameters.
Missing RAISING Clause in Interface
Program SAPLRSDRI
Include LRSDRIU07
Row 1
Module type (FUNCTION)
Module Name RSDRI_CUBE_WRITE_PACKAGE_RFC
Here our system environment
Component Rel. Level SP
SAP_ABA 700 0016 SAPKA70016
SAP_BASIS 700 0016 SAPKB70016
PI_BASIS 2006_1_700 0006 SAPKIPYM06
ST-PI 2005_1_700 0005 SAPKITLQI5
SAP_BW 700 0018 SAPKW70018
FINBASIS 600 0011 SAPK-60011INFINBASIS
SEM-BW 600 0011 SAPKGS6011
BI_CONT 703 0008 SAPKIBIIP8
Has anybody an idea how to fix the problem ? Any help is highly appreciated.
Thanks in advance
Bernd