<?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 Goods issue using bapi  BAPI_GOODSMVT_CREATE getting error E M7 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-bapi-goodsmvt-create-getting-error-e-m7/m-p/7353855#M1541016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI  consultants,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; While  posting goods issue using bapi BAPI_GOODSMVT_CREATE . Running the batch job(zprogram) to post the goods issue . The goods issue is been posted by passing  goods receipt data's. &lt;/P&gt;&lt;P&gt;while processing 3 goods receipt , 2 works fine one goods receipt getting  E M 7 300 NO ITEMS ARE TRANSFERED error.&lt;/P&gt;&lt;P&gt;when i  processing one by one all the 3 goods receipt is working fine and process sucessfully. While processing in bulk ,i am getting this issue. &lt;/P&gt;&lt;P&gt;If anybody faces this same problem or knows the solution .Please post the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way i am passing the parameter to bapi given bellow.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_CODE-GM_CODE = C_03.&lt;/P&gt;&lt;P&gt;*--populate header data&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_HEADER-DOC_DATE   = WA_MKPF-BLDAT.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_HEADER-PSTNG_DATE = WA_MKPF-BUDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--populate item data       &lt;/P&gt;&lt;P&gt;*-- call the bapi for posting goods issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             IT_GOODSMVT_ITEM-NETWORK     = WA_RESBP-AUFNR.&lt;/P&gt;&lt;P&gt;            IT_GOODSMVT_ITEM-RESERV_NO   = WA_RESBP-RSNUM.&lt;/P&gt;&lt;P&gt;            IT_GOODSMVT_ITEM-RES_ITEM    = WA_RESBP-RSPOS.&lt;/P&gt;&lt;P&gt;            IT_GOODSMVT_ITEM-ACTIVITY    = WA_RESBP-VORNR.&lt;/P&gt;&lt;P&gt;            IT_GOODSMVT_ITEM-MOVE_TYPE   = C_281.&lt;/P&gt;&lt;P&gt;            IT_GOODSMVT_ITEM-ENTRY_QNT   = WA_RESBP-NET.&lt;/P&gt;&lt;P&gt;*--get the item details&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;              IT_GOODSMVT_ITEM-MATERIAL   = WA_MSEG-MATNR.&lt;/P&gt;&lt;P&gt;              IT_GOODSMVT_ITEM-PLANT      = WA_MSEG-WERKS.&lt;/P&gt;&lt;P&gt;              IT_GOODSMVT_ITEM-STGE_LOC   = WA_MSEG-LGORT.&lt;/P&gt;&lt;P&gt;              IT_GOODSMVT_ITEM-ENTRY_UOM  = WA_MSEG-ERFME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT'&lt;/P&gt;&lt;P&gt;                EXPORTING&lt;/P&gt;&lt;P&gt;                  INPUT  = WA_MSEG-PS_PSP_PNR&lt;/P&gt;&lt;P&gt;                IMPORTING&lt;/P&gt;&lt;P&gt;                  OUTPUT = WA_PSPHI_TEMP.&lt;/P&gt;&lt;P&gt;              IT_GOODSMVT_ITEM-WBS_ELEM   = WA_PSPHI_TEMP.&lt;/P&gt;&lt;P&gt;              APPEND IT_GOODSMVT_ITEM.   &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            CALL FUNCTION 'BAPI_GOODSMVT_CREATE'&lt;/P&gt;&lt;P&gt;              EXPORTING&lt;/P&gt;&lt;P&gt;                GOODSMVT_HEADER  = WA_GOODSMVT_HEADER&lt;/P&gt;&lt;P&gt;                GOODSMVT_CODE    = WA_GOODSMVT_CODE&lt;/P&gt;&lt;P&gt;              IMPORTING&lt;/P&gt;&lt;P&gt;                MATERIALDOCUMENT = WA_MATERIALDOCUMENT&lt;/P&gt;&lt;P&gt;              TABLES&lt;/P&gt;&lt;P&gt;                GOODSMVT_ITEM    = IT_GOODSMVT_ITEM&lt;/P&gt;&lt;P&gt;                RETURN           = IT_RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Ambrose Mohandoss.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Oct 2010 15:47:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-12T15:47:53Z</dc:date>
    <item>
      <title>Goods issue using bapi  BAPI_GOODSMVT_CREATE getting error E M7</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-bapi-goodsmvt-create-getting-error-e-m7/m-p/7353855#M1541016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI  consultants,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; While  posting goods issue using bapi BAPI_GOODSMVT_CREATE . Running the batch job(zprogram) to post the goods issue . The goods issue is been posted by passing  goods receipt data's. &lt;/P&gt;&lt;P&gt;while processing 3 goods receipt , 2 works fine one goods receipt getting  E M 7 300 NO ITEMS ARE TRANSFERED error.&lt;/P&gt;&lt;P&gt;when i  processing one by one all the 3 goods receipt is working fine and process sucessfully. While processing in bulk ,i am getting this issue. &lt;/P&gt;&lt;P&gt;If anybody faces this same problem or knows the solution .Please post the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way i am passing the parameter to bapi given bellow.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_CODE-GM_CODE = C_03.&lt;/P&gt;&lt;P&gt;*--populate header data&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_HEADER-DOC_DATE   = WA_MKPF-BLDAT.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_HEADER-PSTNG_DATE = WA_MKPF-BUDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--populate item data       &lt;/P&gt;&lt;P&gt;*-- call the bapi for posting goods issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             IT_GOODSMVT_ITEM-NETWORK     = WA_RESBP-AUFNR.&lt;/P&gt;&lt;P&gt;            IT_GOODSMVT_ITEM-RESERV_NO   = WA_RESBP-RSNUM.&lt;/P&gt;&lt;P&gt;            IT_GOODSMVT_ITEM-RES_ITEM    = WA_RESBP-RSPOS.&lt;/P&gt;&lt;P&gt;            IT_GOODSMVT_ITEM-ACTIVITY    = WA_RESBP-VORNR.&lt;/P&gt;&lt;P&gt;            IT_GOODSMVT_ITEM-MOVE_TYPE   = C_281.&lt;/P&gt;&lt;P&gt;            IT_GOODSMVT_ITEM-ENTRY_QNT   = WA_RESBP-NET.&lt;/P&gt;&lt;P&gt;*--get the item details&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;              IT_GOODSMVT_ITEM-MATERIAL   = WA_MSEG-MATNR.&lt;/P&gt;&lt;P&gt;              IT_GOODSMVT_ITEM-PLANT      = WA_MSEG-WERKS.&lt;/P&gt;&lt;P&gt;              IT_GOODSMVT_ITEM-STGE_LOC   = WA_MSEG-LGORT.&lt;/P&gt;&lt;P&gt;              IT_GOODSMVT_ITEM-ENTRY_UOM  = WA_MSEG-ERFME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT'&lt;/P&gt;&lt;P&gt;                EXPORTING&lt;/P&gt;&lt;P&gt;                  INPUT  = WA_MSEG-PS_PSP_PNR&lt;/P&gt;&lt;P&gt;                IMPORTING&lt;/P&gt;&lt;P&gt;                  OUTPUT = WA_PSPHI_TEMP.&lt;/P&gt;&lt;P&gt;              IT_GOODSMVT_ITEM-WBS_ELEM   = WA_PSPHI_TEMP.&lt;/P&gt;&lt;P&gt;              APPEND IT_GOODSMVT_ITEM.   &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            CALL FUNCTION 'BAPI_GOODSMVT_CREATE'&lt;/P&gt;&lt;P&gt;              EXPORTING&lt;/P&gt;&lt;P&gt;                GOODSMVT_HEADER  = WA_GOODSMVT_HEADER&lt;/P&gt;&lt;P&gt;                GOODSMVT_CODE    = WA_GOODSMVT_CODE&lt;/P&gt;&lt;P&gt;              IMPORTING&lt;/P&gt;&lt;P&gt;                MATERIALDOCUMENT = WA_MATERIALDOCUMENT&lt;/P&gt;&lt;P&gt;              TABLES&lt;/P&gt;&lt;P&gt;                GOODSMVT_ITEM    = IT_GOODSMVT_ITEM&lt;/P&gt;&lt;P&gt;                RETURN           = IT_RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Ambrose Mohandoss.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 15:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-bapi-goodsmvt-create-getting-error-e-m7/m-p/7353855#M1541016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T15:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Goods issue using bapi  BAPI_GOODSMVT_CREATE getting error E M7</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-bapi-goodsmvt-create-getting-error-e-m7/m-p/7353856#M1541017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 10:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-bapi-goodsmvt-create-getting-error-e-m7/m-p/7353856#M1541017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-15T10:39:20Z</dc:date>
    </item>
  </channel>
</rss>

