how to send the form to mail?
Answer Posted / anu
To send forms as e-mails using SAP Smart Forms, you have to fill the e-mail parameters of the generated function module.
The parameters
MAIL_SENDER and MAIL_RECIPIENT to pass the sender and the recipient of the document. To fill these parameters, you have to create the respective BOR objects of object type RECIPIENT and fill their attributes.
The parameter
MAIL_APPL_OBJ, which you use to link the application object with the sent document. You have to create a BOR object for this parameter too.
To ensure that SAP Smart Forms evaluates the e-mail parameters, you have to set the
DEVICE parameter of the control structure to 'MAIL'.
Additional Features with DEVICE='MAIL'
Even though the parameters
MAIL_SENDER, MAIL_RECIPIENT, and MAIL_APPL_OBJ are primarily designed for sending e-mails, they also provide a general connection to the BCI. This means that you can use these parameters to address all the communication methods that the BCI supports.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can i have some Realtime Scenarios on Reports.
What are the advantages and disadvantages of ABAP query tool?
From excel to abap - is batch mode possible ? : abap bdc
How to find the return code of an stmt in abap programs?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is tcode se16? For what is it used.
What is native sql?
Events that can be used in both the classical and interactive reports
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
What are the client dependant objects in abap / sap?
What are the dynamic actions and how to configure it? : sap abap hr
What are the system fields?
How can we access the correction and transport system?
How are BAPI different from Normal function modules ?