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
What are the internal tables and work area?
How to read files and process BDC's automatically ?
What are the events in ABAP language?
How the at-user command serves mainly in lists?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What is gui status? How to create /edit gui status?
What are the different types of view?
What is update task
What is view proxy in abap?
What are the problems in processing batch input sessions?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
dynamic programming in sap abap
Can a constructor be redefined?
What is the last entry in all bdc tables? : abap bdc
How do you do bdc for a table control? : abap bdc