<?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_GOODSMVT_CREATE  for code 04 and special ind E in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257869#M778166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nikhilesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how the purchase requistion and stock transfer po creation happening in the system . it is happening through user exit ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which user exit and what are r the fields u r pasing to it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds &lt;/P&gt;&lt;P&gt;Chalam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2008 11:07:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-03T11:07:46Z</dc:date>
    <item>
      <title>BAPI_GOODSMVT_CREATE  for code 04 and special ind E</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257868#M778165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is like when we create sales order and put Item category ZXLC local branch transfer and save the sale order..It creates purchase requisation and we pass supply plant there. It shold create document through MB1B. We are using BAPI  BAPI_GOODSMVT_CREATE for that but it is not creating document.&lt;/P&gt;&lt;P&gt;We are passing code 04 goods movement code and special indicator  E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that where I have to call this BAPI. I mean user exit or enhancement and what are the parameter we should pass. Can any body send me the piece of code for that...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 10:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257868#M778165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T10:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE  for code 04 and special ind E</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257869#M778166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nikhilesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how the purchase requistion and stock transfer po creation happening in the system . it is happening through user exit ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which user exit and what are r the fields u r pasing to it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds &lt;/P&gt;&lt;P&gt;Chalam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 11:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257869#M778166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T11:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE  for code 04 and special ind E</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257870#M778167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I m calling this BAPI thru user exit USEREXIT_SAVE_DOCUMENT in the include program MV45AFZZ. I m passing posting date, doc date, user name movement type 412 at header level. I passed GOODSMVT_CODE as '04'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LT_GOODSMVT_ITEM-material = xvbap-matnr.&lt;/P&gt;&lt;P&gt;  LT_GOODSMVT_ITEM-plant    = eban-RESWK.&lt;/P&gt;&lt;P&gt;  if xvbap-lgort is initial.&lt;/P&gt;&lt;P&gt;    LT_GOODSMVT_ITEM-stge_loc = '0001'.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    LT_GOODSMVT_ITEM-stge_loc = xvbap-lgort.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  LT_GOODSMVT_ITEM-spec_stock = 'E'.&lt;/P&gt;&lt;P&gt;  LT_GOODSMVT_ITEM-SALES_ORD  = xvbap-vbeln.&lt;/P&gt;&lt;P&gt;  LT_GOODSMVT_ITEM-S_ORD_ITEM = xvbap-POSNR.&lt;/P&gt;&lt;P&gt;  LT_GOODSMVT_ITEM-VAL_SALES_ORD	= xvbap-vbeln.&lt;/P&gt;&lt;P&gt;  LT_GOODSMVT_ITEM-VAL_S_ORD_ITEM	 = xvbap-POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*quantity&lt;/P&gt;&lt;P&gt;  LT_GOODSMVT_ITEM-entry_qnt = xvbap-KWMENG.&lt;/P&gt;&lt;P&gt;  LT_GOODSMVT_ITEM-entry_uom = xvbap-meins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT ITEM LEVEL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the right place for calling this BAPI and for code 04 and special ind E r these the sufficient parameters. It shows error msg&lt;/P&gt;&lt;P&gt;pass the sales order number whereas I m passing the sales order no. correctly even I tested this with existing sales order in debug mode..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 11:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257870#M778167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T11:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE  for code 04 and special ind E</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257871#M778168</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 think it should not be called in sales order user exit . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be called in po user exit .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since after sales order saving u can trigger for purchase requisition creation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but before purchase requisition u cannot call for transfer posting . it is logically not correct . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just tell your process how it is actually happening. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds &lt;/P&gt;&lt;P&gt;Chalam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 11:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257871#M778168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T11:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE  for code 04 and special ind E</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257872#M778169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey I am transfer posting after purchase requsition. Process is when we save sales order with item category local branch transfer. It creates purchase requsition and I put supply plant and continuethen it shud create transfer posting so I am calling BAPI after puch req create in one of user exit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 11:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257872#M778169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T11:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE  for code 04 and special ind E</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257873#M778170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link, this will give you the complete idea bou this particular bapi with a example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you to give the idea to use this bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 11:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-for-code-04-and-special-ind-e/m-p/3257873#M778170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T11:42:33Z</dc:date>
    </item>
  </channel>
</rss>

