Hi there,
We're trying to figure out how to attach SAP spool output to an email.
The spool is attached and can be seen in the sap gui with these parms included in the ESP job definition:
RECIPIENTTYPE SU
SPOOLRECIPIENT mysapuserid
With the following parms, the email is sent/received, but the spool didn't attach:
RECIPIENTTYPE INT
SPOOLRECIPIENT myoutlookaddr
These were also tried and unsuccessful:
RECIPIENTTYPE MAIL
SAPEMAILADDR myoutlookaddr
The msg in the body of the email says, [This step did not produce any output]
Am I missing a parm on the esp workflow job definition side?
Is something missing in the abap that the output wasn't passed as the last step,
or would this be something on the sap-side preventing the spool from being attached to an email?
Thanks for your suggestions, Loraine