<?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: Vbep-ezeit modification using user exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbep-ezeit-modification-using-user-exits/m-p/10587243#M1860723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Laxmi.&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;NO CRM system is connected to ERP. I have gone through note 1932377 and it suggests not to modify XVBEP and YVBEP in exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the question remains unanswered how to achieve this fucntionality. I have debugged standard VA02 but could not find any relevant enhancement points-section. Please suggest if you have any idea about it how to achieve this requirement through abap coding.&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;Ravi Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2014 14:16:43 GMT</pubDate>
    <dc:creator>StarDev</dc:creator>
    <dc:date>2014-09-22T14:16:43Z</dc:date>
    <item>
      <title>Vbep-ezeit modification using user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbep-ezeit-modification-using-user-exits/m-p/10587241#M1860721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I have been using userexit_save_document_prepare to modify xvbep-ezeit, but it is throwing once in a while message number v1 322.&lt;/P&gt;&lt;P&gt;Incorerect index structure&amp;nbsp; for table IVBEP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error occurs very rarely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my code i am modifying XVBEP and for changed items YVBEP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to rectify this error ? Do i need to modify IVBEP1 table also ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Is there any other user exit/enhancement available to achieve the same result ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also i found this note and explanation in scn forums searching for solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://service.sap.com/sap/support/notes/985130"&gt;Note 985130 - SAPSQL_ARRAY_INSERT_DUPREC in VBEP_BEARBEITEN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In your user exits and modifications, particularly user exit USEREXIT_MOVE_FIELD_TO_VBEP in include MV45AFZZ, check whether the values of one or more of the following fields are changed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBEP-POSNR Sales document item &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBEP-EDATU Schedule line date &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBEP-EZEIT Arrival time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBEP-PRGRS Date type (day, week, month, interval) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBEP-ABART Contract release type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBEP-ABRUF Forecast delivery schedule number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case, deactivate the relevant statements or the entire modification, or exit and check whether the symptoms you observed are now gone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest any solution. I will really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 08:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbep-ezeit-modification-using-user-exits/m-p/10587241#M1860721</guid>
      <dc:creator>StarDev</dc:creator>
      <dc:date>2014-09-19T08:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Vbep-ezeit modification using user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbep-ezeit-modification-using-user-exits/m-p/10587242#M1860722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;Is your ERP connected to CRM system?&amp;nbsp; If so, check whether the document is not archieved in CRM system in which case, system would pop up this error message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;Alternatively, if ERP is not connected to CRM but still you have this issue, then there would be some issue with regard to updation schedule lines for a particular sale order or data inconsistency in table VBEP.&amp;nbsp; So as recommended in note 1932377, you may have to correct the user exit USEREXIT_MOVE_FIELD_TO_VBEP.&amp;nbsp; Go through the note for more details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;G. Lakshmipathi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 09:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbep-ezeit-modification-using-user-exits/m-p/10587242#M1860722</guid>
      <dc:creator>Lakshmipathi</dc:creator>
      <dc:date>2014-09-19T09:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Vbep-ezeit modification using user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbep-ezeit-modification-using-user-exits/m-p/10587243#M1860723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Laxmi.&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;NO CRM system is connected to ERP. I have gone through note 1932377 and it suggests not to modify XVBEP and YVBEP in exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the question remains unanswered how to achieve this fucntionality. I have debugged standard VA02 but could not find any relevant enhancement points-section. Please suggest if you have any idea about it how to achieve this requirement through abap coding.&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;Ravi Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 14:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbep-ezeit-modification-using-user-exits/m-p/10587243#M1860723</guid>
      <dc:creator>StarDev</dc:creator>
      <dc:date>2014-09-22T14:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Vbep-ezeit modification using user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbep-ezeit-modification-using-user-exits/m-p/10587244#M1860724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anybody ? any clues ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbep-ezeit-modification-using-user-exits/m-p/10587244#M1860724</guid>
      <dc:creator>StarDev</dc:creator>
      <dc:date>2014-09-24T13:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vbep-ezeit modification using user exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbep-ezeit-modification-using-user-exits/m-p/10587245#M1860725</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;It seems a record is missing in internal table IVBEP1, EZEIT&amp;nbsp; is a field belonging to it: I don't know what this table does, but probably you should check if the record where you need to change EZEIT is in IVBEP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link between XVBEP and IVBEP1 should be SY-TABIX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to check this form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ivbep1_anlegen_alle in program sapfv45e&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbep-ezeit-modification-using-user-exits/m-p/10587245#M1860725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-24T13:52:15Z</dc:date>
    </item>
  </channel>
</rss>

