Hi Gurus,
I'm very new to GW services and Service which I'm currently working on is to Create Invoice. I took the RFC/BOR Route and RFC FM got 2 parameters:
1. Input Table - Accepts both Header and Item information
2. Output Table - Returns error or success message (Got 2 columns: Message Type and Message)
This means 2 entity sets in GW service: one for Input and another for Output Table.
Through "Map to Data Source" option, mapped the Input table to RFC Parameters and generated code looks good where the input parameters are aligned with RFC FM parameters.
Issue is how should I get the response back from the FM as the return table is another entity set. Can you please suggest.
Thanks,
Karthik