<?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: HOW TO MAKE MODULE POOL FIELDS EDITABLE? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-module-pool-fields-editable/m-p/12522400#M2004828</link>
    <description>&lt;P&gt;Hi Anurag, &lt;/P&gt;&lt;P&gt;Is this a standard delivered SAP screen or a custom build one? &lt;BR /&gt;Usually you make all fields available for input by placing them&lt;BR /&gt;in a chain in the dynpro flow logic. &lt;/P&gt;&lt;P&gt;CHAIN. &lt;/P&gt;&lt;P&gt;FIELD A MODULE A.&lt;/P&gt;&lt;P&gt;FIELD B MODULE B.&lt;/P&gt;&lt;P&gt;FIELD C MODULE C. &lt;/P&gt;&lt;P&gt;ENDCHAIN. &lt;/P&gt;&lt;P&gt;All errors that are issued by module A, B or C make all fields available for input again. &lt;/P&gt;</description>
    <pubDate>Tue, 01 Feb 2022 01:06:00 GMT</pubDate>
    <dc:creator>emanuel_klenner</dc:creator>
    <dc:date>2022-02-01T01:06:00Z</dc:date>
    <item>
      <title>HOW TO MAKE MODULE POOL FIELDS EDITABLE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-module-pool-fields-editable/m-p/12522397#M2004825</link>
      <description>&lt;P&gt;HOW TO MAKE MODULE POOL FIELDS EDITABLE IF USER ENTERS WRONG DATA?&lt;/P&gt;
  &lt;P&gt;IF USER ENTER A EXISTING VENDOR DETAILS THEN ALL THE SELECTED MODULE POOL FIELDS SHOULD BE CAME IN EDITABLE MODE.&lt;/P&gt;
  &lt;P&gt;PLS GIVE ME THE ANSWER WITH STEP BY STEP.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2022 18:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-module-pool-fields-editable/m-p/12522397#M2004825</guid>
      <dc:creator>former_member782714</dc:creator>
      <dc:date>2022-01-29T18:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO MAKE MODULE POOL FIELDS EDITABLE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-module-pool-fields-editable/m-p/12522398#M2004826</link>
      <description>&lt;P&gt;Search documentation and other answers about this piece of code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT SCREEN.
  screen-input = '1'.
  MODIFY SCREEN.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 30 Jan 2022 07:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-module-pool-fields-editable/m-p/12522398#M2004826</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-01-30T07:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO MAKE MODULE POOL FIELDS EDITABLE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-module-pool-fields-editable/m-p/12522399#M2004827</link>
      <description>&lt;P&gt;Welcome
and Thank you for visiting SAP Community to get answers to your questions.
Please add more details to your question, e.g. you can also add a screenshot. With
that, you can reach a broader range of experts to get your question answered. I
also recommend to do this tutorial &lt;A href="https://developers.sap.com/tutorials/community-qa.html"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;
&lt;/P&gt;

&lt;P&gt;The more
details you provide, the more likely it is that members will be able to assist
you.&lt;/P&gt;

&lt;P&gt;Furthermore,
if you're hoping to connect with readers, please consider adding a picture to
your profile. Here's how you do it: &lt;A href="https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS"&gt;https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS&lt;/A&gt;.
By personalizing your profile with a photo of you, you encourage readers to
respond.&lt;/P&gt;&lt;P&gt;Finally, please don't write your questions in capital letters as this might be understood as shouting in the virtual environment.&lt;/P&gt;

&lt;P&gt;Regards,
Svea&lt;/P&gt;

&lt;P&gt;SAP
Community Global Moderator&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 08:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-module-pool-fields-editable/m-p/12522399#M2004827</guid>
      <dc:creator>sveabecker</dc:creator>
      <dc:date>2022-01-31T08:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO MAKE MODULE POOL FIELDS EDITABLE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-module-pool-fields-editable/m-p/12522400#M2004828</link>
      <description>&lt;P&gt;Hi Anurag, &lt;/P&gt;&lt;P&gt;Is this a standard delivered SAP screen or a custom build one? &lt;BR /&gt;Usually you make all fields available for input by placing them&lt;BR /&gt;in a chain in the dynpro flow logic. &lt;/P&gt;&lt;P&gt;CHAIN. &lt;/P&gt;&lt;P&gt;FIELD A MODULE A.&lt;/P&gt;&lt;P&gt;FIELD B MODULE B.&lt;/P&gt;&lt;P&gt;FIELD C MODULE C. &lt;/P&gt;&lt;P&gt;ENDCHAIN. &lt;/P&gt;&lt;P&gt;All errors that are issued by module A, B or C make all fields available for input again. &lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 01:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-module-pool-fields-editable/m-p/12522400#M2004828</guid>
      <dc:creator>emanuel_klenner</dc:creator>
      <dc:date>2022-02-01T01:06:00Z</dc:date>
    </item>
  </channel>
</rss>

