<?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: Hide Screen Fields in Dialog Programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-screen-fields-in-dialog-programming/m-p/1909003#M378563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be done by using transaction variant concept - SHD0 tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link for example...&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapbs010.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapbs010.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2007 17:31:23 GMT</pubDate>
    <dc:creator>Manohar2u</dc:creator>
    <dc:date>2007-02-23T17:31:23Z</dc:date>
    <item>
      <title>Hide Screen Fields in Dialog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-screen-fields-in-dialog-programming/m-p/1909002#M378562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is already a screen with a number of fields in dailog Programming . Eg : Account No : &lt;/P&gt;&lt;P&gt;Vendor No : &lt;/P&gt;&lt;P&gt;User wants to hide some of the fields . Is there a way we could hide those fields from showing on the screen without changing the code ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 17:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-screen-fields-in-dialog-programming/m-p/1909002#M378562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T17:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Screen Fields in Dialog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-screen-fields-in-dialog-programming/m-p/1909003#M378563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be done by using transaction variant concept - SHD0 tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link for example...&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapbs010.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapbs010.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 17:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-screen-fields-in-dialog-programming/m-p/1909003#M378563</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2007-02-23T17:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Screen Fields in Dialog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-screen-fields-in-dialog-programming/m-p/1909004#M378564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As said earlier... U can use Tcode SHD0... There you will be asked to use select characteristric of evey field... U can make them Hidden or Mandatory etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 18:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-screen-fields-in-dialog-programming/m-p/1909004#M378564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T18:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Screen Fields in Dialog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-screen-fields-in-dialog-programming/m-p/1909005#M378565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to create a Transaction variant for this... We can create a Standard Varinat and we can choose the fields to hide from the screens to display , Execute the Transaction code SHD0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      Choose Basis Components ® Application Personalization ® Tailoring of Application Transactions ® Configure Transaction-Related Display Values for Fields (transaction SHD0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      To execute a transaction variant, you have to define a variant transaction using the Transaction Maintenance transaction (SE93).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3.      Once you have entered a transaction code and short description, choose transaction type Transaction with variant (Variant transaction). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       4.      To define a variant, enter the name of the transaction and the name of the variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5.      Usually the settings in the Classification group box are set by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapbs010.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapbs010.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 18:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-screen-fields-in-dialog-programming/m-p/1909005#M378565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T18:05:27Z</dc:date>
    </item>
  </channel>
</rss>

