Hi
I have created an A-RFC model with an input complex type
defined in data dictionary as:
structure
.attribute1
.attribute2
.table1
..structureT1
...attribute1T1
...attribute2T1
RFC Model generates 2 complex types ComplexType_structure and Complex_Type_table1. I bind this structures to the context of custom controller and I'm trying to populate them. But at runtime I have this error:
element table1 must exist and can not be null.
Any ideas?
Does Adaptive RFC support RFC with complex data types?
Thanks
Andrea