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

how u can define thw condition?

Former Member
0 Likes
686

Hi experts.

how you can define the condition in smart form

when ever condition satisfied it prints on second page also

if not on first page only.

reward points apply for suitable answer.

thanks.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
660

1. While designing the Page 2 use the CONDITION tab od the WINDOW/NODE to check the condition for Display.

OR

2. Use Alternate Node to check the condition and and Call COMMAND if its true and in command call PAGE 2.

Regards,

Amit

Hi experts.

how you can define the condition in smart form

when ever condition satisfied it prints on second page also

if not on first page only.

reward points apply for suitable answer.

thanks.

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
661

1. While designing the Page 2 use the CONDITION tab od the WINDOW/NODE to check the condition for Display.

OR

2. Use Alternate Node to check the condition and and Call COMMAND if its true and in command call PAGE 2.

Regards,

Amit

Read only

Former Member
0 Likes
660

Hi,

Use condition to define line number , when the line number is satisfied, in the TRUE condition ,you add one command,then in the general attribute of the command, you can define go to new page.

Please try it.

Regards,

Chris.

Read only

Former Member
0 Likes
660

In that window there is option is called 'conditons'.

in that you choose one radiobutton based on your req.

or

use alternate node

Read only

Former Member
0 Likes
660

Hi naresh,

Hope this link will help you to define condition in smartform

http://e-mory.blogspot.com/2008/03/sap-build-form-with-smartforms.html

Regards,

Sravanthi