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

SAPscript invoice

Former Member
0 Likes
1,090

How to run a standard invoice script. Please give the steps in details.(I already have an idea how to run and modify a purchase order)

(Actually i want to know how to run a Invoice/sales & dist. related script like we use t-code me9f to run purchaseorder script.)

Message was edited by:

Suvendu Swain

4 REPLIES 4
Read only

paruchuri_nagesh
Active Contributor
0 Likes
719

use RSTXR3TR

to copy standard purchase order inti ur zmedruck

and make changes according to ur requirement

or goto SE71

enter form name as MEDRUCK

goto utilities

choose copy from client

regards

Nagesh.Paruchuri

Read only

0 Likes
719

No actually i want to know how to run a Invoice/sales & dist. related script like we use t-code me9f to run purchaseorder script.

Read only

meikandan_krishnan2
Participant
0 Likes
719

Hi ,

Goto the transaction NACE ,

Select the <b>V3 - Biiling</b>

Then Click on output types.

Select standard output type <b>RD00 - Invoice</b>

Then click on Processing Routines

In the displayed table control , in print output, give your form and program name.

save it.

Then go to VF02 ,

give invoice number and press enter

in the menu ->goto->header->output

give the output type , and say print immediately.

you can see the form with values

Hope this is the answer u need..

reward if it hepls u..

regards

meikandan

Read only

Former Member
0 Likes
719

Thanks great