cancel
Showing results for 
Search instead for 
Did you mean: 

Cheque printing in SAP, Urgent

Former Member
0 Kudos

Hi all ,

Please guide about Cheque Printing in SAP.

In T code FBZP , we attach check printing program and form name .

My requirement is to print check in the lower 1/4 part of the page and in the upper 3/4 part , i have to print invoice details against that cheque.

If the Invoice details exceeds from upper 3/4 part of the page , it should print , 'Take Invoice print seperately' .

Plese suggest , where i have to make changes in standard program after coping this .

Regards

Mohit Bansal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If I was to develop it, I wont modify the calling program. Instead I'll do a perform subroutine to calculate the line items in a page, then do a new-page if exceeds a certain number of line items equal to 3/4 of the page.

Reward if helpful.

Tyken