<?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 Maintenance View Events Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-events-problem/m-p/3630399#M874394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with an event in a maintenance viewo of my ztable, is a runtime error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Error PERFORM_NOT_FOUND&lt;/P&gt;&lt;P&gt;Except. CX_SY_DYN_CALL_ILLEGAL_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what I did is to add date and user in the last two fields of my table so every time a user makes modification to this table this two fields has to be updated with the user and actual date so I went to events of maintenance view and I added event 01 Before saving data in database and my subroutine is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form before_saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Verify if row has been changed&lt;/P&gt;&lt;P&gt;if &amp;lt;action&amp;gt; = AENDERN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       wa_ztable = &amp;lt;vim_extract_struc&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        wa_ztable-muser  = sy-uname.&lt;/P&gt;&lt;P&gt;        wa_ztable-mdate  = sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;vim_extract_struc&amp;gt; = wa_ztable.&lt;/P&gt;&lt;P&gt;        modify total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This part of code runs very good but after this it goes dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2008 14:43:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-11T14:43:52Z</dc:date>
    <item>
      <title>Maintenance View Events Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-events-problem/m-p/3630399#M874394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with an event in a maintenance viewo of my ztable, is a runtime error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Error PERFORM_NOT_FOUND&lt;/P&gt;&lt;P&gt;Except. CX_SY_DYN_CALL_ILLEGAL_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what I did is to add date and user in the last two fields of my table so every time a user makes modification to this table this two fields has to be updated with the user and actual date so I went to events of maintenance view and I added event 01 Before saving data in database and my subroutine is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form before_saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Verify if row has been changed&lt;/P&gt;&lt;P&gt;if &amp;lt;action&amp;gt; = AENDERN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       wa_ztable = &amp;lt;vim_extract_struc&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        wa_ztable-muser  = sy-uname.&lt;/P&gt;&lt;P&gt;        wa_ztable-mdate  = sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;vim_extract_struc&amp;gt; = wa_ztable.&lt;/P&gt;&lt;P&gt;        modify total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This part of code runs very good but after this it goes dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 14:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-events-problem/m-p/3630399#M874394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T14:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View Events Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-events-problem/m-p/3630400#M874395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grappin,&lt;/P&gt;&lt;P&gt;After creating the event did u activated the main program of the table maintenance generator. If not then activate all the objects of the table like table, Table maintenance generator and main program. Probabily this might be the point of problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 14:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-events-problem/m-p/3630400#M874395</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-04-11T14:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View Events Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-events-problem/m-p/3630401#M874396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for helping me, The problem was that I haven´t declared other subroutines, the program was looking for other FORM declaration and there was no other FORM declared in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Very much!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moises G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 18:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-events-problem/m-p/3630401#M874396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T18:35:37Z</dc:date>
    </item>
  </channel>
</rss>

