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

Text display issue in SAP script

Former Member
0 Likes
691

Hi All,

I have developed a sap script (Invoice) which is having a Footer window.

The footer window should display page number and some text (address of company). The address data is stored in an internal table and the same will be made to display in sap script.

Now my problem is the address data is displaying correctly in the second page. But no data is getting displayed in the first page. If the Invoice is of single page, the address data in Footer window is getting printed properly.

The problem occurs only, when the invoice is of multiple pages....

What might be the problem in this regard...??????

Please help me, as this bug need to be fixed as early as possible....

Regards

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
636

Hi

Have you defined the Footer window in all pages? if yes

Check the Size of the main Window,

the main window might be covering the footer window.

Or have you kept any condition for the Footer window for printing the Page no. check.

Reward points if useful

Regards

Anji

Hi All,

I have developed a sap script (Invoice) which is having a Footer window.

The footer window should display page number and some text (address of company). The address data is stored in an internal table and the same will be made to display in sap script.

Now my problem is the address data is displaying correctly in the second page. But no data is getting displayed in the first page. If the Invoice is of single page, the address data in Footer window is getting printed properly.

The problem occurs only, when the invoice is of multiple pages....

What might be the problem in this regard...??????

Please help me, as this bug need to be fixed as early as possible....

Regards

Pavan

4 REPLIES 4
Read only

Former Member
0 Likes
637

Hi

Have you defined the Footer window in all pages? if yes

Check the Size of the main Window,

the main window might be covering the footer window.

Or have you kept any condition for the Footer window for printing the Page no. check.

Reward points if useful

Regards

Anji

Read only

dev_parbutteea
Active Contributor
0 Likes
636

Hi,

it could be that there is an if condition to display the text in last page only!

Check out the footer window of thw sapscript.

Regards,

Sooness

Read only

0 Likes
636

The size of MAIN and FOOTER window are not getting truncated. Both window have designed properly.

In the first page, the footer window will display Page No data and the address data will be invisible. In debig mode, i can see the value of address will be passed to text symbols of sap script.

There are no conditions set in the sap script for Footer window.

one more observation is that after execution (at print preview screen), if i go back and again click for print preview, the address data is getting printed in the first page...!!!

Regards

Pavan

Read only

Former Member
0 Likes
636

Solved myself