Answer Posted / sravan
There are several ways to do this.
Best and most practiced way is convert script to PDF and
send this PDF as attachment in mail.We use
"CONVERT_OTF_2_PDF" function module to convert script to PDF.
We can also use "CONVERT_OTFSPOOLJOB_2_PDF" function module
to do this. In 4.7 version of SAP, we can use standard
program RSTXPDF2T to serve this purpose.
After converting script to PDF, we use
"SO_DOCUMENT_SEND_API" to send this PDF as attachment to mail.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Normally how many and what files get created when a transaction program is written?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
How do you populate data into a multiple line field?
what is the process of creating quotation using BAPIs.
Explain what is the significance of hide?
What is meant by a schema? : sap abap hr
performance tuning concepts
What are the modes in which any update tasks work?
What is the major difference between pool tables and transparent tables?
What are table clusters?
what precautions or prerequisites do you follow to update a record into database table and how
Have you printed any report?
Differentiate between transparent tables, cluster tables and pooled tables
Where the payroll results are stored
Module Pool Programming: Events and Table Control handling.