cancel
Showing results for 
Search instead for 
Did you mean: 

While action

Former Member
0 Kudos

Hello Everyone !

I tried Looping action. It is working. I did Loop from 1 to 10 with step of 1 and used Assignment action to sum up and lastly displayed answer using Tracer action.

Now I want to test While_Loop action. I tried all possibilities but not getting the answer. So please tell me how to try a simple working with While_Loop.

Thanks....

Edited by: Vaibhav Singhania on Jun 28, 2011 2:08 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thanks for replying.

I tried those documents but, I am unable to execute a simple While_Loop action. So I will be thankful if you can just guide me what can be done to work on a simple While_loop action.

Former Member
0 Kudos

Hi Vaibhav,

Try this simple test

1. Create a Local property called Count

2. Add a While Loop action, configure it for maybe 10 iterations.

3. Add an Assignment action. In the links assign Local.Count == Local.Count + 1 and While_Loop Break == 5

4. Add a Tracer and trace out the value of Count, you should see the Count stop at 5.

Kind Regards,

Diana Hoppe

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vaibhav,

I would like to suggest you to go through SAP MII help there is very good documentation for all actions

[http://help.sap.com/saphelp_mii121/helpdata/en/43/e80b59ad40719ae10000000a1553f6/frameset.htm]

Regards,

Manoj Bilthare