cancel
Showing results for 
Search instead for 
Did you mean: 

How to change material discription at sales order item level ?

former_member330517
Participant
0 Kudos

Dear Gurus,

We have some requirement need to change material description at sales order item level , but in system it is in disable mode how to change that into change mode in sales order item level?

Thanks in advance

Regards

Venkat

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I completely agree with Mr.Jignesh,that is only one way in standard sap has provided.In T.code VD51 you will maintain the customer details as well as material,here you can give the material description as per customer convenience, then the material description will come in to sales order.

Thanks

Ram

former_member330517
Participant
0 Kudos

Dear All ,

There are two line items in sales order with same material number but material description different for the same material number .In normal sales order at item level material description changable,but in my system the description it is in display mode for all the sales orders , how to make material dexcription in edit mode at sales order item level .

Thanks in advance

Regards

Venkat

Former Member
0 Kudos

Hi

I agree it comes in change mode and we can change the description. there can be multiple reasons for it

1. Is there a BOM for the materail

2. Check the item category configuration

3. Or is there a development for the same.

Regards,

Deepak

former_member330517
Participant
0 Kudos

Dear All ,

Is it possible to maintain authorisation check ( EX : Change , display mode ) for specific role in sales order for item level screen ?If yes what is the authorisation object for it ?

Thanks in advance

Regards

Venkat

jignesh_mehta3
Active Contributor
0 Kudos

Another Option.

In Sales Order, Go to LIne Items Details, Order Data Tab.

Here you have Customer Material Feild. Here you can enter a different Descripton & write a code in your ABAP program to check here first & if found blank, print the Material Description for normal Material description.

Thanks,

Jignesh Mehta

former_member330517
Participant
0 Kudos

Dear All ,

What is the authorisation object for material description field in sales order line item level screen

Thanks in advance

Regards

Venkat

Former Member
0 Kudos

Hi,

I am not sure but hope this will work, theorization object for material master 1. M_MATE_MAN, 2. M_MATE_MAR, 3. M_MATE_STA.

check these object whether is will be use full or not.

Thanks

Ram

former_member330517
Participant
0 Kudos

Dear All ,

What is the authorisation object for material description field in sales order item level screen

Note- In sales order item level screen material description field is in display mode , they are controlling through some authorisation object .

Thanks in advance

Regards

Regards

Former Member
0 Kudos

The standard SAP does not seem to have this option of disabling the modification of Material Description on the Sales Order Item Level. I think it most likely is a customized authorization on the description field. If that is the case, having authorizations to what Ramakrishna mentioned 1. M_MATE_MAN, 2. M_MATE_MAR, 3. M_MATE_STA will not help.

If you have all the access go to PFCG ->Enivronment->Authorization Objects -> Display and there you can have a look at the authorization objects assigned. Your SAP BASIS person should be of help.

jignesh_mehta3
Active Contributor
0 Kudos

Not possible in SAP Standard.

Instead why not create a Customer Material Info Record in T-Code - VD51?

Alternatively it the requirement to change the Description is only for few Sales Order then create a Text ID & Enter the Description in Text Feild. Then in Smartform program wrie a code which will check for Material Description in the Text first & if not found then take from normal material Description in Sales Order.

But Customer Material info Record seems to be the best solution.

Hope this helps,

Thanks,

Jignesh Mehta

Former Member
0 Kudos

dont think this is possible, if you want the description in the output needs to be changed, change the form parameters for the output to refer the field from customer material & have the description as per your request. if the requirement is for a different situation, please detail out.

Thanks & Regards

Ilango