cancel
Showing results for 
Search instead for 
Did you mean: 

Loop in smartfomrs

Former Member
0 Kudos

Hi All,

I want to use the loop node in smartforms, without using the internal table option.

upon certain conditons i would like to exit. how to do it?

I dont want to declare tables in form interface.. i will be doing in code node..

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Loop is used only for internal table .

There is no fascility for do enddo or while endwhile.

you have to use program line & use do-enddo into it.

Rewards the points if usefull

former_member745780
Active Participant
0 Kudos

hi krishnan,

i think program line is better option for you u put all the parameter in input parameter column and write code what ever u want and after it put the output parameter in the output parameter column.

i think its a different think but it very usefull for u .

plzzz give reward points...

thnx.

Former Member
0 Kudos

Use program lines option in the node,

write down all your code, then use the Loop option to

display, to put the condition, u will be having condition tab

Regards......

Former Member
0 Kudos

is there something of the form

DO.

ENDO.

I dont want to use loop node.

former_member187452
Contributor
0 Kudos

Hi,

You will have to give internal table name in loop.

you can give the where condition for that loop..

Regards,

Bharat.

***Reward points if helpful...

Former Member
0 Kudos

is there is something of kind DO. enddo.