cancel
Showing results for 
Search instead for 
Did you mean: 

regarding sales order bulk printing

Former Member
0 Kudos

dear sir,

1.here i have an issue which is i want to take printout of sales order.i go for va02 and giving output type,issue output to there it shows only the print preview of that salesorder and no print option is availabile(print option is there but it turns into grey).what changes i need to make so that the print option is configured to get the printout of salesorder.?

2.if i want to take the printout of salesorder in bulk is there any tcode for that(like vf31 for bulk invoices).if it is there what changes i need to maintain to get printout of salesorder in bulk?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

ALso try timing 3 with ABAP report SD70AV1A.

Answers (3)

Answers (3)

Former Member
0 Kudos

goto VA02, enter sale sorder number dont enter and goto header sales document click on issue output, where you see your output type, from there you have option to print.

Regaring bluk printing, not T.code but program is ther as below

Goto the t.code SE38

program RSNAST0D

Execute.

Enter the application as V1

Enter the Sales Orders

Enter the Output type.

Transmission medium as 1 print

execute

Former Member
0 Kudos

Hi,

1.If you are looking print preview,there will be no option for print.In order to print,Goto T.Code "VA02/VA03",Enter the Sales Order number.Don't press Enter.Click on "Sales Order-->Issue output to".Here select your output type.Click on Print option which is beside "Print preview" option.If you select medium as "1(Print output)",printing will be done automatically once the output is successful.Also in the condition records, select the printer name as "LOCAL",so taht while printing a window will be appeared to choose the required printer.

2.Goto the T.Code "SE38".Enter the Program name as "RSNAST0D".Execute.Here you can retrigger the output in bulk for sales orders.

Regards,

Krishna.

Former Member
0 Kudos

Hi,

You can use program RSNAST00 with output application V and schedule it to get in a batch.

Regards,

Siraj