<?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 screen modification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification/m-p/4067280#M972211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am getting the data from ztable to one custom screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there i am displaying the records one by one &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i click Previous pushbutton it will displaying the prevoius record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i click Next pushbutton it will displaying the Next record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i do any modifications there if i clic on Save pushbutton &lt;/P&gt;&lt;P&gt;the records are updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i am doing validation for 3 fields if they are not correct &lt;/P&gt;&lt;P&gt;the status field is display "E" status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;upto now the object is workig fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I HAVE ANOTHER REQUIREMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SCREEN LEVEL ONLY IF I DO CORRECT MODIFICATIONS AND IF I CLICK THE SAVE PUSHBUTTON ON THAT SPOT VALIDATION SHOULD BE DONE AND IT SHOULD SHOW THE STATUS 'C'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE HELP ME &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i WILL GIVE FULL POINTS IF IT WORKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2008 12:37:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-04T12:37:32Z</dc:date>
    <item>
      <title>screen modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification/m-p/4067280#M972211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am getting the data from ztable to one custom screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there i am displaying the records one by one &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i click Previous pushbutton it will displaying the prevoius record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i click Next pushbutton it will displaying the Next record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i do any modifications there if i clic on Save pushbutton &lt;/P&gt;&lt;P&gt;the records are updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i am doing validation for 3 fields if they are not correct &lt;/P&gt;&lt;P&gt;the status field is display "E" status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;upto now the object is workig fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I HAVE ANOTHER REQUIREMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SCREEN LEVEL ONLY IF I DO CORRECT MODIFICATIONS AND IF I CLICK THE SAVE PUSHBUTTON ON THAT SPOT VALIDATION SHOULD BE DONE AND IT SHOULD SHOW THE STATUS 'C'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE HELP ME &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i WILL GIVE FULL POINTS IF IT WORKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 12:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification/m-p/4067280#M972211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T12:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: screen modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification/m-p/4067281#M972212</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;Put an modify button and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; use modify statemnt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify &amp;lt;Table &amp;gt; from &amp;lt;wa&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change the data as required&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 12:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification/m-p/4067281#M972212</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-07-04T12:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: screen modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification/m-p/4067282#M972213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hanuma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You take a flag variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are validating the 3 fields... if value is wrong then set this flag to 'X' (use the same flag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your at selection screen output  event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;  if flag eq 'X'.&lt;/P&gt;&lt;P&gt;    ..... write the logic for setting the field value 'E'&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  .... set the field value to 'C'&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 12:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification/m-p/4067282#M972213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T12:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: screen modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification/m-p/4067283#M972214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS ABOVE ALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I WILL TRY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 12:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification/m-p/4067283#M972214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T12:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: screen modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification/m-p/4067284#M972215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 12:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification/m-p/4067284#M972215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T12:53:08Z</dc:date>
    </item>
  </channel>
</rss>

