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

SAP Query - from report

Former Member
0 Likes
546

Hi all,

I'm playing with SAP query, and I was wondering : is it possible to have the output of another sap report (e.g. REXPDSEL) into a query and add additional fields ?

Hi all,

I'm playing with SAP query, and I was wondering : is it possible to have the output of another sap report (e.g. REXPDSEL) into a query and add additional fields ?

3 REPLIES 3
Read only

Former Member
0 Likes
520

I dont think its possible.

Read only

Former Member
0 Likes
520

Hi,

Yes it is possible there is an addition with submit statement to export list to memory and using function module you can get the list memory to the internal table and then you can play with the internal table

Regards,

Siddarth

Read only

Former Member
0 Likes
520

Hi Siddarth,

any idea how this addition is called ?