<?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 Re: How to access linked objects in SCASE TCode through code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-linked-objects-in-scase-tcode-through-code/m-p/673147#M29670</link>
    <description>&lt;P&gt;You are most welcome. and Ritam.&lt;/P&gt;&lt;P&gt; I've some queries regarding the case management. if possible could you pls share your linkedin or mail id to me at &lt;A href="https://messages.sap.com" target="test_blank"&gt;https://messages.sap.com&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
    <pubDate>Wed, 12 Dec 2018 11:24:21 GMT</pubDate>
    <dc:creator>maheshpalavalli</dc:creator>
    <dc:date>2018-12-12T11:24:21Z</dc:date>
    <item>
      <title>How to access linked objects in SCASE TCode through code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-linked-objects-in-scase-tcode-through-code/m-p/673144#M29667</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
  &lt;P&gt;I have a requirement where I need to check whether there is any linked objects present in a created case in SCASE. Is there any function that will give me the answer to this? I only need this for Linked Objects and not notes. Please help.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Ritam&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 14:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-linked-objects-in-scase-tcode-through-code/m-p/673144#M29667</guid>
      <dc:creator>former_member604288</dc:creator>
      <dc:date>2018-12-10T14:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to access linked objects in SCASE TCode through code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-linked-objects-in-scase-tcode-through-code/m-p/673145#M29668</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.sap.com/users/451187/ritam1988.html"&gt;Ritam Banerjee&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;first you need to get the case instance, get the backend record model and then get all the elements:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL METHOD cl_scmg_case_api=&amp;gt;if_scmg_case_api~open_case

    EXPORTING

      im_case_guid      = iv_case_guid

      im_enqueue        = ' '

    RECEIVING

      re_case           = lo_case_api

    EXCEPTIONS

      failed            = 1

      enqueue_failed    = 2

      invalid_guid      = 3

      cx_srm_gsp_back   = 4

      no_authority      = 5

      illegal_case_type = 6

      OTHERS            = 7.




  CALL METHOD lo_case_api-&amp;gt;get_backend_record

    RECEIVING

      re_record_backend = lo_record_backend

    EXCEPTIONS

      OTHERS            = 1.




      CALL METHOD lo_record_backend-&amp;gt;element_get_by_type

        EXPORTING

          type        = 'INSTANCE'

        RECEIVING

          element_tab = lt_case_elements.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 09:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-linked-objects-in-scase-tcode-through-code/m-p/673145#M29668</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2018-12-11T09:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to access linked objects in SCASE TCode through code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-linked-objects-in-scase-tcode-through-code/m-p/673146#M29669</link>
      <description>&lt;P&gt;Thanks Mahesh. That solved my problem.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 10:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-linked-objects-in-scase-tcode-through-code/m-p/673146#M29669</guid>
      <dc:creator>former_member604288</dc:creator>
      <dc:date>2018-12-12T10:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to access linked objects in SCASE TCode through code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-linked-objects-in-scase-tcode-through-code/m-p/673147#M29670</link>
      <description>&lt;P&gt;You are most welcome. and Ritam.&lt;/P&gt;&lt;P&gt; I've some queries regarding the case management. if possible could you pls share your linkedin or mail id to me at &lt;A href="https://messages.sap.com" target="test_blank"&gt;https://messages.sap.com&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 11:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-linked-objects-in-scase-tcode-through-code/m-p/673147#M29670</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2018-12-12T11:24:21Z</dc:date>
    </item>
  </channel>
</rss>

