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

regarding printing issue

Former Member
0 Likes
518

helo experts,

let me give ur helping hends plz as soon as posible cause that issue is quite complex.

my client not doent wait for that they wants invoice quikly.

my problem is that when i print a invoice it shows all types of discount normally.

but when material goup gets end at end of page discount is not showing while printing.

if material ends before the page it shows.

intenally all rest of all calculation fine.and total invoice value calculated including discount is correct.

means internal table contain the all types of discount perfactly.

but only problem is that while mateial grouping ends on page then discount not showed but internally calculated.

this case is raise only 1 time out of 100 when material get end at end of page.

i tried a lot in debugger as i found might be some problem in function module 'SSFCOMP_TABLE_ROW_END' catched in that module all vause is rubbed from internal table.

plz guide me experts its quite critical issue....

regarda amit.

helo experts,

let me give ur helping hends plz as soon as posible cause that issue is quite complex.

my client not doent wait for that they wants invoice quikly.

my problem is that when i print a invoice it shows all types of discount normally.

but when material goup gets end at end of page discount is not showing while printing.

if material ends before the page it shows.

intenally all rest of all calculation fine.and total invoice value calculated including discount is correct.

means internal table contain the all types of discount perfactly.

but only problem is that while mateial grouping ends on page then discount not showed but internally calculated.

this case is raise only 1 time out of 100 when material get end at end of page.

i tried a lot in debugger as i found might be some problem in function module 'SSFCOMP_TABLE_ROW_END' catched in that module all vause is rubbed from internal table.

plz guide me experts its quite critical issue....

regarda amit.

2 REPLIES 2
Read only

Former Member
0 Likes
480

add few more main pages and do the total at end of last page

Read only

Former Member
0 Likes
480

i collect all text element into one folder then check page protect.and resolved.