Application Development and Automation 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: 
Read only

smartform reqriement for tag printing

Former Member
0 Likes
1,905

Sir,

           In smart forms i have to design a template, in which they contain Po no, material, supplier of the material.

           The scenerio is on one IBD date how many po's are created these data should display in smartforms

           as templates.

           example :- on one particular IBD date there are 40 po's are created, so 40 templates have to be displayed

           in smart form output.

           for another date 60 po's are created, so 60 templates have to be displayed in smartform as output.

          

           can any one advise how can i proceed for the desired output.

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,852

check this example http://saptechnical.com/Tutorials/Smartforms/Labels/Printing.htm

it will resolve ur issue

Sir,

           In smart forms i have to design a template, in which they contain Po no, material, supplier of the material.

           The scenerio is on one IBD date how many po's are created these data should display in smartforms

           as templates.

           example :- on one particular IBD date there are 40 po's are created, so 40 templates have to be displayed

           in smart form output.

           for another date 60 po's are created, so 60 templates have to be displayed in smartform as output.

          

           can any one advise how can i proceed for the desired output.

Regards.

11 REPLIES 11
Read only

krishna_k19
Contributor
0 Likes
1,852

Dear Sathish,

        put that template in into loop . (Ex : if 40 PO's are there then it will loop 40 times, it is based on how many records are present with that date like that).

Regards,

Krishna

Read only

0 Likes
1,852

Thank u sir.

Read only

0 Likes
1,852

This message was moderated.

Read only

bastinvinoth
Contributor
0 Likes
1,852

Create Template under main window and put it in to loop,

so that every-time automatically template extends based on your PO's.

Regards,

Bastin.G

Read only

0 Likes
1,852

Thank u sir

Read only

Former Member
0 Likes
1,852

The best and simple way to work on labels is SAP SCRIPTS instead of Smartforms

Read only

Former Member
0 Likes
1,853

check this example http://saptechnical.com/Tutorials/Smartforms/Labels/Printing.htm

it will resolve ur issue

Read only

0 Likes
1,852

Thank u sir,  i wil try to complete by reference of the web page

Read only

Former Member
0 Likes
1,852

create line item and put it in between loop and end loop. so that your output will display based on your data availability (no.of.lines).

Read only

0 Likes
1,852

Thank u sir

Read only

krishna_k19
Contributor
0 Likes
1,852

whether its cleared or not..

Regards,

Krishna