I'm getting a little desperate on this.
I don't want to manually create a raw structure based on the proxy-generated object and map the incoming PI data to it, then re-map it to the SAP internal data structure in AIF - that defeats the whole purpose of AIF.
Here's a simplified workflow of what I'm trying to accomplish.
My Response structure is pretty complex. Since SAP does not allow us to Include proxy-generated structures in a new DDIC object, I can't include it in the RAW structure I'm defining.
This should be a very simple scenario.
I see that if the PI interface was an INBOUND interface, AIF would automatically bring in the response structure during Interface creation, but we need to pass parameters to the REQUEST so we have to define it as an outbound interface in PI