cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:Deleting sales orders in bulk

former_member1249468
Contributor
0 Kudos

Hi Gurus,

Can anybody through some light on the below mentioned queries.I faced this in one of my interviews .

1.How to delete sales orders in bulk ?

2.How to print invoices in bulk ?

Thanking you in advance.

With Regards,

Sash......

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

To print bulk invoices use VF31.

To block orders use MASS t.code and to display V.14 to list the block orders.

for mass transaction , we need to set up the object type.

thanks

Kunlta

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Sash,

for mass deletion of Sales Orders--U can't use t-code MASS.

Instead, build a program to delete SO using BAPI: BAPI_SALESORDER_CHANGE.

For mass-print of invoices do as suggested above.

Rgds,

Rags.

Lakshmipathi
Active Contributor
0 Kudos

Dear sash

1) To delete sale orders in bulk (subject to no subsequent documents), either you can use LSMW or BDC

2) To print invoices in bulk, two options are there. One is foreground and another one is background

- To schedule foreground, run T.Code VF31

- To schedule background, run T.Code VF06 where you can see a tab [Job started on] If you fix a date and time here, that time, invoice will be printed out in mass

thanks

G. Lakshmipathi