<?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: sscrfields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778341#M1119574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main use is becoz if you want to change the Screen (enable and field, Disable any field, then we can write the code accordingly in ABAP Processor and it will be done in Screen throught Screen Processor.&lt;/P&gt;&lt;P&gt;Hope u get my point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2008 05:06:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-12T05:06:08Z</dc:date>
    <item>
      <title>sscrfields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778336#M1119569</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;  what is the main use of sscrfields in programming? where should we use sscrfields this structure/&lt;/P&gt;&lt;P&gt;  pl,make me understand clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 04:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778336#M1119569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T04:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: sscrfields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778337#M1119570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is used to get variuos parameters of the screen, like &lt;/P&gt;&lt;P&gt;&amp;gt;screen element names&lt;/P&gt;&lt;P&gt;&amp;gt;screen element values&lt;/P&gt;&lt;P&gt;&amp;gt;sy-ucomm etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all before PAI event or before AT Selection-Screen event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 04:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778337#M1119570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T04:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: sscrfields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778338#M1119571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shrish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sscrfields ar mainly used to design layout on selection-screen&lt;/P&gt;&lt;P&gt;when a develop a report with input criteria screen provided by sap itself is 1000.&lt;/P&gt;&lt;P&gt;if u want to design ur layout on this standard screen u can use SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;options syntax and while using this u can make use of this SSCRFIELDS.&lt;/P&gt;&lt;P&gt;to design texts for pushbuttons and trigger action using this pushbuttons&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 04:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778338#M1119571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T04:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: sscrfields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778339#M1119572</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;amith rightly said.&lt;/P&gt;&lt;P&gt;in sscrfields you can find the enitre information of the screen fields of the screen including the sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 04:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778339#M1119572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T04:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: sscrfields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778340#M1119573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;With the help of sscrfields one can find all the details related to screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 05:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778340#M1119573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T05:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: sscrfields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778341#M1119574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main use is becoz if you want to change the Screen (enable and field, Disable any field, then we can write the code accordingly in ABAP Processor and it will be done in Screen throught Screen Processor.&lt;/P&gt;&lt;P&gt;Hope u get my point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 05:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sscrfields/m-p/4778341#M1119574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T05:06:08Z</dc:date>
    </item>
  </channel>
</rss>

