cancel
Showing results for 
Search instead for 
Did you mean: 

Quality assurance form

former_member383741
Participant
0 Kudos

Hi,

i want to give if condition in sap script form.i gave condition correctly but the problem is if the condition is not satisfied it will shows '0.00' like this .but my requriment is if condition is not satisfied it will shows empty space.

Regards,

K.Karthikeyan.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Suppress initial values:

&AMT(I)&

Rob

Former Member
0 Kudos

Hi ,

otherwise you can do as below also.

/:   if condition.
P1 &value&
/:   else.
p1  
/:  endif.

Thanks,

Suma.

Former Member
0 Kudos

Hello,

Please pass the value to the screen using a variable of type c

Check the length of the variable you are using now and assign the same length to the variable of type c.

It will surely solve your issue.

Cheers,

Suvendu