December 2012
Intermediate to advanced
316 pages
6h 51m
English
In this recipe, we will see how we can create a small program that will run another ABAP program and will send the second program's output as an e-mail attachment in PDF form. The basic steps for creating the send request and defining the recipient will remain the same as mentioned in the previous recipes. This recipe will emphasize on the additional portion required in order to run the program, capture its output, and convert the output into PDF form. The second program (program to be called) is created first and we have named it ZST_6_CALLED_PROGRAM.
We will now list the steps needed:
SUBMIT statement that will call another program zst_6_called_program (which ...Read now
Unlock full access