cancel
Showing results for 
Search instead for 
Did you mean: 

VA02 - Refresh Sales Order Positions

Private_Member_19084
Active Contributor
0 Kudos

Hi experts

Is there a function, which refreshes material description and customer material number in VA02?

Maybe a mass-change for sales order...

Thx in advance

Christian

Accepted Solutions (1)

Accepted Solutions (1)

jpfriends079
Active Contributor
0 Kudos

I don't think there is any such refresh functionality in SAP.

You can use MASS for Mass Change in Sales Order.

Use Object Type - BUS2032 for Sales orders.

Thanks & Regards

JP

Private_Member_19084
Active Contributor
0 Kudos

Dear Jyoti

Thank you for your fast answer.

It was very helpful.

I've already found the same way.

I also use an abap form routine for refreshing the texts automatically:

MASS-> Object BUS2032

Select entries -> F8-> select description columns

click on <edit-enter formulas> and then I've created the abap-form:

select single maktx

from makt into x

where matnr eq segment-matnr.

So you don't need any copy-paste work.

Regards

Christian

Answers (0)