<?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: display edit mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-edit-mode/m-p/4512797#M1067157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you write Error message in PAI module, all the input fileds become uneditable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to make a particular field editable, use the fillowing code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PROCESS AFTER INPUT.
FIELD &amp;lt;field_name&amp;gt; MODULE &amp;lt;pai_module_name&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to make more than one field editable, use the fillowing code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PROCESS AFTER INPUT.
CHAIN.
FIELD: &amp;lt;field1&amp;gt;,
           &amp;lt;field2&amp;gt;,
           &amp;lt;field3&amp;gt;.            
MODULE &amp;lt;pai_module_name&amp;gt;.
ENDCHAIN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2008 06:48:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-24T06:48:22Z</dc:date>
    <item>
      <title>display edit mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-edit-mode/m-p/4512795#M1067155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on tabel control with wizard.  In that I have four fields.  Of which the second field will be in edit mode in all conditions.  The other fields in display mode.  When i insert the record all the fields should be in edit mode.  I am done with that requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I insert a wrong record, based on my validation I am throwing an message of type E.  Then what is happening I am getting all the fields in display mode.  I even checked with the message with type I.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what type of message should I give when i try to insert an error record.  What should be done to make that particular error record in edit mode when some error message is thrown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with some logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Bhuvana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-edit-mode/m-p/4512795#M1067155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: display edit mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-edit-mode/m-p/4512796#M1067156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Chain and Endchain, inside the chain module you raise the message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-edit-mode/m-p/4512796#M1067156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: display edit mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-edit-mode/m-p/4512797#M1067157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you write Error message in PAI module, all the input fileds become uneditable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to make a particular field editable, use the fillowing code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PROCESS AFTER INPUT.
FIELD &amp;lt;field_name&amp;gt; MODULE &amp;lt;pai_module_name&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to make more than one field editable, use the fillowing code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PROCESS AFTER INPUT.
CHAIN.
FIELD: &amp;lt;field1&amp;gt;,
           &amp;lt;field2&amp;gt;,
           &amp;lt;field3&amp;gt;.            
MODULE &amp;lt;pai_module_name&amp;gt;.
ENDCHAIN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-edit-mode/m-p/4512797#M1067157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:48:22Z</dc:date>
    </item>
  </channel>
</rss>

