<?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: Looking for a BAPI. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174080#M1517658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;try below code,&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PRODORDCONF_GETDETAIL' "Detailed Data for Production Order Confirmation&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    confirmation =              " bapi_pp_conf_key-conf_no  Confirmation&lt;/P&gt;&lt;P&gt;    confirmationcounter =       " bapi_pp_conf_key-conf_cnt  Confirmation counter&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    return =                    " bapiret1      Return parameter&lt;/P&gt;&lt;P&gt;    conf_detail =               " bapi_pp_confirm  Data from production order confirmation&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  goodsmovements =            " bapi2017_gm_item_show  Successfully booked goods movements&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  failedgmoves =              " bapi_coru_fgm  Incorrect or preselected goods movements&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    .  "  BAPI_PRODORDCONF_GETDETAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this method the data for a confirmation for a production order is provided in the ConfDetail parameter. It makes no difference whether the confirmation is entered as a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time ticket &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time event &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activity confirmation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order confirmation &lt;/P&gt;&lt;P&gt;Goods movements that are posted together with the confirmation, are also provided. Here the system differentiates between successfully posted goods movements in the Goodsmovements table and goods movements with errors in the Failedgmoves. The latter can be re-processed with the COGI transcation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2010 05:04:45 GMT</pubDate>
    <dc:creator>aakash_chalasani</dc:creator>
    <dc:date>2010-08-19T05:04:45Z</dc:date>
    <item>
      <title>Looking for a BAPI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174078#M1517656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This is my first post on this forum. Sorry if I post &lt;DEL&gt;tit&lt;/DEL&gt; it to a wrong one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know Production Order Confirmation number looking a BAPI to get all details like&lt;/P&gt;&lt;P&gt;Production order number, operation number, qty u2026 by passing only confirmation number.&lt;/P&gt;&lt;P&gt;I hope it exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use more descriptive subject lines from now on.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: accidental profanity corrected.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Aug 19, 2010 4:46 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 23:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174078#M1517656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T23:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a BAPI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174079#M1517657</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;probably you are looking for BAPI BAPI_PRODORDCONF_GETDETAIL. The easiest way how to find BAPI is to go to transaciton BAPI and see what's there. For example you can switch to tab "Alphabetical" and you can find business object ProdOrdConfirmation. This object has method GetDetail which is implemented by BAPI BAPI_PRODORDCONF_GETDETAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 01:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174079#M1517657</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-08-19T01:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a BAPI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174080#M1517658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;try below code,&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PRODORDCONF_GETDETAIL' "Detailed Data for Production Order Confirmation&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    confirmation =              " bapi_pp_conf_key-conf_no  Confirmation&lt;/P&gt;&lt;P&gt;    confirmationcounter =       " bapi_pp_conf_key-conf_cnt  Confirmation counter&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    return =                    " bapiret1      Return parameter&lt;/P&gt;&lt;P&gt;    conf_detail =               " bapi_pp_confirm  Data from production order confirmation&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  goodsmovements =            " bapi2017_gm_item_show  Successfully booked goods movements&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  failedgmoves =              " bapi_coru_fgm  Incorrect or preselected goods movements&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    .  "  BAPI_PRODORDCONF_GETDETAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this method the data for a confirmation for a production order is provided in the ConfDetail parameter. It makes no difference whether the confirmation is entered as a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time ticket &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time event &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activity confirmation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order confirmation &lt;/P&gt;&lt;P&gt;Goods movements that are posted together with the confirmation, are also provided. Here the system differentiates between successfully posted goods movements in the Goodsmovements table and goods movements with errors in the Failedgmoves. The latter can be re-processed with the COGI transcation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 05:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174080#M1517658</guid>
      <dc:creator>aakash_chalasani</dc:creator>
      <dc:date>2010-08-19T05:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a BAPI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174081#M1517659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the BAPI: BAPI_PRODORDCONF_GETDETAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'BAPI_PRODORDCONF_GETDETAIL' "Detailed Data for Production Order Confirmation
  EXPORTING
    confirmation =              " bapi_pp_conf_key-conf_no  Confirmation
    confirmationcounter =       " bapi_pp_conf_key-conf_cnt  Confirmation counter
  IMPORTING
    return =                    " bapiret1      Return parameter
    conf_detail =               " bapi_pp_confirm  Data from production order confirmation
* TABLES
*   goodsmovements =            " bapi2017_gm_item_show  Successfully booked goods movements
*   failedgmoves =              " bapi_coru_fgm  Incorrect or preselected goods movements
    .  "  BAPI_PRODORDCONF_GETDETAIL&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTIONALITY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this method the data for a confirmation for a production order is provided in the ConfDetail parameter. It makes no difference whether the confirmation is entered as a&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Time ticket&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Time event&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Activity confirmation&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Order confirmation&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goods movements that are posted together with the confirmation, are also provided. Here the system differentiates between successfully posted goods movements in the Goodsmovements table and goods movements with errors in the Failedgmoves. The latter can be re-processed with the COGI transcation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 05:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174081#M1517659</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2010-08-19T05:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a BAPI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174082#M1517660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;BAPI_PRODORDCONF_GETDETAIL required to pass two parameters:&lt;/P&gt;&lt;P&gt;confirmation number &lt;/P&gt;&lt;P&gt;counter&lt;/P&gt;&lt;P&gt;I don't know the counter number that why I got here for a help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 14:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174082#M1517660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T14:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a BAPI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174083#M1517661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As noted...look at Production Planning inside transaction BAPI.   You might benefit by calling &lt;STRONG&gt;BAPI_PRODORD_GET_DETAIL&lt;/STRONG&gt;  or &lt;STRONG&gt;BAPI_PRODORDCONF_GETLIST&lt;/STRONG&gt; first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 14:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174083#M1517661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T14:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a BAPI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174084#M1517662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BreakPoint,&lt;/P&gt;&lt;P&gt;You are right but for BAPI_PRODORDCONF_GETLIST required confirmation and counter number and for &lt;/P&gt;&lt;P&gt;BAPI_PRODORD_GET_DETAIL production order. &lt;/P&gt;&lt;P&gt;If you open TC CO11N&lt;/P&gt;&lt;P&gt;providing confirmation number you get all production order data. This is what I'm after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 14:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174084#M1517662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T14:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a BAPI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174085#M1517663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Moderator message: accidental profanity corrected.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Funny is all you have, Thomas !!! " Sorry ... Couldn't help it &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 15:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174085#M1517663</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-08-19T15:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a BAPI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174086#M1517664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Bapi_PRODORD_GET_DETAIL.  What verion of SAP is the bapi available?  I don't see in my 4.7 version. Can it be downloaded from SAP into Sap 4.7 version?  Thanks for input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 18:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-a-bapi/m-p/7174086#M1517664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-08T18:20:13Z</dc:date>
    </item>
  </channel>
</rss>

