cancel
Showing results for 
Search instead for 
Did you mean: 

Condition Types in Contract Management

Former Member
0 Kudos

Hi All,

Can we some how disable the condition types which are available under Header data -> Conditions tab while we create the contracts? I mean the user should not be able to change the condition types while creating a contract.

If so please let me know?

Thanks in Advance.

Regards,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you difine the custom condition and make sure they are not mandatory ( In Calculation schema), then user will have choice to pick them based on their requirement.

Regards

Sreedhar Vetcha

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kumar,

In addition to Kathirvel's suggestions please look at the points below which may help you in resolving your issue :

1. You can use BBP_UI_CONTROL_BADI to disbale fields and push buttons.

Using the method BBP_CTR_UI_CTRL (for field control in the contract and in the global outline agreement) you can control the visibility and ready-to-input status of header and item fields, pushbuttons, and navigation links of the concerned applications and also interface objects of cross-application screens, for example, the partner overview, account assignment, status overview or approval

2. You can also use DOC_CHECK BADI as suggested by Kathirvel for throwing error messages.

Hope this will help you in resolving your issue. Clarifications are welcome.

Award points for helpful answers.

Rgds,

Teja

Former Member
0 Kudos

As far as I have known no such options are available. But you can make sure that the required condition types are available using BBP_DOC_CHECK BADI. If the user does not choose the required condition type, an error message can be raised.

Please refer the below link for more info on this BADI:

https://wiki.sdn.sap.com/wiki/display/SRM/BBP_DOC_CHECK_BADI-CheckPurchasingDocument

Regards

Kathirvel