2010 Sep 05 5:03 PM
Dear Experts,
I am working on IC Web Client ( CRM 7.0) & ISU (ECC 6).
I was able to create the Business Agreement & successfully replicate the same
to ISU as a Contract Account.
But when I Try to create the Business Agreement from ICWebClient I am
getting following Error.
"No Business Agreement Class for Channel ICW, Usage 01 and Risk Class"
I have done the settings for ,Allocate Business Agreement Class as ;
Channel :- ICW ,
Usage :-Std Payment Data,
Risk CLass :- B,
Business Agreement CLass:- 01
But still I am Getting this error.
Can any one please help me in this
2010 Sep 06 12:22 PM
Hi
In case you create a business agreement (root object BuAg) the business agreement class will be determined using the function module CRM_BUAG_TEMPLATE_CLASS_READ.
The creation fails because there is no entry in the database table CRMC_BUAG_TEMSEL for the mentioned criteria:
channel 'ICW'
usage '01'
risk class ' '
Could you please create an entry for these criteria? Afterwards the creation of business agreements will work.
regards,
David
2010 Sep 06 12:22 PM
Hi
In case you create a business agreement (root object BuAg) the business agreement class will be determined using the function module CRM_BUAG_TEMPLATE_CLASS_READ.
The creation fails because there is no entry in the database table CRMC_BUAG_TEMSEL for the mentioned criteria:
channel 'ICW'
usage '01'
risk class ' '
Could you please create an entry for these criteria? Afterwards the creation of business agreements will work.
regards,
David