cancel
Showing results for 
Search instead for 
Did you mean: 

Template format continuous on page 2.

Former Member
0 Kudos

Dear Friends,

Requirement is to create debit note in FI module.

In that note i have to print the static header part and footer part.

But in main window there is not fix count of data.

So it is variable according to data in table.

And after complication of main window footer portion need to be display.

I have to manage multiple column lines through out the

main window if data is exist or not.

Wait for you reply.

Regards,

Nilay

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

For this requirement you should go for Tables , create TABLE in Main window .

By Right clicking , Create Line Type

in data Tab of table give internal table name

In data section only check operand , Loop ITAB into work area

create one work area also

For Header give(Constant ) create text module .

In Main area in cells give the workarea-field

Former Member
0 Kudos

hi nilay,

if you want to print header and footer

<b>1.</b> you can create a table by right click on main window>create>teable.

now create line type(you can create multiple line types with diffrent number of colomns)... now in header part of the table insert table line by right clicking on header--> give the line type general attributes.. in the main area u can print the data. you want.

in footer of the tabel create a line by right click anfg give the line type..

table header will trigger only first time and everty new page. footer will be triggerd at the end of the table and at the page break..

the body part will be looped multiple times based on the records in the internal table.

<b>2.</b> you can create 2 templats.. allign them by going to general attributes of the template-->details (here you can give the horzontal and vertical allignment with reference to main window ).

in output codtions of the footer template check the chekbox "only before end of main widow so that it will trigger at the end of the main window.

Please Close this thread.. when u r problem is solved

Reward if Helpful

Regards

Naresh Reddy K

marius_greeff
Active Participant
0 Kudos

Hi,

Create a second windows slightly bigger that your main with a template in it that contains both header, footer and vertical lines for your columns.

Make sure the "colums" line in your template's hight is the same as your main window and that the columns are of the same width.

Allign both window over each other, on with the data your main window and second one with template that will be the lines and header and footer data.

Hope this will solve your problem.