cancel
Showing results for 
Search instead for 
Did you mean: 

Inactivate the cash discount condition type during return order creation.

Former Member
0 Kudos

Hi All,

I have created a Pricing procedure its having a condition type Cash Discount.

The client requirment is during the return order creation system should inactivate the cash discount condition type.

Please sugget me what to do to fulfill this requirment.

Thanks in advance.

Regards

Vankat.

Accepted Solutions (0)

Answers (1)

Answers (1)

prasanna_kumar4
Active Contributor
0 Kudos

Hi

You can achieve through creating new pricing procedure for Return process

Otherwise try with user exit

MV45AFZZ USEREXIT_SAVE_DOCUMENT_PREPARE

Maintain access Sequence with Document type and maintain condition record , so at the time of return order system wont pick that material

Regards,

Prasanna

Edited by: prasanna_sap on Feb 9, 2012 3:31 PM

Former Member
0 Kudos

Is it possible to creat a requirment that when the system found that the document type is RE then Inactive the condition type.

prasanna_kumar4
Active Contributor
0 Kudos

Hi

I am not sure may be you can try

Otherwise 1. create New pricing procedure

2. Use User exit

Regards,

Prasanna

Shiva_Ram
Active Contributor
0 Kudos

Yes you can definitely do that. Create a routine in t.code VOFM -Requirements->pricing, where in you can add coding as IF NOT Sales document = returns document type, and add this routine in the pricing procedure -> condition type -> requirements column (t.code V/08). Check with an ABAP'er for adding the codes.

Regards,