<?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: Delinking notification from a work order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delinking-notification-from-a-work-order/m-p/7954967#M1602203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried creating a BDC seesion for the same. I first went to the header notification and pressed the icon to delink the notification. Then in the object list tab, I deleted the notifications one by one by selecting the notifs and pressing the delete button. This was the code that got generated:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOIH' '0101'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'CAUFVD-AUFNR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-AUFNR'&lt;/P&gt;&lt;P&gt;                              p_order-aufnr.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOIH' '3000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=IHDL'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-KTEXT'&lt;/P&gt;&lt;P&gt;                              p_order-ktext.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'CAUFVD-QMNUM'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-INGPR'&lt;/P&gt;&lt;P&gt;                              p_order-ingpr.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-VAPLZ'&lt;/P&gt;&lt;P&gt;                              p_order-vaplz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-VAWRK'&lt;/P&gt;&lt;P&gt;                              p_order-vawrk.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-ILART'&lt;/P&gt;&lt;P&gt;                              p_order-ilart.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GSTRP'&lt;/P&gt;&lt;P&gt;                              p_order-gstrp.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-PRIOK'&lt;/P&gt;&lt;P&gt;                              p_order-priok.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GLTRP'&lt;/P&gt;&lt;P&gt;                              p_order-gltrp.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-TPLNR'&lt;/P&gt;&lt;P&gt;                              p_order-tplnr.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOIH' '3000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=IOLU'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'CAUFVD-KTEXT'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-KTEXT'&lt;/P&gt;&lt;P&gt;                              p_order-ktext.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-INGPR'&lt;/P&gt;&lt;P&gt;                              p_order-ingpr.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-VAPLZ'&lt;/P&gt;&lt;P&gt;                              p_order-vaplz.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-VAWRK'&lt;/P&gt;&lt;P&gt;                              p_order-vawrk.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-ILART'&lt;/P&gt;&lt;P&gt;                              p_order-ilart.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GSTRP'&lt;/P&gt;&lt;P&gt;                              p_order-gstrp.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-PRIOK'&lt;/P&gt;&lt;P&gt;                              p_order-priok.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GLTRP'&lt;/P&gt;&lt;P&gt;                              p_order-gltrp.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-TPLNR'&lt;/P&gt;&lt;P&gt;                              p_order-tplnr.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOIH' '3000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=DELE'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-KTEXT'&lt;/P&gt;&lt;P&gt;                              p_order-ktext.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RIWOL-BEARB(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RIWOL0-SELEC(01)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLSPO1' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=YES'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOIH' '3000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BU'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'CAUFVD-KTEXT'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-KTEXT'&lt;/P&gt;&lt;P&gt;                              p_order-ktext.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RIWOL-BEARB(01)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'IW32' USING BDCDATA&lt;/P&gt;&lt;P&gt;                     MODE   'N'&lt;/P&gt;&lt;P&gt;                     UPDATE 'L'&lt;/P&gt;&lt;P&gt;                     MESSAGES INTO MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But somehow this is not working. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2011 12:56:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-07T12:56:31Z</dc:date>
    <item>
      <title>Delinking notification from a work order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delinking-notification-from-a-work-order/m-p/7954966#M1602202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell me if we have any function module to delink a notification from a work order. As we know that a work order can be linked to multiple notification numbers, I have a requirement wherein, I need to delink all the notifications linked to a particular work order. Can anybody tell me how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 12:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delinking-notification-from-a-work-order/m-p/7954966#M1602202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-07T12:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Delinking notification from a work order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delinking-notification-from-a-work-order/m-p/7954967#M1602203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried creating a BDC seesion for the same. I first went to the header notification and pressed the icon to delink the notification. Then in the object list tab, I deleted the notifications one by one by selecting the notifs and pressing the delete button. This was the code that got generated:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOIH' '0101'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'CAUFVD-AUFNR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-AUFNR'&lt;/P&gt;&lt;P&gt;                              p_order-aufnr.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOIH' '3000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=IHDL'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-KTEXT'&lt;/P&gt;&lt;P&gt;                              p_order-ktext.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'CAUFVD-QMNUM'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-INGPR'&lt;/P&gt;&lt;P&gt;                              p_order-ingpr.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-VAPLZ'&lt;/P&gt;&lt;P&gt;                              p_order-vaplz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-VAWRK'&lt;/P&gt;&lt;P&gt;                              p_order-vawrk.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-ILART'&lt;/P&gt;&lt;P&gt;                              p_order-ilart.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GSTRP'&lt;/P&gt;&lt;P&gt;                              p_order-gstrp.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-PRIOK'&lt;/P&gt;&lt;P&gt;                              p_order-priok.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GLTRP'&lt;/P&gt;&lt;P&gt;                              p_order-gltrp.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-TPLNR'&lt;/P&gt;&lt;P&gt;                              p_order-tplnr.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOIH' '3000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=IOLU'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'CAUFVD-KTEXT'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-KTEXT'&lt;/P&gt;&lt;P&gt;                              p_order-ktext.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-INGPR'&lt;/P&gt;&lt;P&gt;                              p_order-ingpr.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-VAPLZ'&lt;/P&gt;&lt;P&gt;                              p_order-vaplz.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-VAWRK'&lt;/P&gt;&lt;P&gt;                              p_order-vawrk.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-ILART'&lt;/P&gt;&lt;P&gt;                              p_order-ilart.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GSTRP'&lt;/P&gt;&lt;P&gt;                              p_order-gstrp.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-PRIOK'&lt;/P&gt;&lt;P&gt;                              p_order-priok.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GLTRP'&lt;/P&gt;&lt;P&gt;                              p_order-gltrp.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-TPLNR'&lt;/P&gt;&lt;P&gt;                              p_order-tplnr.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOIH' '3000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=DELE'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-KTEXT'&lt;/P&gt;&lt;P&gt;                              p_order-ktext.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RIWOL-BEARB(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RIWOL0-SELEC(01)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLSPO1' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=YES'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOIH' '3000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BU'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'CAUFVD-KTEXT'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-KTEXT'&lt;/P&gt;&lt;P&gt;                              p_order-ktext.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RIWOL-BEARB(01)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'IW32' USING BDCDATA&lt;/P&gt;&lt;P&gt;                     MODE   'N'&lt;/P&gt;&lt;P&gt;                     UPDATE 'L'&lt;/P&gt;&lt;P&gt;                     MESSAGES INTO MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But somehow this is not working. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 12:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delinking-notification-from-a-work-order/m-p/7954967#M1602203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-07T12:56:31Z</dc:date>
    </item>
  </channel>
</rss>

