‎2008 Sep 17 8:53 AM
hi all,
i m doing upgradation from sap4.7 to ECC6.0. problem is that
when i m executing report ZAQA1ITUSERZPENDORD03 then its showing error Missing parameter with PERFORM. can anyone please tell me that what it means and also tell me that what should i do?
regards saurabh.
‎2008 Sep 17 8:56 AM
Hi,
I guess there's no long text for this error, as this would normally cover the explanation.
Anyway, somewhere in your program is a subroutine with a number of parameters defined. Somewhere else in the program the subroutine is being called, however it is passsing less parameters that is defined in the subroutine. You need to find where the subroutine is called and increased to number of parameters to match.
Regards,
Nick
‎2008 Sep 17 8:56 AM
Hi,
I guess there's no long text for this error, as this would normally cover the explanation.
Anyway, somewhere in your program is a subroutine with a number of parameters defined. Somewhere else in the program the subroutine is being called, however it is passsing less parameters that is defined in the subroutine. You need to find where the subroutine is called and increased to number of parameters to match.
Regards,
Nick
‎2008 Sep 17 9:00 AM
Hi Saurabh,
Though its a 'Z' program it might be using standard SAP code somewhere. So i suggest some code might have missed somewhere in Upgrade. Search OSS Notes for the same and implement it and it will solve your problem.
Raghav
‎2008 Sep 17 9:01 AM
Hi
The Parameter declaired in the Perform Statement & Form State ment is not Equal and hence findout the perform statement and form satetement and match theno of parameter declaired
regards
Sachhi
‎2008 Sep 17 9:00 AM
‎2008 Sep 17 9:04 AM
hi,
Check The Number of calling parameters & the called Parametres i.e actual parameters must be equal to the formal parameters.
Regards,
Narasimhulu P
‎2008 Sep 17 9:05 AM