<?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 'invalid catalog entry' error when create shift note using FM COCF_SN_CREATE_PP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-catalog-entry-error-when-create-shift-note-using-fm-cocf-sn-create/m-p/12155748#M1977445</link>
    <description>&lt;P&gt;Dear All, &lt;BR /&gt; I am trying to create a shift note using the FM &lt;EM&gt;COCF_SN_CREATE_PP&lt;/EM&gt; but when I entered the category value I get error &lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;' invalid catalog entry ' &lt;/EM&gt;&lt;/STRONG&gt; how can I fix that error to create the note .&lt;BR /&gt;the image from the &lt;EM&gt;SE37&lt;/EM&gt; for testing the FM &lt;BR /&gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1810902-new4-copy.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 31 May 2020 08:33:19 GMT</pubDate>
    <dc:creator>Mahmoud-Farag</dc:creator>
    <dc:date>2020-05-31T08:33:19Z</dc:date>
    <item>
      <title>'invalid catalog entry' error when create shift note using FM COCF_SN_CREATE_PP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-catalog-entry-error-when-create-shift-note-using-fm-cocf-sn-create/m-p/12155748#M1977445</link>
      <description>&lt;P&gt;Dear All, &lt;BR /&gt; I am trying to create a shift note using the FM &lt;EM&gt;COCF_SN_CREATE_PP&lt;/EM&gt; but when I entered the category value I get error &lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;' invalid catalog entry ' &lt;/EM&gt;&lt;/STRONG&gt; how can I fix that error to create the note .&lt;BR /&gt;the image from the &lt;EM&gt;SE37&lt;/EM&gt; for testing the FM &lt;BR /&gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1810902-new4-copy.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 08:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-catalog-entry-error-when-create-shift-note-using-fm-cocf-sn-create/m-p/12155748#M1977445</guid>
      <dc:creator>Mahmoud-Farag</dc:creator>
      <dc:date>2020-05-31T08:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: 'invalid catalog entry' error when create shift note using FM COCF_SN_CREATE_PP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-catalog-entry-error-when-create-shift-note-using-fm-cocf-sn-create/m-p/12155749#M1977446</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;mahmoud_farag&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;I have never used Shift Notes but answering your question in the simplest possible way I would say that most probably value LOSS does not exist in table QPCD (QPCD-CODE).&lt;/P&gt;&lt;P&gt;You can debug method &lt;STRONG&gt;CHECK_INPUT_PARAMETER&lt;/STRONG&gt; of class &lt;STRONG&gt;CL_COCF_SN_API&lt;/STRONG&gt; to check what values are used in the WHERE clause.  &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1812681-tpg4v.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bartosz &lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 20:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-catalog-entry-error-when-create-shift-note-using-fm-cocf-sn-create/m-p/12155749#M1977446</guid>
      <dc:creator>ziolkowskib</dc:creator>
      <dc:date>2020-05-31T20:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: 'invalid catalog entry' error when create shift note using FM COCF_SN_CREATE_PP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-catalog-entry-error-when-create-shift-note-using-fm-cocf-sn-create/m-p/12155750#M1977447</link>
      <description>&lt;P&gt;First , thanks for your answer&lt;/P&gt;&lt;P&gt;but I create the shift note with the same values in SHN1 ,and it created normal if i entered a wrong value in category in FM i get error ' not exit value ' i want to create a shift note using FM ( &lt;STRONG&gt;&lt;EM&gt;COCF_SN_CREATE_PP&lt;/EM&gt;&lt;/STRONG&gt; ). but i got an error with the category .&lt;BR /&gt;can you try to create one in SE37 with &lt;EM&gt;COCF_SN_CREATE_PP&lt;/EM&gt;(just needed the work center , date and category ) maybe that error in my system only .&lt;BR /&gt;&lt;BR /&gt;thanks again .&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 21:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-catalog-entry-error-when-create-shift-note-using-fm-cocf-sn-create/m-p/12155750#M1977447</guid>
      <dc:creator>Mahmoud-Farag</dc:creator>
      <dc:date>2020-05-31T21:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: 'invalid catalog entry' error when create shift note using FM COCF_SN_CREATE_PP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-catalog-entry-error-when-create-shift-note-using-fm-cocf-sn-create/m-p/12155751#M1977448</link>
      <description>&lt;P&gt;hi all ,&lt;BR /&gt;I solved this problem finally , it was in the in the IMG activity .&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You have checked the following settings in Customizing for the Shift Note in the IMG activity &lt;Q&gt;Catalogs and Catalog Profiles for Notification Type&lt;/Q&gt; :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;For the desired &lt;Q&gt;notification type&lt;/Q&gt; , choose a &lt;Q&gt;catalog profile,&lt;/Q&gt; &lt;Q&gt;such as&lt;/Q&gt; &lt;Q&gt;000000001&lt;/Q&gt; &lt;Q&gt;general catalog profile&lt;/Q&gt; .&lt;/LI&gt;&lt;LI&gt;In the &lt;Q&gt;Coding&lt;/Q&gt; field, choose a &lt;Q&gt;catalog type&lt;/Q&gt; , such as &lt;Q&gt;9 defect types&lt;/Q&gt; .&lt;/LI&gt;&lt;/OL&gt;&lt;STRONG&gt;check the &lt;EM&gt;Prerequisites&lt;/EM&gt;: &lt;/STRONG&gt;&lt;A href="https://help.sap.com/erp_hcm_ias2_2015_02/helpdata/en/f9/d2b65334e6b54ce10000000a174cb4/content.htm?no_cache=true" target="test_blank"&gt;https://help.sap.com/erp_hcm_ias2_2015_02/helpdata/en/f9/d2b65334e6b54ce10000000a174cb4/content.htm?no_cache=true&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2020 16:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-catalog-entry-error-when-create-shift-note-using-fm-cocf-sn-create/m-p/12155751#M1977448</guid>
      <dc:creator>Mahmoud-Farag</dc:creator>
      <dc:date>2020-06-12T16:58:55Z</dc:date>
    </item>
  </channel>
</rss>

