Sending Smartforms by Email
Sending Smartforms by Email
com/saphelp_nw2004s/helpdata/en/a5/28d3b9d26211d4b646006094192fe3/
frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/01/37ef3aabdfb20de10000000a11402f/fr
ameset.htm
In RLE_DELNOTE we look for entry routine which ultimately prints or sends the form
Before getting smartform function module name and calling it, interface values are selected in
GET_DATA form and parameters are prepared in: SET_PRINT_PARAM
Data for interface of smarform is prepared in: WFMC_PREPARE_SMART_FORM
Finally recipients are filled in CONVERT_COMM_DATA.
Here we can see lvs_comm_values is an structure so only one smtp address is added to
smartform parameters.
Lv_comm_values type definition: