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

How to Save & retrieve extract

Former Member
0 Likes
448

Hi,

Can any one please help me on this

i need to save the data from a report of 1500 to 2000 employees with 20 fields for a particular month

i need this same data for calc. in next month also.

can any one suggest how to do this Extract & load ...

Hi,

Can any one please help me on this

i need to save the data from a report of 1500 to 2000 employees with 20 fields for a particular month

i need this same data for calc. in next month also.

can any one suggest how to do this Extract & load ...

1 REPLY 1
Read only

Former Member
0 Likes
375

Hi,

I assume a standard report.

Call the report with your own Program:

SUBMIT 'report' ..... EXPORTING LIST TO MEMORY AND RETURN.

Use FMs of group SLST e.g. 'LIST FROM MEMORY' to retrieve and store info with your own calling prog.

Godd luck

Jo