Application Development 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: 

if cond

Former Member
0 Kudos

hi,

i have requiremetn that i want to print fields from internal table

in smart forms

if the 'if' condition is satisified how to do it

2 REPLIES 2

Former Member
0 Kudos

in the text itself in the last tab if u see its written as condition there u can give ur condition.

put the condition there and it will run only when the condition is true..

<removed_by_moderator>

Regards

Amit singh

Edited by: Julius Bussche on Jul 15, 2008 11:50 AM

Any points assigned to you will be removed as well! Please read the rules at the top of the forum page.

Former Member
0 Kudos

Hi,

Loop the internal table and while placing the text node, go to the conditions in that text node and put your condition in that conditions tab. While processing it will check that condition, if that satisfied then that text node will be triggered.