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: 

Archiving Sapconnect messages

Former Member
0 Kudos

Hi everybody,

I have a requirement to archive all the old messages/outputs sent to outside world through SAPCONNECT. After archiving, all the outputs must be deleted to generate space as it is running out of space fast. The archiving tool is Mobius, a third party tool. For archiving using this tool all we need is to send the message to spool using a predefined printer which will then send the output to Mobius. Hence ABAP requirement will be to send these outputs to spool and then delete the output.

Hence does anybody know of any standard program in SAP or a custom program, which will identify old outputs in SAPCONNECT based on User and Date selection and resend the outputs to spool and then delete the output?

Any help will be highly appreciated and rewarded properly.

cheers,

Ramesh Kodela.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ramesh...I dont know abt report that send output to spool...but there is a reorganize pgm which deletes messages created thro SAPCONNECT.Check RSSORE00 ...and dependent reports like RSSODLWF..

Thanks,

Priya.

5 REPLIES 5

Former Member
0 Kudos

Hi Ramesh...I dont know abt report that send output to spool...but there is a reorganize pgm which deletes messages created thro SAPCONNECT.Check RSSORE00 ...and dependent reports like RSSODLWF..

Thanks,

Priya.

0 Kudos

thanx Priya,

I will see if I can leverage any logic from these programs, next time I go to that client.

cheers,

Ramesh.

Former Member
0 Kudos

the above programs were not of much use.

has any archiving expert got any suggestions?

any help will be highly appreciated as the data has grown to huge size and its becoming an urgent issue to look at.

My main problem is how to read a particular selection of sapconnect messages like date-based or user-based selection to chose messages. If I can get message into program memory by using above selection, the rest of the process of processing the messages(like separating the attachment and sending it for archiving) is already working.

thanx in advance,

Ramesh.

Former Member
0 Kudos

in addition to above need to read the messages, I also need to delete the messages thus processed.

thanx again,

Ramesh.

0 Kudos

Hello Ramesh,

Please try using the following programs.

RSBCS_REORG

RSSOAPUT (This requires additional customizing pertinent to Optical Archiving)

RSSODELT (Execute carefully)

RSSODELA (Execute carefully)

RSSOEXDA (Deletion of expired ones)

I shall explore more on this. Hope this resolves your space constraint.

With Regards

VG