<?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 BAPI_PO_CREATE1 - Extensionin Parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-extensionin-parameters/m-p/5282486#M1219094</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'm currently working on an LSMW using BAPI to create PO. The name of the BAPI is BAPI_PO_CREATE1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to extend the field using "ExtensionIn" dictionary reference "BAPIPAREX". Please let me know how do I fill the values in the following fields in LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter fields:&lt;/P&gt;&lt;P&gt;  STRUCTURE Structure name of BAPI table extension &lt;/P&gt;&lt;P&gt;  VALUEPART1 Data part of BAPI extension parameter &lt;/P&gt;&lt;P&gt;  VALUEPART2 Data part of BAPI extension parameter &lt;/P&gt;&lt;P&gt;  VALUEPART3 Data part of BAPI extension parameter &lt;/P&gt;&lt;P&gt;  VALUEPART4 Data part of BAPI extension parameter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to fill the structure name "BAPIPAREX" in the strucure but how do the fields in this structure be mapped to Valuepart1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know in case of any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramky.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2009 02:24:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-02T02:24:28Z</dc:date>
    <item>
      <title>BAPI_PO_CREATE1 - Extensionin Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-extensionin-parameters/m-p/5282486#M1219094</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'm currently working on an LSMW using BAPI to create PO. The name of the BAPI is BAPI_PO_CREATE1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to extend the field using "ExtensionIn" dictionary reference "BAPIPAREX". Please let me know how do I fill the values in the following fields in LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter fields:&lt;/P&gt;&lt;P&gt;  STRUCTURE Structure name of BAPI table extension &lt;/P&gt;&lt;P&gt;  VALUEPART1 Data part of BAPI extension parameter &lt;/P&gt;&lt;P&gt;  VALUEPART2 Data part of BAPI extension parameter &lt;/P&gt;&lt;P&gt;  VALUEPART3 Data part of BAPI extension parameter &lt;/P&gt;&lt;P&gt;  VALUEPART4 Data part of BAPI extension parameter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to fill the structure name "BAPIPAREX" in the strucure but how do the fields in this structure be mapped to Valuepart1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know in case of any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramky.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 02:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-extensionin-parameters/m-p/5282486#M1219094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T02:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 - Extensionin Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-extensionin-parameters/m-p/5282487#M1219095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try this way, your new fields which table added , below example is VBAP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  move 'BAPE_VBAP' to lwa_extensionin-structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      lwa_bape_vbap-posnr = sd_item_ls-itm_number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      lwa_bape_vbap-yy_slotid = lv_slotid.&lt;/P&gt;&lt;P&gt;      move lwa_bape_vbap-yy_slotid to  lwa_bape_vbap-yy_slotid.&lt;/P&gt;&lt;P&gt;      move lwa_bape_vbap to lwa_extensionin-valuepart1.&lt;/P&gt;&lt;P&gt;      append  lwa_extensionin to  extensionin_lt.&lt;/P&gt;&lt;P&gt;      clear:  lwa_extensionin,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 06:12:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-extensionin-parameters/m-p/5282487#M1219095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T06:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 - Extensionin Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-extensionin-parameters/m-p/5282488#M1219096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;    Check below link, it may be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/rfc%252bpurchase%252border%252bcreation%252bfm%252bfrom%252bariba" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/rfc%252bpurchase%252border%252bcreation%252bfm%252bfrom%252bariba&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asit Purbey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 09:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-extensionin-parameters/m-p/5282488#M1219096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T09:57:07Z</dc:date>
    </item>
  </channel>
</rss>

