<?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 for vl02n about post goods issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568358#M1270283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you! i check it,it's no need for me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 03:33:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-20T03:33:51Z</dc:date>
    <item>
      <title>bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568356#M1270281</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;i want to get this bapi for vl02n --&amp;gt; post goods issue (button) !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 02:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568356#M1270281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T02:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568357#M1270282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should use BAPI_GOODSMVT_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 02:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568357#M1270282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T02:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568358#M1270283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you! i check it,it's no need for me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 03:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568358#M1270283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T03:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568359#M1270284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this one BAPI_OUTB_DELIVERY_CONFIRM_DEC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568359#M1270284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568360#M1270285</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;use the following steps to find a BAPI for any transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Open transaction SE24.&lt;/P&gt;&lt;P&gt;2.Now open the object CL_EXITHANDLER in display mode.&lt;/P&gt;&lt;P&gt;3.Go to the method tab and double click on the method GET_INSTANCE.&lt;/P&gt;&lt;P&gt;4.Put a break point on cl_exithandler=&amp;gt;get_class_name_by_interface.&lt;/P&gt;&lt;P&gt;5.Now execute the transaction you want to find BAPI for, it will take you to the above method.&lt;/P&gt;&lt;P&gt;6.Write EXIT_HANDLER in fieldnames and hit enter, it will tell you the BAPI used for your transaction.&lt;/P&gt;&lt;P&gt;7.Hit F8 and it will tell you all the BAPIu2019s for your transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/sapna.modi/blog/2006/04/18/ecatt-chaining-parameterization-creation-of-test-datatest-configuration-system-data-part-iv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568360#M1270285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568361#M1270286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check out this 'BAPI_OUTB_DELIVERY_CHANGE'&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568361#M1270286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568362#M1270287</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;BAPI_OUTB_DELIVERY_CREATE_STO :     Generates Delivery for Stock Transport Order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OUTB_DELIVERY_CHANGE          :           Delivery BAPIs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anusha V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 05:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568362#M1270287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T05:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568363#M1270288</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;&lt;/P&gt;&lt;P&gt;Check these BAPI's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BAPI_OUTB_DELIVERY_CHANGE'&lt;/P&gt;&lt;P&gt;BAPI_GOODSMVT_CREATE           Post goods movements with MB_CREATE_GOODS_MOVEMENT&lt;/P&gt;&lt;P&gt;BAPI_GOODSMVT_GETDETAIL        Display Details for Material Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi CH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jyothi Chinnabathuni on May 20, 2009 11:20 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jyothi Chinnabathuni on May 20, 2009 11:21 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 05:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568363#M1270288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T05:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568364#M1270289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;try Badi :LE_SHP_GOODSMOVEMENT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Follow the below steps to get all badi's for transaction Vl02n:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the transaction SE24. Under object type put the class name u2018CL_EXITHANDLERu2019. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under this class u2018CL_EXITHANDLERu2019 select the method u2018GET_INSTANCEu2019 and double click. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the method u2018GET_INSTANCEu2019 put break point on a function module called &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2018CALL METHOD CL_EXITHANDLER=&amp;gt;GET_CLASS_NAME_BY_INTERFACEu2019  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then according to the requirement run the transaction. In this example transaction code is VL02N. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the transaction VL02N. As in 1st step we have putted a break point, that function module will give all BADI used by the transaction in each screen and activity on the application (VL02N).  Press post good button on vl02n&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the parameter EXIT_NAME this debugger screen will give all BADI name for each screen.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each time press F8, you will get all BADI used for the screen. After that system will go for next screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Badi's u'll get are&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LE_SHP_GOODSMOVEMENT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BADI_SD_SALES_BASIC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for some deliveries u'll get these BADI's too&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BADI_HU_MAIN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BADI_HU_PACKING_ALWD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BADI_HU_PACKING_QTY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BADI_HU_SAVE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BADI_HU_AUTOPACK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EHS_DG_MASTER_001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Step 3:&lt;/P&gt;&lt;P&gt;Choose your BADI name and you can see the detail in transaction SE18. &lt;/P&gt;&lt;P&gt;Press F8 to get the details of the corresponding BADI.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 4: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To implement the BADI, we have transaction SE19. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create new BADI to implement the put your BADI name here. If the BADI is an enhancement-point then put the BADI name in option NEW BADI and if only BADI then put the name in CLASSIC BADI.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the BADI name and click on create button.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give an implementation name. &lt;/P&gt;&lt;P&gt;Give the description and select a suitable method double click to get into the method to put the ABAP code.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 05:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568364#M1270289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T05:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568365#M1270290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;  Could you share your experience about this problem? I'm facing the same problem and I still don't know how to solve it. Hope I can get some advise from you. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2009 17:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568365#M1270290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-31T17:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568366#M1270291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Useful, but it does't help you find the BAPI...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 08:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568366#M1270291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-12T08:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for vl02n about post goods issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568367#M1270292</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;&lt;STRONG&gt;I have ckecked .....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Try these ..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LE_SHP_DELIVERY_PROC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LE_SHP_GOODSMOVEMENT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MB_CHECK_LINE_BADI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Saurabh Gupta&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 09:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vl02n-about-post-goods-issue/m-p/5568367#M1270292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-12T09:43:10Z</dc:date>
    </item>
  </channel>
</rss>

