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

LIST_FROM_MEMORY is Not Working

Former Member
0 Likes
1,074

Hi,

I use SUBMIT statement to call a Simple Report program.

The functional module LIST_FROM_MEMORY helps me to pass in to LISTOBJECT.

This entire thing is working fine in four grounds but when I schedule

This program in back ground its not working due to functional module

LIST_FROM_MEMORY returns EXCEPTIONS NOT Found.

Plz help me how to solve.

Thanks

Hi,

I use SUBMIT statement to call a Simple Report program.

The functional module LIST_FROM_MEMORY helps me to pass in to LISTOBJECT.

This entire thing is working fine in four grounds but when I schedule

This program in back ground its not working due to functional module

LIST_FROM_MEMORY returns EXCEPTIONS NOT Found.

Plz help me how to solve.

Thanks

5 REPLIES 5
Read only

Former Member
0 Likes
815

Kindly Help..

Read only

JoffyJohn
Active Contributor
0 Likes
815

Are you using

SUBMIT <ur report> EXPORTING LIST TO MEMORY.

and then calling this function module to get the value

Read only

Former Member
0 Likes
815

SUBMIT EXPORTING LIST TO MEMORY.

Its not working in back ground but working in four ground..

Read only

Former Member
0 Likes
815

Your valuable comment please.

Read only

Former Member
0 Likes
815

Try using FM's Job_open and Job_close for background processing...

You can also check this link:

Edited by: Saud Shaikh on May 31, 2010 8:40 AM