<?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: CMD_EI_API=&amp;gt;MAINTAIN_BAPI - Additional Data A in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458207#M14252</link>
    <description>&lt;P&gt;So, just extend &lt;STRONG&gt;CMDS_EI_VMD_CENTRAL_DATA (and DATAX)&lt;/STRONG&gt;with the zz* fields like we did with KNA1? There's no other "plumbing" that needs to be done.  hmm.  I'll give it a try!&lt;/P&gt;&lt;P&gt;I'll be back!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2017 19:18:28 GMT</pubDate>
    <dc:creator>sean_noel3</dc:creator>
    <dc:date>2017-06-08T19:18:28Z</dc:date>
    <item>
      <title>CMD_EI_API=&gt;MAINTAIN_BAPI - Additional Data A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458205#M14250</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have CMD_EI_API=&amp;gt;MAINTAIN_BAPI working in my function fine. It's creating customers with no issues using the standard internal kunnr supplied number.&lt;/P&gt;&lt;P&gt;What I need to do is use an external number range.  Which I have,  however, in order to create the customer using it the requirement is to set a new field KNA1 (in the Additional Data A screen) to a 1. &lt;/P&gt;&lt;P&gt;My question is this: Is it possible to use new KNA1 field (created by the Business) in the MAINTAIN_BAPI method?   &lt;/P&gt;&lt;P&gt;If so, any ideas or examples on how to do this?  &lt;/P&gt;&lt;P&gt;Thanks for reading this, hopefully some one has an idea.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 13:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458205#M14250</guid>
      <dc:creator>sean_noel3</dc:creator>
      <dc:date>2017-06-07T13:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: CMD_EI_API=&gt;MAINTAIN_BAPI - Additional Data A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458206#M14251</link>
      <description>&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;If I understand your requirement, you want to extend an additional field(custom field) in KNA1 and use it to store your external number. This is possible, basically you append your custom field in KNA1 and also &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CMDS_EI_VMD_CENTRAL_DATA &lt;/STRONG&gt;and its relevant &lt;STRONG&gt;DATAX&lt;/STRONG&gt; structure. And then set you value and pass to MAINTAIN_BAPI (you already have this)&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      ls_customers-central_data-central-data-zz_cust_seg = c_cust_seg.
      ls_customers-central_data-central-datax-zz_cust_seg = lc_true.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458206#M14251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-08T14:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: CMD_EI_API=&gt;MAINTAIN_BAPI - Additional Data A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458207#M14252</link>
      <description>&lt;P&gt;So, just extend &lt;STRONG&gt;CMDS_EI_VMD_CENTRAL_DATA (and DATAX)&lt;/STRONG&gt;with the zz* fields like we did with KNA1? There's no other "plumbing" that needs to be done.  hmm.  I'll give it a try!&lt;/P&gt;&lt;P&gt;I'll be back!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 19:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458207#M14252</guid>
      <dc:creator>sean_noel3</dc:creator>
      <dc:date>2017-06-08T19:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: CMD_EI_API=&gt;MAINTAIN_BAPI - Additional Data A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458208#M14253</link>
      <description>&lt;P&gt;Thanks, that worked! &lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 20:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458208#M14253</guid>
      <dc:creator>sean_noel3</dc:creator>
      <dc:date>2017-06-08T20:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: CMD_EI_API=&gt;MAINTAIN_BAPI - Additional Data A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458209#M14254</link>
      <description>&lt;P&gt;we had created a custom structure [zsd_custom] with the custom fields and appended it in KNA1. Now to extend &lt;STRONG&gt;CMDS_EI_VMD_CENTRAL_DATA (and DATAX)&lt;/STRONG&gt; structures with the same structure, it does not allow. Do i have to create a new append structure again for these tables to extend it?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458209#M14254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-17T12:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: CMD_EI_API=&gt;MAINTAIN_BAPI - Additional Data A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458210#M14255</link>
      <description>&lt;P&gt;we had created a custom structure [zsd_custom] with the custom fields and appended it in KNA1. Now to extend &lt;STRONG&gt;CMDS_EI_VMD_CENTRAL_DATA (and DATAX)&lt;/STRONG&gt; structures with the same structure, it does not allow. Do i have to create a new append structure again for these tables to extend it?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmd-ei-api-gt-maintain-bapi-additional-data-a/m-p/458210#M14255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-17T12:31:32Z</dc:date>
    </item>
  </channel>
</rss>

