<?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: Customer fields for BAPI BAPI_QNOTIFICAT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570839#M1938051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG&gt;&lt;EM&gt;Emmanuel&lt;/EM&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;In fact your question perhaps needs rephrasing.&lt;/P&gt;&lt;UL&gt;&lt;LI style="text-align: justify;"&gt;&lt;STRONG&gt;You can not create Custom fields through any FMs like already discussed.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;You can query for updating already configured &lt;A href="https://scn.sap.com/docs/DOC-54463"&gt;Custom fields of a Notification,&amp;nbsp; &lt;/A&gt;while creating one.&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;In such case, you need to use user-exit &lt;EM&gt;QQMA0014&lt;/EM&gt; using the export structure (of-course giving your logic).&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;This updates the custom fields with values as per logic given in this exit while creating Notifcation through any such FM.&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;If this is not suitable, then you have to go for &lt;EM&gt;Batch input lines&lt;/EM&gt; with &lt;EM&gt;CALL TRANSACTION 'IW21'., &lt;/EM&gt;in place of FM to create a Notification alongwith the values to the custom fields.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 14.0pt; font-family: Mistral; color: #548235;"&gt;KJogeswaraRao&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 04:03:51 GMT</pubDate>
    <dc:creator>jogeswararao_kavala</dc:creator>
    <dc:date>2016-03-31T04:03:51Z</dc:date>
    <item>
      <title>Customer fields for BAPI BAPI_QNOTIFICAT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570834#M1938046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add customer fields when creating notification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from BAPI BAPI_QNOTIFICATION_CREATE - there is no Extention for this BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and SAP recomndation is to use user exit, however I cant find any user exit, any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Emmanuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 13:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570834#M1938046</guid>
      <dc:creator>manou</dc:creator>
      <dc:date>2016-03-30T13:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Customer fields for BAPI BAPI_QNOTIFICAT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570835#M1938047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the exit FM of function group XQQM "Customer Exits QM/PM Notifications" and find SMOD enhancement thru F4 like QQMA0001 or similar (Also look at other kind of Enhancement in package QQM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 13:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570835#M1938047</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-03-30T13:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Customer fields for BAPI BAPI_QNOTIFICAT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570836#M1938048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer, however this is only for screen exit and not for the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Emmanuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 13:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570836#M1938048</guid>
      <dc:creator>manou</dc:creator>
      <dc:date>2016-03-30T13:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Customer fields for BAPI BAPI_QNOTIFICAT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570837#M1938049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but did you look&amp;nbsp; to other available exits?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 14:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570837#M1938049</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-03-30T14:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Customer fields for BAPI BAPI_QNOTIFICAT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570838#M1938050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank again, I did checked all the exits, no one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can be used, however I asked a friend and he told me to use BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ALM_NOTIF_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 18:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570838#M1938050</guid>
      <dc:creator>manou</dc:creator>
      <dc:date>2016-03-30T18:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Customer fields for BAPI BAPI_QNOTIFICAT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570839#M1938051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG&gt;&lt;EM&gt;Emmanuel&lt;/EM&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;In fact your question perhaps needs rephrasing.&lt;/P&gt;&lt;UL&gt;&lt;LI style="text-align: justify;"&gt;&lt;STRONG&gt;You can not create Custom fields through any FMs like already discussed.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;You can query for updating already configured &lt;A href="https://scn.sap.com/docs/DOC-54463"&gt;Custom fields of a Notification,&amp;nbsp; &lt;/A&gt;while creating one.&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;In such case, you need to use user-exit &lt;EM&gt;QQMA0014&lt;/EM&gt; using the export structure (of-course giving your logic).&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;This updates the custom fields with values as per logic given in this exit while creating Notifcation through any such FM.&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;If this is not suitable, then you have to go for &lt;EM&gt;Batch input lines&lt;/EM&gt; with &lt;EM&gt;CALL TRANSACTION 'IW21'., &lt;/EM&gt;in place of FM to create a Notification alongwith the values to the custom fields.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 14.0pt; font-family: Mistral; color: #548235;"&gt;KJogeswaraRao&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 04:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570839#M1938051</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2016-03-31T04:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Customer fields for BAPI BAPI_QNOTIFICAT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570840#M1938052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This BAPI is for another type of notification, which kind of notification do you actually want to change (or which transaction)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try EXIT_SAPMIWO0_020, export some data to memory and import it in this Customer Exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 06:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570840#M1938052</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-03-31T06:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Customer fields for BAPI BAPI_QNOTIFICAT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570841#M1938053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/people/jogeswararao.kavala"&gt;Jogeswara Rao&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt; already indicated this exit (Enhancement QQMA0014 = Exit EXIT_SAPMIWO0_020) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Raymond&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 06:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570841#M1938053</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-03-31T06:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Customer fields for BAPI BAPI_QNOTIFICAT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570842#M1938054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply, I used 3 functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. BAPI_QUALNOT_CREATE.&lt;/P&gt;&lt;P&gt;2. BAPI_QUALNOT_SAVE.&lt;/P&gt;&lt;P&gt;3. BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also implemented the BADI NOTIF_EVENT_SAVE&lt;/P&gt;&lt;P&gt;in order to pass the Z fields added to QMEL table&lt;/P&gt;&lt;P&gt;using EXPORT to memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for all you reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 05:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-fields-for-bapi-bapi-qnotificat-create/m-p/11570842#M1938054</guid>
      <dc:creator>manou</dc:creator>
      <dc:date>2016-04-18T05:16:16Z</dc:date>
    </item>
  </channel>
</rss>

