0

Per MSDN, The BizTalk Adapter does not support has several limitations, including a lack of support for ITAB II table types (hierarchical tables):

The SAP adapter does not support RFCs with complex parameter types, including ITAB II (hierarchical) table types. The SAP adapter [also] does not support RFCs having custom ABAP types.

I'm curious if anyone has come up with a workaround for this issue, or if it would require writing wrapper RFCs.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Peder Rice
  • 1,764
  • 3
  • 28
  • 51

2 Answers2

0

We do not use the BizTalk SAP Adapter, but we do use other third party SAP adapters that have similar issues and the current workaround for us is to write wrapper RFC that maps the unsupported types to the supported types.

Danny T.
  • 1,130
  • 10
  • 23
0

Azure Logic Apps has support for ITAB II table types - hierarchical tables. It is otherwise very similar to the BizTalk SAP Adapter. You can also call Logic Apps from BizTalk and vice-versa.

David Burg
  • 1,064
  • 12
  • 14