cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript problem?

Former Member
0 Kudos

hello

experts

I am developing a sap script but problem comming is one window is not comming .

If the print preview is of two pages then in the second page the window is comming but not in first page.If the print preview is of one page then the window is comming .Another thing i wanta border in the page outline border.

Plz help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

check text element for the window , if it is calling the first page or not.

for outline border in particular window use BOX command

BOX XPOS '0' MM YPOS '8' MM WIDTH '188' MM HEIGHT '0' MM FRAME 10 TW

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks

0 Kudos

Hi,

You can use the below syntax .

/: BOX frame 10 tw.

Make sure that the window is there in the first page also.

Regards,

dwara.

Edited by: Dwarakarakanadha Reddy on Jan 13, 2009 10:55 AM

Former Member
0 Kudos

Hi,

Check the windows for that particular page and debug the script.

Regards,

Sravanthi

Former Member
0 Kudos

Hi,

Check with the window like paragraph formate,and character formate and check with the window creation flow .

For box pupose use following

BOX XPOS '0' MM YPOS '8' MM WIDTH '188' MM HEIGHT '0' MM FRAME 10 TW

Regards,

Madhu