<?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: Maintenance Order Creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727295#M1109707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create notif and order separate, and using BAPI_ALM_NOTIF_DATA_ADD  to add order to notif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2008 16:41:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-12T16:41:34Z</dc:date>
    <item>
      <title>Maintenance Order Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727290#M1109702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to creata a Order against aNotification and trying to assign to the Notification.&lt;/P&gt;&lt;P&gt;There are below 2 approaches:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create the Order with BAPI&lt;/P&gt;&lt;P&gt;BAPI_ALM_ORDER_MAINTAIN&lt;/P&gt;&lt;P&gt;and then assign it to the notification with BAPI&lt;/P&gt;&lt;P&gt;ISU_SMNOTIF_ASSIGNTOORDER&lt;/P&gt;&lt;P&gt;Some values are not getting updated with this BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I have got another 2 FM's&lt;/P&gt;&lt;P&gt;DIWPS_NOTIF_CREATE_ORDERS&lt;/P&gt;&lt;P&gt;IWOL_IW28_CREATE_ORDER&lt;/P&gt;&lt;P&gt;but while running these 2 BAPI's the IW33 transaction for creating Maintenance Order screens are coming up, and we have to manually save the order then only the order no is getting generated.&lt;/P&gt;&lt;P&gt;Can anyone suggest me how to suppress those screens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling BAPI_TRANSACTION_COMMIT after calling the above BAPI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 13:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727290#M1109702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T13:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance Order Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727291#M1109703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have to fill the Methods paramters correctly. Refer to the funtion module documentation &lt;/P&gt;&lt;P&gt;METHOD Methods&lt;/P&gt;&lt;P&gt;The methods with which the data should be processed. The following functions exist:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CREATE&lt;/STRONG&gt; Create objects&lt;/P&gt;&lt;P&gt;CHANGE Change objects&lt;/P&gt;&lt;P&gt;DELETE Delete objects&lt;/P&gt;&lt;P&gt;RELEASE Release&lt;/P&gt;&lt;P&gt;TECHNICALCOMPLETE Technically complete&lt;/P&gt;&lt;P&gt;ATPCHECK Availability check&lt;/P&gt;&lt;P&gt;CALCULATE Calculate&lt;/P&gt;&lt;P&gt;SCHEDULE Schedule&lt;/P&gt;&lt;P&gt;DELELTEDSEX Delete the status for external scheduling at operation level&lt;/P&gt;&lt;P&gt;SAVE Save all data&lt;/P&gt;&lt;P&gt;DIALOG Call-up dialog. See explanation below.&lt;/P&gt;&lt;P&gt;TRACE Write trace file in the specified file to the frontend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are passing the CREATE for creating the order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 13:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727291#M1109703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T13:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance Order Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727292#M1109704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Advait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing the parameters properly as per the 1st approach.&lt;/P&gt;&lt;P&gt;Also I am passing the CREATE method, and the order is getting created properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am unable to see the Notification Number against the order in IW33 screen, whereas the Order Number is properly getting assigned to the Notification, I am able to see that in IW23 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if anybody has tried any BAPI that I have mentioned in the 2nd approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 16:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727292#M1109704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T16:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance Order Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727293#M1109705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use these bapis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ALM_NOTIF_CREATE - to create notification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ALM_NOTIF_SAVE - to save notification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 16:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727293#M1109705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T16:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance Order Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727294#M1109706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thaks Rodrigo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The BAPI's  you have mentioned are used for creating Notification and saving it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my requirement is to create a Maintenance Order(IW31) against a existing Notification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 16:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727294#M1109706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance Order Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727295#M1109707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create notif and order separate, and using BAPI_ALM_NOTIF_DATA_ADD  to add order to notif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 16:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-order-creation/m-p/4727295#M1109707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T16:41:34Z</dc:date>
    </item>
  </channel>
</rss>

