<?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 Post Goods issue using bapi_goodsmvt_create in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234206#M1011040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; Iam trying to do post goods issue using bapi_goodsmvt_create. please let me know what are the mandatory fields to be passed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2008 04:51:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-31T04:51:29Z</dc:date>
    <item>
      <title>Post Goods issue using bapi_goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234206#M1011040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; Iam trying to do post goods issue using bapi_goodsmvt_create. please let me know what are the mandatory fields to be passed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 04:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234206#M1011040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T04:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Post Goods issue using bapi_goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234207#M1011041</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;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report  ZRPT_SUB_KO01GOODSMOVEMENT&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZRPT_SUB_KO01GOODSMOVEMENT.&lt;/P&gt;&lt;P&gt;PARAMETERS : P_BAG(17)  TYPE C,&lt;/P&gt;&lt;P&gt;             P_ZZORG LIKE zaUFK-ZZORG,&lt;/P&gt;&lt;P&gt;             P_MATNR LIKE MARA-MATNR,&lt;/P&gt;&lt;P&gt;             P_WERKS LIKE AUFK-WERKS,&lt;/P&gt;&lt;P&gt;             P_WERK LIKE AFPO-PWERK,&lt;/P&gt;&lt;P&gt;             P_DATE LIKE MKPF-BUDAT,&lt;/P&gt;&lt;P&gt;             P_LGORT LIKE GOITEM-LGOBE.&lt;/P&gt;&lt;P&gt;DATA : BDC_DATA TYPE STANDARD TABLE OF BDCDATA. "internla table for bdc data&lt;/P&gt;&lt;P&gt;  DATA : WA_BDC_DATA TYPE BDCDATA .                "work area for bdc data&lt;/P&gt;&lt;P&gt;  DATA : T_XMSEG TYPE   MSEG.&lt;/P&gt;&lt;P&gt;  DATA : T_XMKPF TYPE MKPF.&lt;/P&gt;&lt;P&gt;  DATA : V_BAGS1(17) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF WA_MB1B,&lt;/P&gt;&lt;P&gt;       ZZGCODE TYPE ZMIGO-ZZGCODE,&lt;/P&gt;&lt;P&gt;       ZZGBAGS TYPE ZMIGO-ZZGBAGS,&lt;/P&gt;&lt;P&gt;       WERKS TYPE AUFK-WERKS,&lt;/P&gt;&lt;P&gt;       LGORT TYPE VBRP-LGORT,&lt;/P&gt;&lt;P&gt;       ZZORG TYPE zAUFK-ZZORG,&lt;/P&gt;&lt;P&gt;       END OF WA_MB1B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : V_MATERIAL TYPE BAPI2017_GM_HEAD_RET-MAT_DOC.&lt;/P&gt;&lt;P&gt;data : v_date(10) type c.&lt;/P&gt;&lt;P&gt;DATA : T_GOODSMVT_HEADER TYPE BAPI2017_GM_HEAD_01,&lt;/P&gt;&lt;P&gt;       T_GOODSMVT_CODE TYPE BAPI2017_GM_CODE,&lt;/P&gt;&lt;P&gt;       T_GOODSMVT_ITEM TYPE STANDARD TABLE OF BAPI2017_GM_ITEM_CREATE,&lt;/P&gt;&lt;P&gt;       T_RETURN LIKE BAPIRET2 OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA : WA_GOODSMVT_ITEM TYPE BAPI2017_GM_ITEM_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF S_MARA,&lt;/P&gt;&lt;P&gt;       MEINS LIKE MARA-MEINS,&lt;/P&gt;&lt;P&gt;       END OF S_MARA.&lt;/P&gt;&lt;P&gt;DATA : MATERIALDOCUMENT TYPE BAPI2017_GM_HEAD_RET-MAT_DOC.&lt;/P&gt;&lt;P&gt;*FORM GOODSMOVEMENT TABLES T_RETURN&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                         USING WA_MB1B LIKE WA_MB1B.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECT SINGLE  MEINS&lt;/P&gt;&lt;P&gt;               FROM MARA&lt;/P&gt;&lt;P&gt;               INTO S_MARA&lt;/P&gt;&lt;P&gt;               WHERE MATNR = P_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   CONCATENATE p_date&lt;EM&gt;6(2) p_date&lt;/EM&gt;4(2) p_date+0(4) INTO V_DATE SEPARATED BY '.'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    T_GOODSMVT_HEADER-PSTNG_DATE = P_DATE.&lt;/P&gt;&lt;P&gt;    T_GOODSMVT_HEADER-DOC_DATE = P_DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    T_GOODSMVT_CODE-GM_CODE = '04'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_ITEM-MATERIAL =      P_MATNR.                    "'000000000000001556'.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_ITEM-PLANT  =        P_WERK.                     " '1000'.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_ITEM-STGE_LOC =      P_LGORT.                    " '0001'.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_ITEM-MOVE_TYPE =     'Z42'.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_ITEM-VENDOR =         P_ZZORG.                   "'0000100224'.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_ITEM-ENTRY_QNT =      P_BAG.                   " '1'.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_ITEM-ENTRY_UOM =     S_MARA-MEINS.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_ITEM-ENTRY_UOM_ISO = S_MARA-MEINS.&lt;/P&gt;&lt;P&gt;    WA_GOODSMVT_ITEM-MOVE_PLANT = P_WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    APPEND WA_GOODSMVT_ITEM TO T_GOODSMVT_ITEM.&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          = T_GOODSMVT_HEADER&lt;/P&gt;&lt;P&gt;      GOODSMVT_CODE            = T_GOODSMVT_CODE&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;    MATERIALDOCUMENT           = V_MATERIAL&lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;      GOODSMVT_ITEM            = T_GOODSMVT_ITEM&lt;/P&gt;&lt;P&gt; RETURN                        = T_RETURN.&lt;/P&gt;&lt;P&gt;BREAK shailajaa.&lt;/P&gt;&lt;P&gt;           EXPORT t_return  to MEMORY ID '123'.&lt;/P&gt;&lt;P&gt;           EXPORT V_MATERIAL TO MEMORY ID 'MAT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       WAIT          = ' '.&lt;/P&gt;&lt;P&gt;*ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 04:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234207#M1011041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T04:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Post Goods issue using bapi_goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234208#M1011042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link:&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;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 04:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234208#M1011042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T04:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Post Goods issue using bapi_goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234209#M1011043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil, &lt;/P&gt;&lt;P&gt;you can see instructions of this bapi in its document (SE37 --&amp;gt; enter name of the BAPI and press F9).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are fields should be provided in order to post Goods Issue&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
      EXPORTING
        goodsmvt_header             = 
        goodsmvt_code               = 
      IMPORTING
        GOODSMVT_HEADRET            =
        MATERIALDOCUMENT            =
        MATDOCUMENTYEAR             =
      tables
        goodsmvt_item               =
        GOODSMVT_SERIALNUMBER       =
        return                      =.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. goodsmvt_header&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Posting Date&lt;/P&gt;&lt;P&gt;Document Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. goodsmvt_code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;GM_Code = 03: Goods issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. goodsmvt_item&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There are 2 cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="20" __jive_macro_name="size"&gt;&lt;STRONG&gt;Goods issue without reference to a reservation&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;The following fields have to be filled:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Material number&lt;/P&gt;&lt;P&gt;- Plant&lt;/P&gt;&lt;P&gt;- Storage location&lt;/P&gt;&lt;P&gt;- Movement type&lt;/P&gt;&lt;P&gt;- Movement indicator&lt;/P&gt;&lt;P&gt;- Quantity in unit of entry&lt;/P&gt;&lt;P&gt;- ISO code unit of measurement for unit of entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;The following fields may have to be filled in some cases (incomplete listing):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Special stock (e.g. sales order, project, vendor etc.)&lt;/P&gt;&lt;P&gt;- Shelf life expiration date (if the system is configured like this)&lt;/P&gt;&lt;P&gt;- Reason for movement (if the system has been configured like this)&lt;/P&gt;&lt;P&gt;- Batch (if the material is handled in batches and automatic batch number assignment is not set)&lt;/P&gt;&lt;P&gt;- Account assignment fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt;The following fields can be filled (incomplete listing):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Special stock indicator&lt;/P&gt;&lt;P&gt;- Item text&lt;/P&gt;&lt;P&gt;- Unloading point&lt;/P&gt;&lt;P&gt;- Goods recipient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="orange" __jive_macro_name="color"&gt;The following fields cannot be filled (incomplete listing):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Reservation&lt;/P&gt;&lt;P&gt;- Receiving/issuing material&lt;/P&gt;&lt;P&gt;- Receiving/issuing plant&lt;/P&gt;&lt;P&gt;- Receiving/issuing storage location&lt;/P&gt;&lt;P&gt;- Receiving/issuing batch&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&lt;SPAN __default_attr="20" __jive_macro_name="size"&gt;&lt;STRONG&gt;Goods issue with reference to a reservation&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;The following fields have to be filled:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Reservation number&lt;/P&gt;&lt;P&gt;- Reservation item&lt;/P&gt;&lt;P&gt;- Record type of the reservation&lt;/P&gt;&lt;P&gt;- Movement indicator&lt;/P&gt;&lt;P&gt;- Quantity in unit of entry&lt;/P&gt;&lt;P&gt;- ISO code unit of measurement for unit of entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;The following fields may have to be filled in some cases (incomplete listing): &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Shelf life expiration date (if this has been configured in the system)&lt;/P&gt;&lt;P&gt;- Reason for movement (if this has been configured in the system)&lt;/P&gt;&lt;P&gt;- Batch (if the material is handled in batches and automatic batch number assignment is not set)&lt;/P&gt;&lt;P&gt;- Storage location (if not planned in the reservation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt;The following fields can be filled (incomplete listing):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Special stock indicator&lt;/P&gt;&lt;P&gt;- Item text&lt;/P&gt;&lt;P&gt;- Unloading point&lt;/P&gt;&lt;P&gt;- Goods recipient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="orange" __jive_macro_name="color"&gt;The following fields cannot be filled (incomplete listing):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Movement type&lt;/P&gt;&lt;P&gt;- Material&lt;/P&gt;&lt;P&gt;- Plant&lt;/P&gt;&lt;P&gt;- Account assignment fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: &lt;STRONG&gt;Movement Indicator is not required in case of Goods Issue&lt;/STRONG&gt;. You should leave it &lt;STRONG&gt;blank.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 03:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234209#M1011043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T03:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Post Goods issue using bapi_goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234210#M1011044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Solaries,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats great.This answer is very Helpful to us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me How to find out BAPI ?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;somesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 04:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234210#M1011044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T04:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Post Goods issue using bapi_goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234211#M1011045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean with &lt;STRONG&gt;finding out BAPI&lt;/STRONG&gt; ? Do you need specific BAPIs for some requirements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, you can consider BAPIs as FMs (the main difference is BAPI is attached with business objects).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To find BAPIs, you can:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. go to SE37 --&amp;gt; enter BAPI* and press F4 to see more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. transaction code: &lt;STRONG&gt;BAPI&lt;/STRONG&gt;. Here you can see BAPIs organized by business objects (logistics, material management...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you want to find BAPIs for specific tasks (i.e: post or cancel GI...) you can &lt;STRONG&gt;ask for help in SAP forums&lt;/STRONG&gt; (like this one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 05:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-goods-issue-using-bapi-goodsmvt-create/m-p/4234211#M1011045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T05:47:16Z</dc:date>
    </item>
  </channel>
</rss>

