cancel
Showing results for 
Search instead for 
Did you mean: 

contract

Former Member
0 Kudos

Following is the requirement of my client for contract:

1. Sales order against a reference with contract is allowing the sales order to be created beyond the contract validity date with just warning message, we want that sales should not be created beyond the validity date of contract, if this possible then suggest how it con be done.

2. We want that base price in sales order against contract should not be modified and it follow what it has been mentioned in co

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Amit,

To answer question 1, you must first decide what the system response should be. If an error condition is decided, the system will cause the user to abort the transaction and be forced to restart the Sales order creation process.

You will find the code that displays this messge in the copy control (Sales document to Sales document) for the Headers of the respective documents (Sales order and Contract). In the "Copying Requirements" field, you will find the ABAP routine that is used (Routine LV45C001, for reference).

If you look at the code, you can see that a warning (MESSAGE W056 or MESSAGE W057) is issued. When you've decided the system response, the routine should be copied and the code changed to reflect the new response.

For your question 2, the base price condition can be set as "Not possible to process manually" in the pricing condition type configuration. Using this setting, the price for all documents (contract, sales order) will be determined only by the conditions created by a responsible party, with authorization to do so, and not changeable in the document.

Best regards,

John

Former Member
0 Kudos

hi John

Thanks for your reply need clarity on your answer

"For your question 2, the base price condition can be set as "Not possible to process manually" in the pricing condition type configuration. Using this setting, the price for all documents (contract, sales order) will be determined only by the conditions created by a responsible party, with authorization to do so, and not changeable in the document."

we dont want to control this at pricing condition type level since this catering to other business scenario also. I have tried through copy control by making pricing "G" but its not working and allowing price to be change in order. Pls guide.