<?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 Problem with table maintenance - Entry alread exists in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684860#M1869351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am facing a problem with my generated table maintenance-dialogue.&lt;/P&gt;&lt;P&gt;My table consists of Client, a charlike key-field and 3 flag-fields.&lt;/P&gt;&lt;P&gt;i generated the maintenance dialogue and converted the three flag-columns into radiobuttons and defined a RB-Group.&lt;/P&gt;&lt;P&gt;the radiobuttons work fine, if i set flag 2 1 and 3 are Initial and so on... but, if i click new entries all lines inside my dynpro are checked, not only the ones i changed. So the second line with an initial key is marked and i get message SV 009 "An entry already exists with the same key".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion this has to be a general issue with the table maintenance. i searched the OSS for 90 minutes by now, maybe someone already faced this problem and solved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Martin Müller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2014 09:58:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-14T09:58:48Z</dc:date>
    <item>
      <title>Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684860#M1869351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am facing a problem with my generated table maintenance-dialogue.&lt;/P&gt;&lt;P&gt;My table consists of Client, a charlike key-field and 3 flag-fields.&lt;/P&gt;&lt;P&gt;i generated the maintenance dialogue and converted the three flag-columns into radiobuttons and defined a RB-Group.&lt;/P&gt;&lt;P&gt;the radiobuttons work fine, if i set flag 2 1 and 3 are Initial and so on... but, if i click new entries all lines inside my dynpro are checked, not only the ones i changed. So the second line with an initial key is marked and i get message SV 009 "An entry already exists with the same key".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion this has to be a general issue with the table maintenance. i searched the OSS for 90 minutes by now, maybe someone already faced this problem and solved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Martin Müller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684860#M1869351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T09:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684861#M1869352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am wondering if you have a NULL entry saved....and this is causing your problem.&lt;/P&gt;&lt;P&gt;Check if that's the case using se16 /se16n and remove if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use a required field is one simple way of preventing that occurring again, if that's the case - just change the table control module screen as you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 10:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684861#M1869352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T10:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684862#M1869353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your quick answer!&lt;/P&gt;&lt;P&gt;SE16(N) tells me, that there is no entry in my table...&lt;/P&gt;&lt;P&gt;if i mark te column of my key-field as required in the generated dynpro, im forced to enter a value for every line displayed in SM30...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already thought i could do my own Z-Module and call SAP-Standard funcktionality depending on the value of my key-field, but SAP decided to code directly inside their modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since it is a generated dialogue i want to minimize changes on it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you got another idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 10:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684862#M1869353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T10:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684863#M1869354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is the function group 1:1 for that table only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 10:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684863#M1869354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T10:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684864#M1869355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no it is not.&lt;/P&gt;&lt;P&gt;The Problem is, that my table "EXTRACT" has 50 similar entries, that are checked for duplicate keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 10:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684864#M1869355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T10:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684865#M1869356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, well it is hard to diagnose as I don't know what steps you have taken when adding the entries in SM30, what - if any, bespoke coding you undertaken, for example in a table event or the screen flow and what the data in your extract table looks like - blanks? or, valid looking data?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The behaviour you describe is normal if you do have duplicated entries - but how you have got to that situation only you know right now. Normally, you would enter the data and save, but prevented from further saving for any duplicates and you would be forced to back out if you cant change them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I take it that when you test SM30 you completely restart the transaction each time after any changes - merely going back to the front screen is not enough to pick up your coding/gen changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 10:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684865#M1869356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T10:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684866#M1869357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All I did was creating a table in SE11:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mandt X(key) X(Initial) mandt&lt;/P&gt;&lt;P&gt;key&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; char10( just an example)&lt;/P&gt;&lt;P&gt;flag1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flag&lt;/P&gt;&lt;P&gt;flag2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flag&lt;/P&gt;&lt;P&gt;flag3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i then generated the maintenance dialogue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;editet the created dynpro as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;marked flag1, flag 2 and flag 3 -&amp;gt; right click -&amp;gt;convert -&amp;gt;Radio button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; right click -&amp;gt; Radio button Group -&amp;gt; define&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i activated the dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other "EXTRACT2-Tables in other Screens are "prefilled" too in PAI so thats not the Problem, but somehow M&lt;SPAN class="L0S52"&gt;ODULE set_update_flag and &lt;SPAN class="L0S52"&gt;MODULE liste_update_liste react quite differently. This i think is triggered by my key and Radiobutton-only configuration..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;Jan Martin&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 15:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684866#M1869357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T15:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684867#M1869358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I deactivated a line in the flowlogic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHAIN&lt;SPAN class="L0S55"&gt;.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD struc-key&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIELD struc-flag1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD struc-flag2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD struc-flag3&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;set_update_flag &lt;SPAN class="L0S52"&gt;ON &lt;/SPAN&gt;CHAIN&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;REQUEST&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDCHAIN&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;Now the dialogue reacts as wanted, but i wont get any update, if i change an entry from flag 2 to 3...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;It seems, that the automatic prefill of radiobutton-flag1 marks the line as "changed".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684867#M1869358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-15T08:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684868#M1869359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt; you may need to define your own module for your own checks for the radio buttons then call the standard set_update_flag once all your own checks are coded. You need to activate the right includes in the Func Group main prog - as in bold below and put your module logic in there.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;---------------------------------------------------------------------*&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp; generated viewmaintenance function pool&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; generation date: 09.06.2014 at 13:51:24 by user SC4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; view maintenance generator version: #001407#&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*******************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; System-defined Include-files.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*******************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;include &lt;/SPAN&gt;lzv_t005_regtop&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" Global Data&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;include &lt;/SPAN&gt;lzv_t005_reguxx&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" Function Modules&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*******************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; include-files generated by view maintenance tool&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*******************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; view related include-files&amp;nbsp;&amp;nbsp; (never change, please)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;include &lt;/SPAN&gt;lzv_t005_regf00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" subprograms&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;include &lt;/SPAN&gt;lzv_t005_regi00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" PAI modules&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; general include-files&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (never change, please)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;include &lt;/SPAN&gt;lsvimfxx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" subprograms&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;include &lt;/SPAN&gt;lsvimoxx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" PBO modules&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;include &lt;/SPAN&gt;lsvimixx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" PAI modules&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*******************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; User-defined Include-files (if necessary).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*******************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN class="L0S31"&gt; INCLUDE LZV_T005_REGF01.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " Subprograms&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN class="L0S31"&gt; INCLUDE LZV_T005_REGO01.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " PBO-Modules&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;&lt;STRONG&gt; INCLUDE LZV_T005_REGI01.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " PAI-Modules&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 09:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684868#M1869359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-15T09:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684869#M1869360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, i hacked it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copied MODULE set_update_flag. wrapped it all into an IF key IS NOT INITIAL - ENDIF.&lt;/P&gt;&lt;P&gt;Now it works, until someone wants to Regenerate the whole dialogue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imho it is only a Workaround, but i guess to have live with that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Steve, i tried to avoid hacking my dynpro, but i guess this time it is a feature and not a bug...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 15:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684869#M1869360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-15T15:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684870#M1869361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well IF and when someone does a complete regen - just uncomment those includes - the coding already exists as you created them in your own Z namespace- so in effect you just 'plug' it back in.&lt;/P&gt;&lt;P&gt;I guess you have a doco folder somewhere to make a note of it...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not really a hack. The tab main you develop is in customer name space. And the ability to add your own module coding and Tabl Maint events is by design, provided by the guys at SAP!&lt;/P&gt;&lt;P&gt;good luck and thanks &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684870#M1869361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-16T09:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684871#M1869362</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;Your issue will be resolved if you Just add three more fields to your table like username and date entered and time entered and make them as mandatory and mark those fields also in key combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684871#M1869362</guid>
      <dc:creator>prakashjasti</dc:creator>
      <dc:date>2014-10-16T09:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684872#M1869363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i wanted to have my table more fields, i would have added them...&lt;/P&gt;&lt;P&gt;Thanks anyways!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 11:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684872#M1869363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-16T11:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684873#M1869364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SAP wants to deliver a good solution with the maintenance-generator AND Radiobutton-Groups are allowed in table controls, their standard-include has to react correctly on my usecase. thats why i think its a bug. Somewhere inside the code they are comparing the "old" data with the actual data to determine, if each line has been updated. So when the "old"-data table has to be modified, whenever the radiobutton-Group-Feature modifies the table-control. This is imho a legit usecase for maintenance views and has to be implemented. If i remove the radiobutton-Group the whole thing works, but with the usability of "round" checkboxes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 11:48:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684873#M1869364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-16T11:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table maintenance - Entry alread exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684874#M1869365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, you have a strong argument, but of course radio buttons are intrinsically peculiar in that a 'default' exists upfront i.e. one of the buttons must be checked - which as you say is not handled well on creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may I suggest you close thread...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 15:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-maintenance-entry-alread-exists/m-p/10684874#M1869365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-16T15:14:49Z</dc:date>
    </item>
  </channel>
</rss>

