<?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: BAPI_ALM_NOTIF_DATA_MODIFY not working. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-modify-not-working/m-p/11276342#M1915812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;EM&gt;BAPI_ALM_NOTIF_SAVE&lt;/EM&gt; and &lt;EM&gt;BAPI_TRANSACTION_COMMIT&lt;/EM&gt;&amp;nbsp; with &lt;EM&gt;BAPI_ALM_NOTIF_CREATE&lt;/EM&gt; also. Similarly &lt;EM&gt;BAPI_TRANSACTION_COMMIT&lt;/EM&gt; with &lt;EM&gt;BAPI_ALM_ORDER_MAINTAIN&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 15:18:42 GMT</pubDate>
    <dc:creator>jogeswararao_kavala</dc:creator>
    <dc:date>2015-08-24T15:18:42Z</dc:date>
    <item>
      <title>BAPI_ALM_NOTIF_DATA_MODIFY not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-modify-not-working/m-p/11276341#M1915811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a typical problem occurring in the system. Let me explain to you my development details and the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating notification through BAPI : BAPI_ALM_NOTIF_CREATE&amp;nbsp; and then Work Order linked to that notification with BAPI :&lt;/P&gt;&lt;P&gt;BAPI_ALM_ORDER_MAINTAIN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now after this i need to edit Zfield ( Customer Field ) in notification through FM which i am doing by enhancing structure BAPI_TE_QMEL and&lt;/P&gt;&lt;P&gt;calling the following BAPI in a sequence--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ALM_NOTIF_DATA_MODIFY&amp;nbsp;&amp;nbsp; ( By populating Extensionin&amp;nbsp; Table only )&lt;/P&gt;&lt;P&gt;BAPI_ALM_NOTIF_SAVE&amp;nbsp; ( By passing Notif Number )&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when i execute the for a set of data i.e create notification&amp;nbsp; &amp;amp; work order and then modify the notification it does not work while&lt;/P&gt;&lt;P&gt;when i execute just to update the notification it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please provide me any help in this Regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Navin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 13:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-modify-not-working/m-p/11276341#M1915811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-24T13:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_DATA_MODIFY not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-modify-not-working/m-p/11276342#M1915812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;EM&gt;BAPI_ALM_NOTIF_SAVE&lt;/EM&gt; and &lt;EM&gt;BAPI_TRANSACTION_COMMIT&lt;/EM&gt;&amp;nbsp; with &lt;EM&gt;BAPI_ALM_NOTIF_CREATE&lt;/EM&gt; also. Similarly &lt;EM&gt;BAPI_TRANSACTION_COMMIT&lt;/EM&gt; with &lt;EM&gt;BAPI_ALM_ORDER_MAINTAIN&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 15:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-modify-not-working/m-p/11276342#M1915812</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2015-08-24T15:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_DATA_MODIFY not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-modify-not-working/m-p/11276343#M1915813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jogeswara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs.&lt;/P&gt;&lt;P&gt;I managed to update the custom field with BAPI_ALM_NOTIF_CREATE since some buffer tables internally were not allowing to update through BAPI_ALM_NOTIF_DATA_MODIFY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your timely help sir.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 15:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-modify-not-working/m-p/11276343#M1915813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-31T15:05:09Z</dc:date>
    </item>
  </channel>
</rss>

