Hello,
I am trying to register a custom RFC in SEGW that has two import parameters and one output table that returns the data requested. I tried to follow a few of the online examples but have not had success with any RFC that has input parameters. These RFCs do not update/create/delete and data, they are read only.
I have two entity types defined, one for the import parameters and one for the table. Same with the Entity Sets. Those both generate without errors.
When I try and create the Service Implementation I am running into errors. I created the GetEntitySet (Query) for the table and that generates fine. When I try and create the GetEntity (Read) for the import parameters I get the error 'The read operation has no property mapped with an output direction. What is the proper way to setup an RFC with import parameters to return a table of results?
Thanks,
Zach