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

Script Requirement

Former Member
0 Likes
597

Hi,

I am new to Sap Script

I got an requirement, We are getting 4 pages print. But we don't want all pages to print...we need get only page to print. We don't want all 4 pages to print.

What we have to do? and what are the steps need to be taken? Please explain your best answer.

F110 is the tcode and Form is F110_PRENUM_CHCK.

Print Program is RFFOUS_C.

But i saw in this Form Pages are 3 - FIRST LAST NEXT.

Which page i need to take. Please help me.

Regards,

Maruti

Edited by: Maruti DP on Mar 28, 2008 12:27 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
571

We use a Z version of RFFOUS_C, but I'll try to help.

I think the other pages are the form summary section.

Try to check the option "No form summary section" in the Output control of RFFOUS_C

4 REPLIES 4
Read only

Former Member
0 Likes
572

We use a Z version of RFFOUS_C, but I'll try to help.

I think the other pages are the form summary section.

Try to check the option "No form summary section" in the Output control of RFFOUS_C

Read only

0 Likes
571

Thank you,

In Output Control the No of Sample Printouts --- 2

No.of items in payment summary -- 9999

No Form Summary Section --- Blank.

Edited by: Maruti DP on Mar 28, 2008 1:12 AM

Edited by: Maruti DP on Mar 28, 2008 1:14 AM

Read only

Former Member
0 Likes
571

Hi,

By default SAP check printing will print as many pages depend on the Main window Remettiance items records. If You don't wnat to print all other pages you have to modify the SAPSCRIPT as well as the print program according to your requirement.

Hope this helps.

Thanks,

Greetson

Read only

0 Likes
571

Hi,

Now it is printed 2 pages only.

But i need only one page.

The first page is corect page i want to get this only. the 2nd page i don't want. what is the procedure.

but i am getting error log, i hope it is because of i deleted NEXT and LAST pages in PAGE window.

to rectify this what i have to do?

Regards,

Maruti