Hello, I am trying to send data from a snowflake source to SAP idoc using the combination of Thmap and Tsapidocoutput components, but I am unable to loop my Idoc structure in hmap, any suggestions on how to loop the input to produce the required output.
So instead of producing something like:
Control record
Header record 1
Sub-record1
Sub-record2
Control record
Header record 2
Sub-record1
Sub-record2
It is giving me output something like:
Control record
Header record 1
Sub-record1
Control record
Header record 1
Sub-record2
It will be helpful if someone can guide me with the thmap looping if possible.