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: 

While in smartforms

Former Member
0 Kudos

Hi All,

Is it possible to do "while" in smartforms?

For example:

While flag = space.

--> do something

endwhile.

I only can find loop in the smartforms.

Kindly advice,

Victor.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

no it is not possible exactly While

But you can do like using IF statements.

do If (condition)----


-


stop IF (condition) check

Smarforms

http://www.sap-img.com/smartforms/smart-006.htm

http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm

SmartForms : some links

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm

http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm

http://www.sap-img.com/smartforms/smart-001.htm

http://www.sap-img.com/smartforms/smartform-tutorial.htm

http://www.sap-img.com/smartforms/smart-002.htm

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-img.com/smartforms/smartform-tutorial.htm

http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html

http://www.allsaplinks.com/smartform_example.html

http://www.sap-basis-abap.com/sapsf001.htm

Smart Form PDF Link

http://help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF

http://sap.ionelburlacu.ro/sap0/sapsf001.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/a9/de6838abce021ae10000009b38f842/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/a5/de6838abce021ae10000009b38f842/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/16/a369b1800e4bdda978ee0fe3b7bd2c/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/a5/de6838abce021ae10000009b38f842/content.htm

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-img.com/smartforms/smart-001.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

Rewards if useful..............

Minal

null

4 REPLIES 4

Former Member
0 Kudos

no it is not possible exactly While

But you can do like using IF statements.

do If (condition)----


-


stop IF (condition) check

Smarforms

http://www.sap-img.com/smartforms/smart-006.htm

http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm

SmartForms : some links

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm

http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm

http://www.sap-img.com/smartforms/smart-001.htm

http://www.sap-img.com/smartforms/smartform-tutorial.htm

http://www.sap-img.com/smartforms/smart-002.htm

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-img.com/smartforms/smartform-tutorial.htm

http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html

http://www.allsaplinks.com/smartform_example.html

http://www.sap-basis-abap.com/sapsf001.htm

Smart Form PDF Link

http://help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF

http://sap.ionelburlacu.ro/sap0/sapsf001.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/a9/de6838abce021ae10000009b38f842/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/a5/de6838abce021ae10000009b38f842/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/16/a369b1800e4bdda978ee0fe3b7bd2c/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/a5/de6838abce021ae10000009b38f842/content.htm

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-img.com/smartforms/smart-001.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

Rewards if useful..............

Minal

null

0 Kudos

Hi Minal,

If using if --> once the condition meet then finish.

But what want is still loop but only stop when reach the while/loop condition.

Kindly Suggest,

Victor.

0 Kudos

use the loop of smartform...

if your condition if true add 1 line item in the table on which you have looped...

else dont add the line...

this will keep your loop going on till your conditoin is satisfied...

0 Kudos

Hi Sharayu,

Great suggestion!

Point Assigned.

Best Regards,

Victor.