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

ABAP program/script

Former Member
0 Likes
541

Hi gurus,

im looking for a program which can be run as a background job, collect a information from ST22, SM21 and transactions like this, making a spool and send it to a person.

Does anyone know any program like this? I really want to see something like this!

Thank you

3 REPLIES 3
Read only

Former Member
0 Likes
491

Hi,

I don't think there is such program availble.

May be you can check if Alerts in SAP can help you. I am not very sure how they are set up and all other details.

Regards,

Atish

Read only

Former Member
0 Likes
491

A spool request contains which data is to be printed and how this data should be printed. A print request is the translation of a spool request into a language that the printer understands.

The spool work process processes the print data into a printable data stream. The printable data is transferred to an operating system spooler. This then forwards the data to the printer.

Read only

Former Member
0 Likes
491

Hi,

Check out this tables you get what do u want.

RDUMPOV Runtime error Overview

SNAT Abap/4 snapshots for runtime errors

SNAPT Abap runtime error texts

Reward points if it useful.