on 2009 Sep 08 7:43 AM
Dear all ,
We are generating invoice in SAP where on the invoice print material description & Customer info record material is coming .
For a perticular customer we dont want our material description to appear , only customer part info description has to appear .
So withouth changing in ABAP prg , canwe make it happen by changing description in SO etc ?
Pl guide
Hi,
This can be possible by creating the Sales order without the Description.
Create the sales order for that particular customer to whom you dont require the description to be copied.
In standard, Descripton of the Material will be copied from Material master to the Sales order, then remove it and save it.
The Description will be set in the INCOMPLETION PROCEDURE for the Sales order and it is just a warranty and can save it.
If you dont want the Description to be set in the INCOMPLETION PROCEDURE then remove the description field in the INCOMPLETION PROCEDURE at the sales order Header in the Transaction code OVA2.
Please try this and give your feedback.
thanks,
santosh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
only customer part info description has to appear .
Maintain in VD51 the required description and try to create sale order, delivery and billing. Update the forum if your issue is not solved. In normal circumstances, system will give first preference to whatever data we maintain in VD51.
thanks
G. Lakshmipathi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Venky
Without ABAP its not possible, as material description becomes greyed out in sales order and you cannot delete that. If your are able to delete material description from salesorder then it can be achivable.
But with any ABAP implementation ????
OR use SHD0 to make description field editable. (for SHD0 use search forum)
try and revert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
105 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.