<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SMARTFORMS sender address without OBJKEY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-sender-address-without-objkey/m-p/12579904#M2009248</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
  &lt;P&gt;we are using a Smartform which has a MAIL_SENDER and MAIL_RECIPIENT parameter, to which an OBJKEY is passed.&lt;/P&gt;
  &lt;P&gt;The new requirement is so set the sender address to a specific email address which does not exist as an OBJKEY.&lt;/P&gt;
  &lt;P&gt;Unfortunately i have not found where the MAIL_SENDER parameter is evaluated. Can anybody tell me that so i can add logic to evaluate the email address without the OBJKEY?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2022 08:30:21 GMT</pubDate>
    <dc:creator>Kevin_Holtkamp</dc:creator>
    <dc:date>2022-07-26T08:30:21Z</dc:date>
    <item>
      <title>SMARTFORMS sender address without OBJKEY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-sender-address-without-objkey/m-p/12579904#M2009248</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
  &lt;P&gt;we are using a Smartform which has a MAIL_SENDER and MAIL_RECIPIENT parameter, to which an OBJKEY is passed.&lt;/P&gt;
  &lt;P&gt;The new requirement is so set the sender address to a specific email address which does not exist as an OBJKEY.&lt;/P&gt;
  &lt;P&gt;Unfortunately i have not found where the MAIL_SENDER parameter is evaluated. Can anybody tell me that so i can add logic to evaluate the email address without the OBJKEY?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 08:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-sender-address-without-objkey/m-p/12579904#M2009248</guid>
      <dc:creator>Kevin_Holtkamp</dc:creator>
      <dc:date>2022-07-26T08:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS sender address without OBJKEY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-sender-address-without-objkey/m-p/12579905#M2009249</link>
      <description>&lt;P&gt;You can try use function module CREATE_RECIPIENT_OBJ_PPF. Enter e-mail address and you will get SWOTOBJID which you can use when calling Smartform.&lt;/P&gt;&lt;P&gt;According to SAP Note &lt;STRONG&gt;3009695&lt;/STRONG&gt; (How-to define a default sender address when using Smartforms) it can be also used for senders. Not only for recipients.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 10:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-sender-address-without-objkey/m-p/12579905#M2009249</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2022-07-26T10:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS sender address without OBJKEY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-sender-address-without-objkey/m-p/12579906#M2009250</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;You can get the details in following way.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT SINGLE owner
FROM scappt
INTO la_owner
WHERE objkey = &amp;lt;objkey&amp;gt;.

IF sy-subrc EQ 0.
  CALL FUNCTION 'LWE_GET_EMAIL'
  EXPORTING
  username = la_owner
  IMPORTING
  email_address = la_mail.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You may customize according to your need.  Generally the email is is picked from the email maintained in SU01. (for the owner / user id )&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 10:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-sender-address-without-objkey/m-p/12579906#M2009250</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2022-07-26T10:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS sender address without OBJKEY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-sender-address-without-objkey/m-p/12579907#M2009251</link>
      <description>&lt;P&gt;You may search the forum/SAP Web site with your favorite Web search engine. I see many answers for search below. Based on the results, if it still doesn't solve, you may anyway refine your query/provide more information. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"SMART FORM" "MAIL_SENDER" site:sap.com&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Jul 2022 17:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-sender-address-without-objkey/m-p/12579907#M2009251</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-07-26T17:47:32Z</dc:date>
    </item>
  </channel>
</rss>

