Application Development 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: 

Archive enabling an ABAP report

Former Member
0 Kudos

Hi,

I have an abap report which extracts relevant data from FI documents.

I need to make that program archive enabled. I came to know that there are function modules for doing this. Can anyone help me out in getting those function modules which can make the program archive enabled?

If this is not the way, please let me know how I can do it.

Thanks and regards,

Lakshmi Reghuvaran

2 REPLIES 2

andreas_mann3
Active Contributor
0 Kudos

Hi,

If you want to archive the report list use background print-parameters -

Archiving mode = print and archive

A.

Former Member
0 Kudos

Try out the function module

/SAPCND/ARCHIVE_PUT_RECORDS

do reward if it helps