<?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 What is the table name to extract email ID's using LOGSYS, OBJTYPE, OBJKEY fields in SAP? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-table-name-to-extract-email-id-s-using-logsys-objtype-objkey/m-p/12798057#M2024732</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
  &lt;P&gt;In my project we re using ECC and SCAPPT table doesnt have any entries, I need to get email IDs using below fields.&lt;/P&gt;
  &lt;P&gt;LOGSYS&lt;/P&gt;
  &lt;P&gt;OBJTYPE&lt;/P&gt;
  &lt;P&gt;OBJKEY&lt;/P&gt;
  &lt;P&gt;Please suggest me if any alternate tables are available where email ids can be extracted using above fileds.&lt;/P&gt;
  &lt;P&gt;Sender details are getting populated from below standard FM.&lt;BR /&gt;CALL FUNCTION 'WFMC_PREPARE_SMART_FORM'&lt;BR /&gt;EXPORTING&lt;BR /&gt;PI_NAST = NAST&lt;BR /&gt;PI_ADDR_KEY = IS_ADDR_KEY&lt;BR /&gt;PI_REPID = LF_REPID&lt;BR /&gt;IMPORTING&lt;BR /&gt;PE_RETURNCODE = CF_RETCODE&lt;BR /&gt;PE_ITCPO = LS_ITCPO&lt;BR /&gt;PE_DEVICE = LF_DEVICE&lt;BR /&gt;PE_RECIPIENT = CS_RECIPIENT&lt;BR /&gt;PE_SENDER = CS_SENDER.&lt;/P&gt;
  &lt;P&gt;And mail is getting triggered to only one email id which is available in delivery, I need to send mails to all mail ids which available in delivery.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2232885-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Dec 2023 14:27:41 GMT</pubDate>
    <dc:creator>Subbaka11</dc:creator>
    <dc:date>2023-12-15T14:27:41Z</dc:date>
    <item>
      <title>What is the table name to extract email ID's using LOGSYS, OBJTYPE, OBJKEY fields in SAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-table-name-to-extract-email-id-s-using-logsys-objtype-objkey/m-p/12798057#M2024732</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
  &lt;P&gt;In my project we re using ECC and SCAPPT table doesnt have any entries, I need to get email IDs using below fields.&lt;/P&gt;
  &lt;P&gt;LOGSYS&lt;/P&gt;
  &lt;P&gt;OBJTYPE&lt;/P&gt;
  &lt;P&gt;OBJKEY&lt;/P&gt;
  &lt;P&gt;Please suggest me if any alternate tables are available where email ids can be extracted using above fileds.&lt;/P&gt;
  &lt;P&gt;Sender details are getting populated from below standard FM.&lt;BR /&gt;CALL FUNCTION 'WFMC_PREPARE_SMART_FORM'&lt;BR /&gt;EXPORTING&lt;BR /&gt;PI_NAST = NAST&lt;BR /&gt;PI_ADDR_KEY = IS_ADDR_KEY&lt;BR /&gt;PI_REPID = LF_REPID&lt;BR /&gt;IMPORTING&lt;BR /&gt;PE_RETURNCODE = CF_RETCODE&lt;BR /&gt;PE_ITCPO = LS_ITCPO&lt;BR /&gt;PE_DEVICE = LF_DEVICE&lt;BR /&gt;PE_RECIPIENT = CS_RECIPIENT&lt;BR /&gt;PE_SENDER = CS_SENDER.&lt;/P&gt;
  &lt;P&gt;And mail is getting triggered to only one email id which is available in delivery, I need to send mails to all mail ids which available in delivery.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2232885-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 14:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-table-name-to-extract-email-id-s-using-logsys-objtype-objkey/m-p/12798057#M2024732</guid>
      <dc:creator>Subbaka11</dc:creator>
      <dc:date>2023-12-15T14:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is the table name to extract email ID's using LOGSYS, OBJTYPE, OBJKEY fields in SAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-table-name-to-extract-email-id-s-using-logsys-objtype-objkey/m-p/12798058#M2024733</link>
      <description>&lt;P&gt;No idea why you start your question by mentioning SCAPPT, but it would be more important to complete your question with the values you receive from parameter PE_RECIPIENT of (LOGSYS, OBJTYPE and OBJKEY), as you want to convert them into an email address.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2230941-image.png" /&gt;&lt;/P&gt;&lt;P&gt;The value of OBJTYPE corresponds to the object type in the transaction SWO1, and OBJKEY is the concatenation of its key fields e.g. if OBJTYPE = 'RECIPIENT', the key fields are:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2230942-image.png" /&gt;&lt;/P&gt;&lt;P&gt;i.e. code in the corresponding program RSSOOT04:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  BEGIN OF KEY,
      IDTYPE LIKE SOOS-RECTP,
      IDYEAR LIKE SOOS-RECYR,
      IDNUMBER LIKE SOOS-RECNO,
      SENDTYPE LIKE SOOS-SNDART,
      SEQUENCENUMBER LIKE SOES-LFDNR,
      EXTIDYEAR LIKE SOMG-OBJYR,
      EXTIDNUMBER LIKE SOMG-OBJNO,
  END OF KEY,&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Some fields from SOOS:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;RECTP	CHAR	3	Recipient type from ID
RECYR	CHAR	2	Recipient year from the ID
RECNO	CHAR	12	Recipient number from ID&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Dec 2023 19:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-table-name-to-extract-email-id-s-using-logsys-objtype-objkey/m-p/12798058#M2024733</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-12-15T19:33:39Z</dc:date>
    </item>
  </channel>
</rss>

