‎2022 Apr 08 8:04 AM
Hi,
I need to get the data from infoset report to my internal table. how to add the submit export code.Unable to edit that. should I need accesskey to add the export code? If i add the code in infoset.. will that work ? Is there any option to get that infoset data into my internal table.
pls let me know.
‎2022 Apr 08 11:58 AM
The concept is to have a query reading an infoset. Infoset alone is non-sense.
API exist to read query data.
‎2022 Apr 08 1:10 PM
do you have a pointer to that? Sounds like a useful technique.
‎2022 Apr 08 4:46 PM
c5e08e0478aa4727abc4482f5be390b2 answered many times, blog posts, etc.:
extract SAPquery data site:sap.com
‎2022 Apr 11 8:42 AM
sandra.rossi
if you mean function RSAQ_REMOTE_QUERY_CALL, I found the example and checked how it works, pity that it is not released to customers! Still, an interesting option to have, thanks.
There's also CL_QUERY_BSP_CALL, that one I have not checked yet.
‎2022 Apr 11 10:32 AM
c5e08e0478aa4727abc4482f5be390b2 Also run the query in ALV mode and intercept the ALV result. Original official solution was SQ09/SQUE0001.
‎2022 Apr 11 10:50 AM
Cool, thanks. Intercepting ALV, that I already know how to do!