<?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 T-code FD01: shows Disabled form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-fd01-shows-disabled-form/m-p/7390486#M1545320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when I run transaction FD01, one gets Create Customer:Initial Screen and on doing the following steps:&lt;/P&gt;&lt;P&gt;select Account group&amp;gt;&amp;gt; enter customer(a new customer)&amp;gt;&amp;gt; and then press enter(check button)&lt;/P&gt;&lt;P&gt;it goes to the Create Customer : General Data Screen. On this screen the form on which I am suppose to fill in all the entries for the new customer, shows disabled fields except for the Country and Language field.&lt;/P&gt;&lt;P&gt;Same goes for Control Data and Payment Transactions.&lt;/P&gt;&lt;P&gt;i tried the same transaction on other systems and it works absolutely fine. This is not an authorization issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please explain me why it is so?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: desaimam on Oct 18, 2010 12:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Oct 2010 10:51:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-18T10:51:37Z</dc:date>
    <item>
      <title>T-code FD01: shows Disabled form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-fd01-shows-disabled-form/m-p/7390486#M1545320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when I run transaction FD01, one gets Create Customer:Initial Screen and on doing the following steps:&lt;/P&gt;&lt;P&gt;select Account group&amp;gt;&amp;gt; enter customer(a new customer)&amp;gt;&amp;gt; and then press enter(check button)&lt;/P&gt;&lt;P&gt;it goes to the Create Customer : General Data Screen. On this screen the form on which I am suppose to fill in all the entries for the new customer, shows disabled fields except for the Country and Language field.&lt;/P&gt;&lt;P&gt;Same goes for Control Data and Payment Transactions.&lt;/P&gt;&lt;P&gt;i tried the same transaction on other systems and it works absolutely fine. This is not an authorization issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please explain me why it is so?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: desaimam on Oct 18, 2010 12:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 10:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-fd01-shows-disabled-form/m-p/7390486#M1545320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-18T10:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: T-code FD01: shows Disabled form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-fd01-shows-disabled-form/m-p/7390487#M1545321</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;These fields might be disabled at Customer Group level, check with FICO consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 11:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-fd01-shows-disabled-form/m-p/7390487#M1545321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-18T11:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: T-code FD01: shows Disabled form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-fd01-shows-disabled-form/m-p/7390488#M1545322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Desai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly I recommend is to limit the FD01 access and use XD01 tcode. FD01 is a company code level,  and XD01 includes sales area too. So have one central person and grant him XD01 access. If you have SPM installed, it will be more easy for you to manage the access. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, In config you can set up custome field status for the two tcodes which allows variations of fields allowed. Check transaction code OB31 settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infact the authorization can be enabled/disabled here. if you select the indicator 'No Authorization' for a field group, then it does not flow into the authorization check when maintaining the master data. This group is then only used for selecting fields for the change document display programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check if the users have authorization to F_KNA1_AEN authorization object. Please use TSTCA to identify the minimum required auth objects/field values/activities and ensure that you are maintaining all of those in the role created. Go to SU24 further to know th elist of the authorization object  that are required to execute the tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 17:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-fd01-shows-disabled-form/m-p/7390488#M1545322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-18T17:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: T-code FD01: shows Disabled form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-fd01-shows-disabled-form/m-p/7390489#M1545323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These fields are set as optional at Customer Group Level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What according to you seem to be the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 12:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-fd01-shows-disabled-form/m-p/7390489#M1545323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T12:01:12Z</dc:date>
    </item>
  </channel>
</rss>

