<?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: Filling up BAPI Import parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385348#M1043021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either add few more fields to that structure and pass data to that FM...coz ita Z Object.&lt;/P&gt;&lt;P&gt;or else fetch data from QMEL table based on QMNUM&lt;/P&gt;&lt;P&gt;and then process it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im bit confused on your req.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2008 10:20:35 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2008-08-27T10:20:35Z</dc:date>
    <item>
      <title>Filling up BAPI Import parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385343#M1043016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am using BAPI BAPI_GOODSMVT_CREATE wherein i need to fill import paramater structure wherin there are few mandory parameters which i should pass it. The only thing i have in my hnad is QMEL structure filled but only few parameters of it are filled like QNUM OBJNR MATNR . Now my problem is based on those parameters i need to fetch data from another table to fill structure that i can pass it to BAPI.&lt;/P&gt;&lt;P&gt;Could you please provide the link between tables so that i can fetch data from those table to fill structure?&lt;/P&gt;&lt;P&gt;the NECESSARY parameters for BAPI are&lt;/P&gt;&lt;P&gt;                 bldat&lt;/P&gt;&lt;P&gt;                 budat&lt;/P&gt;&lt;P&gt;                 xblnr&lt;/P&gt;&lt;P&gt;                 frbnr&lt;/P&gt;&lt;P&gt;                 usnam&lt;/P&gt;&lt;P&gt;                 xabln&lt;/P&gt;&lt;P&gt;                 bktxt&lt;/P&gt;&lt;P&gt;                 wever&lt;/P&gt;&lt;P&gt;                 bfwms&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 09:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385343#M1043016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T09:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filling up BAPI Import parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385344#M1043017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check with objnr or qmnum in MKPF and MSEG..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also read the FM Documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 09:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385344#M1043017</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-08-27T09:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filling up BAPI Import parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385345#M1043018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; The key fields MBLNR AND MJAHR are not get filled in QMEL structure. so i can't fetch data from MSEG and MKPF. Could you please suggest me another approach by which i can fill those necessary parameters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 09:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385345#M1043018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T09:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filling up BAPI Import parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385346#M1043019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table QMEL has fields&lt;/P&gt;&lt;P&gt;EBELN&lt;/P&gt;&lt;P&gt;EBELP&lt;/P&gt;&lt;P&gt;MJAHR&lt;/P&gt;&lt;P&gt;MBLNR&lt;/P&gt;&lt;P&gt;MBLPO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LInk it with MKPF and MSEG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 09:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385346#M1043019</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-08-27T09:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filling up BAPI Import parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385347#M1043020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi keshu,&lt;/P&gt;&lt;P&gt;Actually i am gonna insert that BAPI into FM ZQM06_FM_TASK_GOODS_MOVEMENT but the importing parameter of FM has one structure QMEL bsed on which i need to fill BAPI but the QMEL structure only filling few parameters of it like QMNUM OBJNR but not MBLNR and MJAHR.&lt;/P&gt;&lt;P&gt;So it is creating problem to fetch data from MKPF and MSEG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385347#M1043020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filling up BAPI Import parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385348#M1043021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either add few more fields to that structure and pass data to that FM...coz ita Z Object.&lt;/P&gt;&lt;P&gt;or else fetch data from QMEL table based on QMNUM&lt;/P&gt;&lt;P&gt;and then process it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im bit confused on your req.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385348#M1043021</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-08-27T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Filling up BAPI Import parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385349#M1043022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Actually that FM is getting used in transaction IW52 wherein after insertion of few parameters the fm get called once i checked qmel structure no data found for MBLNR and MJAHR Is there any BAPI or FM exist to which i can pass QNUM and it will provide the reletive data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-up-bapi-import-parameters/m-p/4385349#M1043022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:30:06Z</dc:date>
    </item>
  </channel>
</rss>

