cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding text printing in SAP Script

Former Member
0 Kudos

Hi experts,

I have a form already which has been developed already.

Now I want to include the text in the footer which should appear only in the last page of the footer.

How to achive this and how to add the following text into my Script

All tools used during this task are present and accounted for at completion of this work order. _______

All loose parts are present and accounted for at completion of this work order. ________

Food Contact Zones are clean and suitable for Food Production at completion of this work order. _______

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

at the end of main window write this code

/: NEW-PAGE LAST

then print the text in footer...

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Create one separate window for footer.

Put a condition in that window.

IF &NEXTPAGE& EQ '0'

Write u r text.

ENDIF

Former Member
0 Kudos

Hi,

Adding to Chenna kesava reddy's point, if you want to include your texts taht you had mentioned above, create standard texts in SO10 with the language as EN and then include them in ur script withhte following command:

INCLUDE <textid> OBJECT TEXT ID ST LANGUAGE E

Hope this helps

Regards

Priya