cancel
Showing results for 
Search instead for 
Did you mean: 

VA05 List of Sales Order Mass Update Option of Adding Reason for Rejection option.

Former Member
0 Kudos

Hello Experts,

Good Morning,

In VA05 for Open Sales Order Edit Mass Change, we want to add the Reason for Rejection Option to update Reason for Rejection Option in Sales Order line items.

As per my observation this will require ABAP development by creating the new T- Code ZVA05 copy of VA05 and achieving the same.

Kindly share your valuable inputs where and which piece of code or screen this has to be modified.

Please confirm if my understanding is correct.

Thanks,

Farhan.

Accepted Solutions (0)

Answers (3)

Answers (3)

Jelena
Active Contributor
0 Kudos

Kindly make sure to search before posting. Google -> mass update rejection reason site:sap.com -> 800+ hits.

There is no enhancement available AFAIK to add any mass update features in VA05. Copying the whole transaction would be rather ineffective if you only need to update rejection reason. This can be achieved with a much simpler custom report.

Former Member
0 Kudos

Hello Farhan,

Explore the T Code MASS.

Select object type BUS2032 and execute. Select sales order item data. Select the field MASSVBAP-ABGRU and execute. Enter list of sales orders, line item details and execute. Enter reason for rejection and click on carry out a Mass change. It will update reason for rejection for all orders.

VA05 open sales order displays, open orders as well as partially delivered orders. So before running this transaction MASS you should have the list of sales orders for which you want to update reason for rejection.

Former Member
0 Kudos

Hello All,

I have created bdc with the help of ABAPER to achieve the same.

Thanks all of you for the valuable learning and sharing the inputs.

Thanks,

Farhan.

0 Kudos

This message was moderated.