Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with PERFORM

Former Member
0 Likes
573

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.

5 REPLIES 5
Read only

Former Member
0 Likes
554

Pass the other 2 changing variables as well in the perform statements. its up to u whether to use those 2 variables or not.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
554

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.

Read only

Former Member
0 Likes
554

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

Read only

Former Member
0 Likes
554

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

Read only

0 Likes
554

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