Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a large table with 200 columns. I am fetching it by breaking it down to sub-tables of 50 columns each. Now I want to merge data from those sub-tables into a single file. How do it do it? I tried tMap but it is taking Cartesian product of sub-tables data. Is there a way to horizontally merge the tables?
Its not working. Actually its the SAP Table and the SAP component is not fetching all the columns in one go.
somehow it worked. Thanks for your inputs