<?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: Update VBAP custom field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705366#M1947075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simone,sorry,i make an example,there is a sales order looks like following:&lt;/P&gt;&lt;P&gt;Item&amp;nbsp; Material&lt;/P&gt;&lt;P&gt;100&amp;nbsp;&amp;nbsp; A &lt;/P&gt;&lt;P&gt; 200&amp;nbsp; A1&lt;/P&gt;&lt;P&gt; 300&amp;nbsp; A2&lt;/P&gt;&lt;P&gt; 400&amp;nbsp; A3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material A is a sales order BOM,A1\A2\A3 are BOM item,i add a field ZZCRD to VBAP,if i change Item 100 VBAP-ZZCRD value manually,how can i update item A1\A2\A3 VBAP-ZZCRD with the same Item 100 VBAP-ZZCRD value automatically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2016 09:03:05 GMT</pubDate>
    <dc:creator>former_member533538</dc:creator>
    <dc:date>2016-05-31T09:03:05Z</dc:date>
    <item>
      <title>Update VBAP custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705363#M1947072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,i added a custom field to the VBAP,named VBAP-ZZCRD,and i put this field in the Tab additional B,the user requrement is as follow:&lt;/P&gt;&lt;P&gt;when i use VA02 to change a sales order ,if this sales order has a bom,header material A and BOM item A1\A2\A3,if i change the BOM header VBAP-ZZCRD,i also need to follow the header VBAP-ZZCRD to update the BOM item VBAP-ZZCRD with the same value automatically.I try to update the XVBAP interal table structure in the userexit_check_vbap\userexit_save_document_prepare\userexit_save_document,but all failed,so please give some help,thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 08:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705363#M1947072</guid>
      <dc:creator>former_member533538</dc:creator>
      <dc:date>2016-05-31T08:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Update VBAP custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705364#M1947073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the SO item BOM header&amp;nbsp; can update succefully,but the BOM item updated failed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 08:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705364#M1947073</guid>
      <dc:creator>former_member533538</dc:creator>
      <dc:date>2016-05-31T08:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Update VBAP custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705365#M1947074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Damon,&lt;/P&gt;&lt;P&gt;please clearify a bit your requirement: why do you talk about BOM &lt;STRONG&gt;end&lt;/STRONG&gt; VBAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As second step, what did you try? How your code look?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 08:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705365#M1947074</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-05-31T08:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Update VBAP custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705366#M1947075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simone,sorry,i make an example,there is a sales order looks like following:&lt;/P&gt;&lt;P&gt;Item&amp;nbsp; Material&lt;/P&gt;&lt;P&gt;100&amp;nbsp;&amp;nbsp; A &lt;/P&gt;&lt;P&gt; 200&amp;nbsp; A1&lt;/P&gt;&lt;P&gt; 300&amp;nbsp; A2&lt;/P&gt;&lt;P&gt; 400&amp;nbsp; A3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material A is a sales order BOM,A1\A2\A3 are BOM item,i add a field ZZCRD to VBAP,if i change Item 100 VBAP-ZZCRD value manually,how can i update item A1\A2\A3 VBAP-ZZCRD with the same Item 100 VBAP-ZZCRD value automatically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705366#M1947075</guid>
      <dc:creator>former_member533538</dc:creator>
      <dc:date>2016-05-31T09:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Update VBAP custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705367#M1947076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, now i think i got it.&lt;/P&gt;&lt;P&gt;Your Item 100 is the father item while 200...400 are childs of it, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you have the link in field UEPOS of VBAP: for 200...400 it's filled with 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to work in userexit (save_document_prepare) and apply a bit of logic looping XVBAP table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705367#M1947076</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-05-31T09:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Update VBAP custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705368#M1947077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Simone,i have try userexit_check_vbap\userexit_save_document_prepare\userexit_save_document,they all did not work,they only work if i input a value for every item&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705368#M1947077</guid>
      <dc:creator>former_member533538</dc:creator>
      <dc:date>2016-05-31T09:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Update VBAP custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705369#M1947078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What did you &lt;EM&gt;exactly &lt;/EM&gt;try?&lt;/P&gt;&lt;P&gt;How your code looks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vbap-custom-field/m-p/11705369#M1947078</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-05-31T09:57:42Z</dc:date>
    </item>
  </channel>
</rss>

