use SAP bapi component, how to output data as table
we're using bapi bbp_rfc_read_table to read a SAP table, we're having issue with tSapTableInput component for this particular table and had to try bbp read. Currently the bapi function output data as WA string format, there is no fields there. how can we output data as table format? we need join the table with other tables, I have tried modify to use table schema, however no data gets brought over once made change.