Application Development 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: 

Addition of pages to Standard script RVORDER01

Former Member
0 Kudos

Hi All,

I am modifying a standard script RVORDER01 as I need to print 4 pages when I am taking print of quoatation print thru VF23 transaction.

Please let me know how to add these 4 pages to the standard script.

TIA,

Ramesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ramesh,

You want to print 4 COPIES or 4 PAGES?

If you want 4 COPIES then you do this in the master data for the output condition record. When you click on the Communication button you have number of messages.

If you want 4 PAGES, what do you want 4 PAGES of? This would need some more explanation from you I think.

Cheers,

Brad

3 REPLIES 3

Former Member
0 Kudos

Hi Ramesh,

You want to print 4 COPIES or 4 PAGES?

If you want 4 COPIES then you do this in the master data for the output condition record. When you click on the Communication button you have number of messages.

If you want 4 PAGES, what do you want 4 PAGES of? This would need some more explanation from you I think.

Cheers,

Brad

0 Kudos

Hi Brad,

I dont need 4 copies.

Along with standard Quotation I need to print 4 additional pages which contain guarantee/warranty information, PROPRIETARY CERTIFICATE etc..for that I have to add 4 pages.These pages have to printed after my quotation is printed.

Let me know if you need futher info.

TIA,

Ramesh

0 Kudos

Hi Ramesh,

Ahhh SAPScript, it takes me back....

If you would like to avoid changing the program that calls the SAPSCRIPT (RVADOR01), then you can extend the paragraph SUPPLEMENT_TEXT (in window MAIN) and add in the text there.

You can do this either directly (not so nice) or by way of a standard text. If you use a standard text then you can use example provided (INCLUDE &VBDKA-TDNAME& OBJECT VBBK ID 0010 PARAGRAPH HT) in SUPPLEMENT_TEXT to copy your own standard text into the SAPSCRIPT.

I hope that makes sense.

CHeers,

Brad