<?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: Modify vebp-ezeit using user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-vebp-ezeit-using-user-exit/m-p/10629226#M1864310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;Now i am getting the error number V1 -322 ,&lt;/P&gt;&lt;P&gt;Incorrect index structure for table IVBEP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to modify the IVBEP1 structure also ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help if you have any idea about it !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 13:39:05 GMT</pubDate>
    <dc:creator>StarDev</dc:creator>
    <dc:date>2014-09-18T13:39:05Z</dc:date>
    <item>
      <title>Modify vebp-ezeit using user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-vebp-ezeit-using-user-exit/m-p/10629224#M1864308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI I tried updating vbep ezeit using userexit_save_document_prepare.&lt;/P&gt;&lt;P&gt;Its working fine most of the times , Have user UPDKZ as U wherever i am changing EZEIT in XVBEP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But sometimes 1 out 100 it throws an error V1 506 Schedule line &amp;amp;1 &amp;amp;2 is missing in table YVBEP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to understand or figure out why it is throwing the error. Very&lt;/P&gt;&lt;P&gt;tough to replicate the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I have not modified YVBEP table in the exit. Is it because of that ? DO i need to change VBEP structure in this exit ? Any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other exits that might help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 09:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-vebp-ezeit-using-user-exit/m-p/10629224#M1864308</guid>
      <dc:creator>StarDev</dc:creator>
      <dc:date>2014-09-04T09:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modify vebp-ezeit using user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-vebp-ezeit-using-user-exit/m-p/10629225#M1864309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you UPDATE a row in XVBEP, the "original" row has to exist in YVBEP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the logic is&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;read xvbep&lt;/LI&gt;&lt;LI&gt;if xvbep-updkz is initial&lt;OL&gt;&lt;LI&gt;append xvbep to yvbep&lt;/LI&gt;&lt;LI&gt;change fields you want in xvbep and set xvbep-updkz = 'U'&lt;/LI&gt;&lt;LI&gt;modify xvbep&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;else&lt;OL&gt;&lt;LI&gt;change fields you want in xvbep and set xvbep-updkz = 'U'&lt;/LI&gt;&lt;LI&gt;modify xvbep&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the ELSE we do not fill YVBEP because when SAP set updkz, manage automatically YVBEP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 09:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-vebp-ezeit-using-user-exit/m-p/10629225#M1864309</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2014-09-04T09:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Modify vebp-ezeit using user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-vebp-ezeit-using-user-exit/m-p/10629226#M1864310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;Now i am getting the error number V1 -322 ,&lt;/P&gt;&lt;P&gt;Incorrect index structure for table IVBEP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to modify the IVBEP1 structure also ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help if you have any idea about it !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 13:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-vebp-ezeit-using-user-exit/m-p/10629226#M1864310</guid>
      <dc:creator>StarDev</dc:creator>
      <dc:date>2014-09-18T13:39:05Z</dc:date>
    </item>
  </channel>
</rss>

