<?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: doubt regarding MB_CREATE_GOODS_MOVEMENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-regarding-mb-create-goods-movement/m-p/1861977#M363820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhanu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is for u r info..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put a breakpoint in the FM... then run ur program in debugging mode.. try to find the place where it is giving the error...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2007 12:59:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-05T12:59:43Z</dc:date>
    <item>
      <title>doubt regarding MB_CREATE_GOODS_MOVEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-regarding-mb-create-goods-movement/m-p/1861976#M363819</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 working on BADI Instead of calling mb11 tcode(CREATE MATERAIL DOCUMENT WITH MOVEMENT TYPE 309) iam using the FM MB_CREATE_GOODS_MOVEMENT.Here iam getting a doubt that wht values should i pass to the function module.here iam passing the values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; constants:  L_TCODE like SY-TCODE  VALUE 'MB11'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ls_imkpf-budat = sy-datum.&lt;/P&gt;&lt;P&gt;  ls_imkpf-BLDAT = IS_LIKP-bldat.&lt;/P&gt;&lt;P&gt;  ls_imkpf-USNAM = sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imseg-matnr&lt;/P&gt;&lt;P&gt;imseg-UMMAT.&lt;/P&gt;&lt;P&gt;imseg-UMWRK&lt;/P&gt;&lt;P&gt;imseg-bwart&lt;/P&gt;&lt;P&gt;IMSEG-MENGE&lt;/P&gt;&lt;P&gt;imseg-werks&lt;/P&gt;&lt;P&gt;imseg-lgort&lt;/P&gt;&lt;P&gt;IMSEG-MENGE&lt;/P&gt;&lt;P&gt;imseg-ERFME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MB_CREATE_GOODS_MOVEMENT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      IMKPF     = ls_IMkpf&lt;/P&gt;&lt;P&gt;      XALLP     = X&lt;/P&gt;&lt;P&gt;      XALLB     = blank&lt;/P&gt;&lt;P&gt;      XALLR     = X&lt;/P&gt;&lt;P&gt;      CTCOD     = L_TCODE&lt;/P&gt;&lt;P&gt;      XQMCL     = blank&lt;/P&gt;&lt;P&gt;      OLD_SUBRC = ls_OLD_SUBRC&lt;/P&gt;&lt;P&gt;      IPKCOM    = ls_PKCOM&lt;/P&gt;&lt;P&gt;      XLISU     =  X&lt;/P&gt;&lt;P&gt;      XQMSR     = blank&lt;/P&gt;&lt;P&gt;      OI_SHPMT  = blank&lt;/P&gt;&lt;P&gt;      OIA_PASS  = X&lt;/P&gt;&lt;P&gt;      X_AUTHORITY  = blank&lt;/P&gt;&lt;P&gt;      I_OIA_ASTM_VALUES    = blank&lt;/P&gt;&lt;P&gt;      I_OIA_PO_GREC_CALL   = blank&lt;/P&gt;&lt;P&gt;      I_OIB_CALCULATE      = blank&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;      EMKPF	           = ls_EMKPF&lt;/P&gt;&lt;P&gt;      ES_MKPF            = ls_mkpf&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      EMSEG              = lt_EMSEG&lt;/P&gt;&lt;P&gt;      IMSEG              = lt_IMSEG&lt;/P&gt;&lt;P&gt;      T_MS1INT           = lt_MSEGO1&lt;/P&gt;&lt;P&gt;      T_MS2INT           = lt_MSEGO2&lt;/P&gt;&lt;P&gt;      IMSEG_CSL_TOKEN    = lt_IMSEG_CSL_TOKEN&lt;/P&gt;&lt;P&gt;      ET_MSEG            = lt_MSEG&lt;/P&gt;&lt;P&gt;      I_OIAACCGI         = lt_OIAACCGI&lt;/P&gt;&lt;P&gt;      I_OIA_KOMF         = lt_OIAKOMF&lt;/P&gt;&lt;P&gt;      I_YOIA06           = lt_OIA06&lt;/P&gt;&lt;P&gt;      E_OIA_XMSEG        = lt_OIAMSEG&lt;/P&gt;&lt;P&gt;      T_OIB_EMSEGQTY     = lt_OIB_EMSEGO2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this iam getting an error id 03,error messege 453.&lt;/P&gt;&lt;P&gt;wht is default parameters and fields should i pass to the FM To get the materail document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 06:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-regarding-mb-create-goods-movement/m-p/1861976#M363819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T06:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: doubt regarding MB_CREATE_GOODS_MOVEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-regarding-mb-create-goods-movement/m-p/1861977#M363820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhanu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is for u r info..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put a breakpoint in the FM... then run ur program in debugging mode.. try to find the place where it is giving the error...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 12:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-regarding-mb-create-goods-movement/m-p/1861977#M363820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T12:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: doubt regarding MB_CREATE_GOODS_MOVEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-regarding-mb-create-goods-movement/m-p/1861978#M363821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto se37 &amp;amp; put &amp;lt;b&amp;gt;MB_CREATE_GOODS_MOVEMENT&amp;lt;/b&amp;gt; FM's then use where used list therefore you can see how SAP standard programs are doing. If you are lucky you can find Custom program is using same Fun. Module done in your client environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you understand my explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********&lt;STRONG&gt;Poorna&lt;/STRONG&gt;*************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 13:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-regarding-mb-create-goods-movement/m-p/1861978#M363821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T13:07:09Z</dc:date>
    </item>
  </channel>
</rss>

