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

Problem in SAP Query

Former Member
0 Likes
436

Hi Friends,

I am working on SAP Query. I have written small piece of code in Code section(Report Processing) of Infoset of the query and populated my data in an internal table. I am looping on that internal table in END-OF-SELECTION(After List) of Infoset. But that internal table data is not getting displayed in the output.

Can you please tell me how i can display the records of internal table in output display

Regards,

Mukesh Kumar

Hi Friends,

I am working on SAP Query. I have written small piece of code in Code section(Report Processing) of Infoset of the query and populated my data in an internal table. I am looping on that internal table in END-OF-SELECTION(After List) of Infoset. But that internal table data is not getting displayed in the output.

Can you please tell me how i can display the records of internal table in output display

Regards,

Mukesh Kumar

1 REPLY 1
Read only

GauthamV
Active Contributor
0 Likes
397

hi

you can provide some restrictions but not internal table data to output

of query .

you can try this option,after you execute the sq01 query, in system - status

find program name and try to use that internal table, here in your infoset.