<?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 USE MODIFY  STATEMENT FOR A MAINTENANCE TABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-modify-statement-for-a-maintenance-table/m-p/683255#M30479</link>
    <description>&lt;P&gt;Hello , &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;I created a ABAP program. In this ABAP program, I use the statement MODIFY in this way : &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;MODIFY ZPMCAP_PERS FROM TABLE s_pern1&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;ZPMCAP_PERS is a maintenance table. In this table. I have 5 fields, 3 (pernr, namelas and namefir) are updated by the program (via the statement modify) and 2 fields (arbpl and arbpl_2) must be modify manually by the users.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;The problem is once I execute my ABAP program, the 3 fields (pernr, namelas and namefir) are updated automatically as expected, but when the users cannot update manually the 2 others fields (arbpl and arbpl_2). The 2 others fields seems lock. &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;How can I do to solve this issue ??&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Thanks for your help.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Cedric &lt;/P&gt;</description>
    <pubDate>Mon, 02 Jul 2018 09:35:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-07-02T09:35:38Z</dc:date>
    <item>
      <title>USE MODIFY  STATEMENT FOR A MAINTENANCE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-modify-statement-for-a-maintenance-table/m-p/683255#M30479</link>
      <description>&lt;P&gt;Hello , &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;I created a ABAP program. In this ABAP program, I use the statement MODIFY in this way : &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;MODIFY ZPMCAP_PERS FROM TABLE s_pern1&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;ZPMCAP_PERS is a maintenance table. In this table. I have 5 fields, 3 (pernr, namelas and namefir) are updated by the program (via the statement modify) and 2 fields (arbpl and arbpl_2) must be modify manually by the users.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;The problem is once I execute my ABAP program, the 3 fields (pernr, namelas and namefir) are updated automatically as expected, but when the users cannot update manually the 2 others fields (arbpl and arbpl_2). The 2 others fields seems lock. &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;How can I do to solve this issue ??&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Thanks for your help.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Cedric &lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 09:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-modify-statement-for-a-maintenance-table/m-p/683255#M30479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-02T09:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: USE MODIFY  STATEMENT FOR A MAINTENANCE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-modify-statement-for-a-maintenance-table/m-p/683256#M30480</link>
      <description>&lt;P&gt;Please don't have your subject in all CAPITALS - it looks like shouting.&lt;/P&gt;
  &lt;P&gt;What is preventing the users from manually updating the other 2 fields? Are they blanked out, is there an error message when you try to save? "Seems" is not very explicit. Perhaps post a screen shot?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 09:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-modify-statement-for-a-maintenance-table/m-p/683256#M30480</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-07-02T09:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: USE MODIFY  STATEMENT FOR A MAINTENANCE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-modify-statement-for-a-maintenance-table/m-p/683257#M30481</link>
      <description>&lt;P&gt;Hello Mathew,&lt;/P&gt;
  &lt;P&gt;The 2 others fields are blanked out, as you can see in the picture below (The 4 others fields are populated automatically).&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/166558-2018-07-02-12-45-23-modifier-vue-liste-des-effecti.png"&gt;2018-07-02-12-45-23-modifier-vue-liste-des-effecti.png&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;When the users update values in the 2 fields, save the data and come back the table. The values added by the users are not saved (as you can see in the picture below &lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/166559-2018-07-02-12-49-09-modifier-vue-liste-des-effecti.png"&gt;2018-07-02-12-49-09-modifier-vue-liste-des-effecti.png&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/166560-2018-07-02-12-50-10-modifier-vue-liste-des-effecti.png"&gt;2018-07-02-12-50-10-modifier-vue-liste-des-effecti.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 10:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-modify-statement-for-a-maintenance-table/m-p/683257#M30481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-02T10:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: USE MODIFY  STATEMENT FOR A MAINTENANCE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-modify-statement-for-a-maintenance-table/m-p/683258#M30482</link>
      <description>&lt;P&gt;Are the users able to create their own entries (as opposed to modifying entries created by your program)?&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Have you tried debugging what happens when you save? Are there any events on the table maintenance definition?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 11:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-modify-statement-for-a-maintenance-table/m-p/683258#M30482</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-07-02T11:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: USE MODIFY  STATEMENT FOR A MAINTENANCE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-modify-statement-for-a-maintenance-table/m-p/683259#M30483</link>
      <description>&lt;UL&gt; 
   &lt;LI&gt;What do you call a 'maintenance table'? (Is it actually a 'maintenance view')&lt;/LI&gt; 
   &lt;LI&gt;Is this a written program or a generated maintenance dialog, in second case did you change generated code or use some event(s)?&lt;/LI&gt; 
   &lt;LI&gt;Did you define any foreign key relation for arbpl? (without werks field, you should check transaction CR03, look also at Infotype 315)&lt;/LI&gt; 
   &lt;LI&gt;Did you handle sy-subrc after the MODIFY statement?&lt;/LI&gt; 
   &lt;LI&gt;Did you use a TABLES statement or explicit FIELDS statement to insure data communication between program and dynpro? (Debug is the key)&lt;/LI&gt; 
   &lt;LI&gt;Why didn't you define a custom Infotype for this kind of data?&lt;/LI&gt; 
   &lt;LI&gt;Did you copy some data from Infotype 0002 (names) into your table?&lt;/LI&gt; 
   &lt;LI&gt;Could you describe still more clearly your problem/requirement?&lt;/LI&gt; 
  &lt;/UL&gt;
  &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 11:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-modify-statement-for-a-maintenance-table/m-p/683259#M30483</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-07-02T11:37:38Z</dc:date>
    </item>
  </channel>
</rss>

