‎2006 Dec 28 9:49 AM
‎2006 Dec 28 9:57 AM
‎2006 Dec 28 9:57 AM
‎2006 Dec 28 9:58 AM
Populate an internal table with 5 single values and loop through that in the flow logic.
‎2006 Dec 28 10:03 AM
That's the funda sir ji .. i want to do it without internal table as we do in . EDITOR
as Do 5 times or .. while ... end While loop
‎2006 Dec 28 10:07 AM
Just insert program line, write the code like in editor. Its also a editor only.
‎2006 Dec 28 10:19 AM
if I write
do 5 times.
count = count + 1.
write count.
enddo.
It will print in editor but i want it in Smart form
Thankyou & regards
‎2006 Dec 28 10:20 AM
Hello,
You can do it via Loop selection or even using section with condition.
For loop selection,you can go thoru standard sap example provided in the system with :sf_example*
Thanks.
‎2006 Dec 28 10:00 AM
Hello,
You can use section with conditions in smartforms.There you can mention repetetive processing & condition can check the counter.
Yuo can search for example in your SAP system with option: sf_example*
Thanks.
‎2006 Dec 28 10:24 AM
Hi,
Whats sf_example ... where to search it.
Condition is working well , only problem i am facing is loop is not iterating if I dont take help of Internal Table.
I am looking is there any other option to run loop 5 times other than INTERNAL TABLE.
Thanks & Regards.
‎2006 Dec 28 10:28 AM
Hello,
the example you can search in smartforms list in sap system.i guess it's sf_example_01 or something similar to it.Try removing internal table option & give condition for counter in section.
‎2006 Dec 28 10:09 AM
Hi
You can go to the flow logic there with that LOOP option there is another one PROGRAM LINES.
It will open a editor(small like Notepad with INPUT parameters and output parameters). there you can write your "Do 5 times" Loop
By
Yuvaram
‎2006 Dec 28 10:56 AM