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

hai guys ..doubt in script...

Former Member
0 Likes
1,238

hai ..

I Customized the Medruck. Now i want print the PO..

Is ther any standard Program for that ..

How Can I print the back of the page using Script pro ?

wat is the use of protect ... end protect.

tanx and regards..

R@j@

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,196

Hi Rajviji,

Print program for MEDRUCK is SAPFM06P.

For printing on both sides of the paper give the Print mode of your page as D (Duplex).

Protect... End Protect are used so that anything that is written between them always lie on the same page. Suppose you have space for 5 line items and you need to print 10, then if you use Protect... End Protect, all 10 line items will be printed together on the next(new) page.

Hope this helps!

Regards,

Saurabh

hai ..

I Customized the Medruck. Now i want print the PO..

Is ther any standard Program for that ..

How Can I print the back of the page using Script pro ?

wat is the use of protect ... end protect.

tanx and regards..

R@j@

8 REPLIES 8
Read only

Former Member
0 Likes
1,196

for print prg

use FM ME_PRINT_PO

& subr SAPFM06P

protect...endprotect is to avoid page break

Read only

0 Likes
1,196

hai uma ..

how can i use the nace.. what is the purpose of nace..

Read only

Former Member
0 Likes
1,196

Use transaction code ME9F to print PO.

Thanks & Regards,

Govind.

Read only

Former Member
0 Likes
1,197

Hi Rajviji,

Print program for MEDRUCK is SAPFM06P.

For printing on both sides of the paper give the Print mode of your page as D (Duplex).

Protect... End Protect are used so that anything that is written between them always lie on the same page. Suppose you have space for 5 line items and you need to print 10, then if you use Protect... End Protect, all 10 line items will be printed together on the next(new) page.

Hope this helps!

Regards,

Saurabh

Read only

0 Likes
1,196

hai Saurabh..

i want terms and conditions back side of PO wer i will write texts for that how can use that in scripts prog.. to print back side.. of PORder

im waiting for ur reply

Read only

0 Likes
1,196

Hi Rajviji,

Please check this forum thread which discusses the same problem -

Hope this helps!

Regards,

Saurabh

Read only

Former Member
0 Likes
1,196

set print mode to D(duplex) on PAGE

Read only

Former Member
0 Likes
1,196

Hi,

Look at the transaction NACE, you will get all the information about MEDRUCK, i think application type is EU.

if you use Protect and endprotect, the paragraph won't go into next page in the middile, i mean the entire paragraph will be printed in one page, this will stop the page break.

See the below threads for Duplex printing:-

Regards

Sudheer