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

Background processing

former_member506713
Participant
0 Likes
621

HI Experts,

i got a requirement to process a Z report in background and

some fields of resulted output should be stored in a Z table.

The Z report output in foreground is ALV grid. the report needs to be run once

in a month by user .

Is it possible to read the output from spool and store in a Z table.?

i tried to use RSPO_RETURN_ABAP_SPOOLJOB, but not upto mark.

Please help me in this.

Thanks in advance.

Lalit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

Hi,

Just go through the below link to know how to call a report in background and how to get the results of that report.

[]

Regards,

Bhavesh.

4 REPLIES 4
Read only

Former Member
0 Likes
587

Hi,

Just go through the below link to know how to call a report in background and how to get the results of that report.

[]

Regards,

Bhavesh.

Read only

0 Likes
586

Thanks Bhavesh for ur quick response.

As per ur link, the session should be active for the whole program to be run.

But i want to process the report in background overnight (say). and read from spool and

save in a Z table. its not a problem if another report is required to read from spool.

any suggestions on this plz.

Read only

0 Likes
586

Hi,

Please check this thread.

It might help you.

Regards

Prasenjit

Read only

0 Likes
586

Resolved