<?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 Making a field enable using transaction code SHD0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-field-enable-using-transaction-code-shd0/m-p/3896859#M935336</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;How to make a field &lt;STRONG&gt;posting date&lt;/STRONG&gt; enable from disable in the application ME22 using the transaction code SHD0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 09:01:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T09:01:15Z</dc:date>
    <item>
      <title>Making a field enable using transaction code SHD0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-field-enable-using-transaction-code-shd0/m-p/3896859#M935336</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;How to make a field &lt;STRONG&gt;posting date&lt;/STRONG&gt; enable from disable in the application ME22 using the transaction code SHD0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 09:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-field-enable-using-transaction-code-shd0/m-p/3896859#M935336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Making a field enable using transaction code SHD0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-field-enable-using-transaction-code-shd0/m-p/3896860#M935337</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;for transaction variant (shd0) refer the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/43/132f9803d76f40e10000000a422035/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/43/132f9803d76f40e10000000a422035/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 10:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-field-enable-using-transaction-code-shd0/m-p/3896860#M935337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T10:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Making a field enable using transaction code SHD0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-field-enable-using-transaction-code-shd0/m-p/3896861#M935338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if sy-tocode = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldname.input = '0'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 10:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-field-enable-using-transaction-code-shd0/m-p/3896861#M935338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T10:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Making a field enable using transaction code SHD0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-field-enable-using-transaction-code-shd0/m-p/3896862#M935339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;by transcation variants we can&lt;/P&gt;&lt;P&gt;Insert default values into fields&lt;/P&gt;&lt;P&gt;Change the ready for input status for fields&lt;/P&gt;&lt;P&gt;Hide various screen elements, menu functions or entire screens&lt;/P&gt;&lt;P&gt;Adjust table control settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Transaction variants can only be used with dialog transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create a transaction variant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction variants are created with transaction: SHD0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the field Transaction on SHD0 enter the transactioncode for the screen you want tpo modify (E.g. &lt;/P&gt;&lt;P&gt;VA03)&lt;/P&gt;&lt;P&gt;In the field Variant on SHD0 enter the name you want to give the transaction variant (E.g. ZVA03)&lt;/P&gt;&lt;P&gt;Press Create&lt;/P&gt;&lt;P&gt;Now the screen for the transaction is shown and you can hide&lt;/P&gt;&lt;P&gt;fields which ur u want by checking the check box of repective field which u want to hide (dont save after each screen only&lt;/P&gt;&lt;P&gt;press save when u get the field which u want to hide&lt;/P&gt;&lt;P&gt;still then press enter) of the &lt;/P&gt;&lt;P&gt;screen&lt;/P&gt;&lt;P&gt;Press Enter. Now a screen that enbles you to make further customizing (Hide, Output only, Invisible, &lt;/P&gt;&lt;P&gt;Mandatory) if the screen fields is shown.&lt;/P&gt;&lt;P&gt;After you have finished customizing the screen press Enter to go to the next screen or save and exit &lt;/P&gt;&lt;P&gt;to save the Transaction variant. &lt;/P&gt;&lt;P&gt;To run the transaction varian, you must create a new Transaction code in SE93 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 11:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-field-enable-using-transaction-code-shd0/m-p/3896862#M935339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T11:04:22Z</dc:date>
    </item>
  </channel>
</rss>

