Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8944

Re: Issue with Opportunity notification replication from ECC to C4C

$
0
0

Hi Neil,

 

Conditional expressions are nothing but modified version of the programming language if- elseif statements. You can think above HCI iflow like this:

 

if ( ABRVW_BEZ = BUS200111) {

    mapping 1 to be executed if condition is true;

}

else if ( ABRVW_BEZ = XYZ ) {

    mapping 2 to be executed if the condition is true;
}

 

As this iflow is used for multiple scenarios like opportunity followup confirmation , quote followup confirmation etc. hence we have conditions to determine the type of confirmation.

 

Now back to original issue, if ABRVW_BEZ is not coming in IDOC then this need to be checked why it is not coming. So could you please tell me for which scenario this notification is? e.g. Opportunity to quote followup or opportunity to order followup etc.

 

Regards
Sharad


Viewing all articles
Browse latest Browse all 8944

Trending Articles