Hi,
I am on SAP CRM ABAP 7.0 with enhancement pack 2.0.
I have created one system application which is having data objects, expressions(Decision tables,Function Calls), Functions.
Now I need to create a rule as follows:
If 'Function Call1' is equal to 1 Then Change Z1 after processing expression 'Function Call2'
But when I am trying to create it, it says:
If 'Function Call1' is equal to 1 Then Change No available context after processing expression 'Function Call2'
I have checked the Function2 (which is the target function of Function Call2), it is having the result object as Z1.
I even tried with other Function Calls which also failed similarly, even if they had valid result object in them.
Any clue/idea? Please help !!