‎2006 Mar 16 6:45 AM
Hi all,
In a progrm the perform statement is coded with 3 changing parameters but the actual form is in a sap standard include progrm with 5 changing parameters so it is leading to an error how can i proceed,
Thanx,
Girish.
‎2006 Mar 16 6:47 AM
Pass the other 2 changing variables as well in the perform statements. its up to u whether to use those 2 variables or not.
‎2006 Mar 16 6:49 AM
Hi,
In the perform statement,just try passing the blank value for the other parameters in the form.
KIndly reward points by clikcing the star on the left of reply,if it helps.
‎2006 Mar 16 6:53 AM
Hi,
You will need to pass all the parameters to form in perform statement. there is no otherway out.
If you dont have anything to pass, pass the empty tables / variables.
Regards,
Shashank
‎2006 Mar 16 7:12 AM
Hi Girish,
The numbers of parameter in PERFORM and FORM statements should be same.
Just pass all the 5 changing variables in your perform statement.
For the 2 parameters which are not of use, you can pass the default values for them(Eg space/blank for char).
Hope it helps.
Regards,
Neeraj Gupta
‎2006 Mar 16 7:22 AM
hi Girish,
Pass Blank Values in the other two parameters of your Perform ... hope by doing this way you might not come across such any errors.
Regards,
Santosh P