Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to call infoset using submit code

0 Likes
1,605

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.

6 REPLIES 6
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,422

The concept is to have a query reading an infoset. Infoset alone is non-sense.

API exist to read query data.

Read only

abo
Active Contributor
0 Likes
1,422
sandra.rossi

do you have a pointer to that? Sounds like a useful technique.

Read only

Sandra_Rossi
Active Contributor
1,422

c5e08e0478aa4727abc4482f5be390b2 answered many times, blog posts, etc.:

extract SAPquery data site:sap.com
Read only

abo
Active Contributor
0 Likes
1,422

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.

Read only

Sandra_Rossi
Active Contributor
1,422

c5e08e0478aa4727abc4482f5be390b2 Also run the query in ALV mode and intercept the ALV result. Original official solution was SQ09/SQUE0001.

Read only

abo
Active Contributor
0 Likes
1,422

Cool, thanks. Intercepting ALV, that I already know how to do!