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
performance tuning concepts
What are extracts?
How do you activate a function exit?
What are the update types possible?
Explain the differences between se01, se09 and se10?
Differentiate between static and dynamic step loops?
What is read line in abap?
What is the advantage of structures?
What is locking ?
What is a report?
What is the difference between abap and hr abap? : abap hr
What is the difference between synchronous and asynchronous update? : abap bdc
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
How to display if the value entered contains records or not?
What is a table pool? : abap data dictionary