cancel
Showing results for 
Search instead for 
Did you mean: 

Printing

Former Member
0 Kudos

Hi All,

I want to develope one print report which has Plant and party details at top then main window having all invoice details and at the bottom i want to print some rules which will be hardcoded.

One problem i am facing is that i want to print the rules as soon as the main window finishes its printing.

Suppose in main window there are 5 lines then rules should be printed as soon as after 5 lines.If main window has 10 lines then rules should be printed after that.

There should not be any spacing between main window and bottom window.

Can i do this in Script or Smartform?

Please guide me on this.Its very urgent.

Regards,

Deepak.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yu can develop this report in smartform.

You can do one thing. What ever rules you have to hardcode just hardcode in the footer of Table. Table will be in main Window.

When You click on the footer on the right side of the screen you can see the output options. There you check the check box ' at the end of table '.

Hope this will help your problem.

Reward if useful.

Thanks

Swati.

Answers (2)

Answers (2)

Former Member
0 Kudos

u can do with Smart form...

it will absolutely fit for smart fom.

Declare table and template in the main window...

table for u r line items and template for u r Hard coding..

Maintain u r hard coding in the template.

and template window should be condition i.e printed only after end of main window.

Try this it will definitely works.

if u need space between line items and hard coding maintain blank lines in the templates that should be helpful for spaces

with regards,

Kiran.G

Former Member
0 Kudos

Hi,

1.In smartforms ,Conditions tab of main window ,you have check boxes.

select the check box after completing the main window.

2.In scripts also it is possible.You should write the data and rules in main window.

For the specific idea:use this link

http://www.saptechnical.com/Tutorials/smartforms.

Regards,

Shiva Kumar(Reward if helpful).