<?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>Question Re: Exception in function module G_SET_TREE_IMPORT when executing KCH1 /KCH2 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaa-p/12712420#M4770435</link>
    <description>&lt;P&gt;Hi Sandra ,&lt;/P&gt;&lt;P&gt;Thanks for Quick response . PFB Exception details when exceuting KCH1 / KCH2/KCH3 :&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/2117555-screenshot-2022-12-04-205843.jpg" data-attachment="2117555"&gt;screenshot-2022-12-04-205843.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Exception in function module G_SET_TREE_IMPORT&lt;/P&gt;&lt;P&gt;Message no. OH000&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;Error when executing a function module.&lt;/P&gt;&lt;P&gt;Function module: G_SET_TREE_IMPORT&lt;/P&gt;&lt;P&gt;Exception number: 0&lt;/P&gt;&lt;P&gt;Program name: SAPLKKHI/SAPLKKHI&lt;/P&gt;&lt;P&gt;Message for the function module: GS/036/0106MG00MG///&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Consult SAP to analyze and clear the error.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/2117556-image.png" data-attachment="2117556"&gt;image.png&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 04 Dec 2022 15:31:09 GMT</pubDate>
    <dc:creator>former_member294530</dc:creator>
    <dc:date>2022-12-04T15:31:09Z</dc:date>
    <item>
      <title>Exception in function module G_SET_TREE_IMPORT when executing KCH1 /KCH2</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaq-p/12712418</link>
      <description>&lt;P&gt;Hi All &lt;/P&gt;
  &lt;P&gt;When executing T-Code KCH1 and KCH2 , I am getting the exception as below : &lt;/P&gt;
  &lt;P&gt;Details of the error message is shown below.&lt;/P&gt;
  &lt;P&gt;Exception in function module G_SET_TREE_IMPORT&lt;/P&gt;
  &lt;P&gt;Message no. OH000&lt;/P&gt;
  &lt;P&gt;Diagnosis&lt;/P&gt;
  &lt;P&gt;Error when executing a function module.&lt;BR /&gt;Function module: G_SET_TREE_IMPORT&lt;BR /&gt;Exception number: 0&lt;BR /&gt;Program name: SAPLKKHI/SAPLKKHI&lt;BR /&gt;Message for the function module: GS/036/01061000020403///&lt;/P&gt;
  &lt;P&gt;Procedure&lt;/P&gt;
  &lt;P&gt;Consult SAP to analyze and clear the error.&lt;/P&gt;
  &lt;P&gt;Please help to resolve the issue asap .&lt;/P&gt;
  &lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 14:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaq-p/12712418</guid>
      <dc:creator>former_member294530</dc:creator>
      <dc:date>2022-12-04T14:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in function module G_SET_TREE_IMPORT when executing KCH1 /KCH2</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaa-p/12712419#M4770434</link>
      <description>&lt;P&gt;Based on your answer that the "Exception number" is "0", it means that you didn't code correctly.&lt;/P&gt;&lt;P&gt;Exception number 0 is meaningless, what is important to know is the Exception NAME.&lt;/P&gt;&lt;P&gt;e.g. here an exception number between 1 and 5 means an exception between SET_NOT_FOUND and OTHERS (0 means no exception):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  CALL FUNCTION 'G_SET_TREE_IMPORT'
    EXPORTING
      setid                     = i_setid
    TABLES
      set_values                = lt_values
    EXCEPTIONS
      set_not_found             = 1
      illegal_field_replacement = 2
      illegal_table_replacement = 3
      set_is_damaged            = 4
      OTHERS                    = 5.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Rewrite your code and tell us what is the Exception NAME that you don't understand.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 15:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaa-p/12712419#M4770434</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-12-04T15:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in function module G_SET_TREE_IMPORT when executing KCH1 /KCH2</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaa-p/12712420#M4770435</link>
      <description>&lt;P&gt;Hi Sandra ,&lt;/P&gt;&lt;P&gt;Thanks for Quick response . PFB Exception details when exceuting KCH1 / KCH2/KCH3 :&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/2117555-screenshot-2022-12-04-205843.jpg" data-attachment="2117555"&gt;screenshot-2022-12-04-205843.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Exception in function module G_SET_TREE_IMPORT&lt;/P&gt;&lt;P&gt;Message no. OH000&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;Error when executing a function module.&lt;/P&gt;&lt;P&gt;Function module: G_SET_TREE_IMPORT&lt;/P&gt;&lt;P&gt;Exception number: 0&lt;/P&gt;&lt;P&gt;Program name: SAPLKKHI/SAPLKKHI&lt;/P&gt;&lt;P&gt;Message for the function module: GS/036/0106MG00MG///&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Consult SAP to analyze and clear the error.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/2117556-image.png" data-attachment="2117556"&gt;image.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 15:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaa-p/12712420#M4770435</guid>
      <dc:creator>former_member294530</dc:creator>
      <dc:date>2022-12-04T15:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in function module G_SET_TREE_IMPORT when executing KCH1 /KCH2</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaa-p/12712421#M4770436</link>
      <description>&lt;P&gt;Hi Sandra , &lt;/P&gt;&lt;P&gt;When we run T-Code KCH1/KCH2 , Executing this FM   CALL FUNCTION 'G_SET_TREE_IMPORT'&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    EXPORTING
      setid                     = i_setid
    TABLES
      set_values                = lt_values
    EXCEPTIONS
      set_not_found             = 1
      illegal_field_replacement = 2
      illegal_table_replacement = 3
      set_is_damaged            = 4
      OTHERS                    = 5.&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;Its throwing Exception 4 which is Set_is_damaged .&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 04 Dec 2022 15:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaa-p/12712421#M4770436</guid>
      <dc:creator>former_member294530</dc:creator>
      <dc:date>2022-12-04T15:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in function module G_SET_TREE_IMPORT when executing KCH1 /KCH2</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaa-p/12712422#M4770437</link>
      <description>&lt;P&gt;Hi   &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; , Kindly please help me to understand the Exception 4 which I am getting and it says 'The Set Hierarchy on the Database Is Faulty' .&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 16:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaa-p/12712422#M4770437</guid>
      <dc:creator>former_member294530</dc:creator>
      <dc:date>2022-12-04T16:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in function module G_SET_TREE_IMPORT when executing KCH1 /KCH2</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaa-p/12712423#M4770438</link>
      <description>&lt;P&gt;As I already said, there's no "exception number", so I guess you mean the exception &lt;STRONG&gt;SET_IS_DAMAGED&lt;/STRONG&gt;. I hope you understand.&lt;/P&gt;&lt;P&gt;A set can be damaged if one node contains itself for instance. You need to ask the functional team to check the set. To know the exact reason, you need to debug.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 16:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-function-module-g-set-tree-import-when-executing-kch1-kch2/qaa-p/12712423#M4770438</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-12-04T16:42:10Z</dc:date>
    </item>
  </channel>
</rss>

