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

submit program ?

Former Member
0 Likes
485

dear all,

In my code, i used "submit xxxx exporting list to memory and return" statement to get the data from the transaction iw69. i have no problem in it.

but when i observed the out-put of transaction iw69, in that list out put fields like abc indicator, cost center and business area etc are being filled but not in the output of submit program...

could anyone enlighten me on this.

waiting for reply...

regards

satish chandra

2 REPLIES 2
Read only

Sijin_Chandran
Active Contributor
0 Likes
441

Hi SAtish ,

You have callled Report using submit xxxx exporting list to memory .

So the output is exported to memory.

Therefore you need to retrieve the results from that memory.

Use the FMs LIST_FROM_MEMORY  and LIST_TO_ASCI for that purpose.

Go through this link also , it may be helpful

http://scn.sap.com/community/abap/blog/2011/07/07/gain-programmatic-access-to-data-of-sapgui-alv-rep...

Read only

RaymondGiuseppi
Active Contributor
0 Likes
441

Look for SY-TCODE in the report (RIQMEL40) you should understand the result.

Regards;

Raymond