<?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: Trigger Order Acknowledgement automatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069792#M1811847</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;In that case mark your output as "Trigger immediately" &amp;amp; on output message control attach requirement routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the requirement routine, you can check all line item of order have confirmed quantity. If yes tha trigger output &amp;amp; if no than don't attached message output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 21:54:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-26T21:54:42Z</dc:date>
    <item>
      <title>Trigger Order Acknowledgement automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069788#M1811843</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;We have a requirement wherein the sales order order acknowledgement is to be triggered when the line items in the sales order get confirmed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how can this be achieved; is there any BADI / user-exit which might help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario is that the user shall create a sales order, but on saving the order, the order acknowledgement should not be triggered. We have a batch job which updates the confirmed qty in the sales orders on a daily basis at night. Once the order gets a confirmed qty, the order acknoeldgement should be automatically triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide.&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, 26 Feb 2014 20:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069788#M1811843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-26T20:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Order Acknowledgement automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069789#M1811844</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;There is SAP std. message output type BA00 for "Sales Order confirmation" with condition record's dispatch mode set as '1'. You can use it for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After order confirmation job complete, you can setup job with RSNAST00 to triggered order confirmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NACE T-code for V1(sales) output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/398097" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dispatch time 'F4' help&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/398098" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RSNAST00 Program&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/398099" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 21:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069789#M1811844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-26T21:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Order Acknowledgement automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069790#M1811845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sameer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't want to trigger the Order Ack through batch job. The Order Ack should be trigerred whenever all the line items in the order have a confirmed quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the sales order is initially created, it does not have confirmed quantities in the schedule lines. Later, when the confirmed quantities are updated by another program, those orders for which all the line items have a confirmed qty, the order acknowledgement should be trigerred automatically for them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 21:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069790#M1811845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-26T21:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Order Acknowledgement automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069791#M1811846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sameer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't want to trigger the Order Ack through batch job. The Order Ack should be trigerred whenever all the line items in the order have a confirmed quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the sales order is initially created, it does not have confirmed quantities in the schedule lines. Later, when the confirmed quantities are updated by another program, those orders for which all the line items have a confirmed qty, the order acknowledgement should be trigerred automatically for them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 21:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069791#M1811846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-26T21:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Order Acknowledgement automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069792#M1811847</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;In that case mark your output as "Trigger immediately" &amp;amp; on output message control attach requirement routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the requirement routine, you can check all line item of order have confirmed quantity. If yes tha trigger output &amp;amp; if no than don't attached message output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 21:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069792#M1811847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-26T21:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Order Acknowledgement automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069793#M1811848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sameer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is almost what I am looking for. Please could you let me know the steps to configure these. I am new to SAP and don't know much about trigerring immediately and routines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 22:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069793#M1811848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-26T22:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Order Acknowledgement automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069794#M1811849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Message output configuration will be done by functional, but please ref. below link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/BPX/Automatic+Printing+of+a+Sales+Order+Document+immediately+after+saving+the+Application+in+VA01+transaction+using+NACE" title="http://wiki.scn.sap.com/wiki/display/BPX/Automatic+Printing+of+a+Sales+Order+Document+immediately+after+saving+the+Application+in+VA01+transaction+using+NACE"&gt;Automatic Printing of a Sales Order Document immediately after saving the Application in VA01 transaction using NACE - B…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For routine creation, see below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/Requirement+Routines+-+Output+Control" title="http://wiki.scn.sap.com/wiki/display/ABAP/Requirement+Routines+-+Output+Control"&gt;Requirement Routines - Output Control - ABAP Development - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 22:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069794#M1811849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-26T22:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Order Acknowledgement automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069795#M1811850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sameer; so my understanding is as below, please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;As per our requirement, the functional consultant will create a new output type and configure using the NACE transaction. So, whenever a particular type of sales order is created, the output type will be automatically attached to the sales order (in YELLOW status). But, because we'll have a routine created, the output type may not turn from YELLOW to GREEN.&lt;/LI&gt;&lt;LI&gt;I do not have access to tcode VOFM, so the functional person might create a new routine for me and then I can go to the routine and mention my code which shall prevent the order ack to be trigerred if the line items are not confirmed.&lt;/LI&gt;&lt;LI&gt;When my external custom program updates the confirmed quantities in the line items and the program saves the Sales Order, the newly created output type will automatically trigger (turn to GREEN).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please confirm the third point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 22:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069795#M1811850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-26T22:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Order Acknowledgement automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069796#M1811851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;Only one correction point 2 is part of technical setting. If you don't have authorization, please check with your manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 22:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069796#M1811851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-26T22:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Order Acknowledgement automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069797#M1811852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 22:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-order-acknowledgement-automatically/m-p/10069797#M1811852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-26T22:52:10Z</dc:date>
    </item>
  </channel>
</rss>

