cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong Business Agreement Class

anishpalakudy
Explorer
0 Kudos

Hi,

We have configured MCF and was trying move-in scenario. Everything looks to be working fine as the quotation is getting created and can be processed to create the contract.

However, the business agreement class assigned to the business agreement was not the correct one hence the replication is failing. While debugging (IF_CRM_IU_UMC_ODATA_IMPL~CREATE_ENTITY) I found the BUAG_CLASS value is coming blank and the method is setting it to a default value "ISU01".

## code snippet.

METHOD check_parameters.
"check if the input is enough
IF cs_buag-buag_class IS INITIAL.
cs_buag-buag_class = 'ISU01'.
ENDIF.

Need help in finding a solution to pass the right values to the variable.

Best Regards,

Anish Palakudyil

Accepted Solutions (0)

Answers (2)

Answers (2)

anishpalakudy
Explorer
0 Kudos

Thank Yevgen! We had to do a enhancement to get around it for the time being.

yevgen_trukhin
Advisor
Advisor
0 Kudos

Hi Anish, i would create an OSS ticket to SAP for this issue. It could be that in later SPs this value is put in customizing.

Best Regards, Yevgen