cancel
Showing results for 
Search instead for 
Did you mean: 

display the different data on the multiple main windows

Former Member
0 Kudos

I want to display the different data on the multiple main windows of the form in Sapscript. Is it possible ? If yes, then How?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Sequence of PERFORM statements for each window might be helpful , say 10 performs for 10 lines in main window 1 and another 10 perform statements for main window 2 !!!

Mathews

Former Member
0 Kudos

Yes.

Inyour printerprogram.

If you have ended your data for the first window

you call an item in your main with only

/: NEW-WINDOW

At that point you can call the item in your main with the other data

NOTE: you can have more MAIN windows. you have only one MAIN coding in your sapscript with several items.

Gr., Frank

Former Member
0 Kudos

Hi,

In address labels we use multiple main windows

In form write code as

/E address

/: BOX WIDTH '5' CM HEIGHT '5' CM FRAME 10 TW

/: ENDPROTECT

/: ADDRESS

/: ADDRESSNUMBER &FS_ADRC-ADDRNUMBER&

/: ENDADDRESS

/: NEW-WINDOW

/: PROTECT

Regards,

jaya