All,
My Company did Implements SAP note 955107 to change the commitment check from PR to PO and is working fine. A subroutine Pool program created with the name "ZBPFCI21" and find below is the coding.
********** Code Begins**************
PROGRAM ZBPFCI21.
FORM include_pr_commitment
CHANGING cd_flag_pr_commitment_avac LIKE sy-datar.
* Do not consider purchase requisition commitment
* in availability control.
CLEAR cd_flag_pr_commitment_avac.
ENDFORM.
********** Code Begins**************
For some reasons, my company wanted to reverse the process back to PR to do the commitment check. I tried to suppress the above coding through debug mode, it does bring back the Commitment check to PR and through the error message as per Tolerance value set in the config when exceeding the budget.
Question: Are there any other changes needed in order to reverse back the process back to PR commitment check or suppressing the code suffice the requirement. Not sure whether the same topic is discussed earlier.
Thanks,
G. Kannan