Skip to Content
0
Former Member
Dec 17, 2007 at 09:09 PM

how to control comments at the bottm of the page

31 Views

I have a requirement to print a comment based on the materail type - on a custom print out for Delivery.

This comment is to be pritned at the bottom of the page if the particualr material is present.

So if the particualr material type is avaialable on First page, the comment should be printeda t bottm of first page, if the material type is not avaible in the list on second page - no comment to be printed. Again if it is on 3rd page, the comment should appear and thus...

I tried in the amin window itself, the following code:

if material type eq 'XYZ'.

BOTTOM ..

ENDBOTTOM

endif.

but it is printing on all pages.

Do I have to use a footer window for this or how to do this?

Please advise.