<?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: Recording transaction code ks01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/recording-transaction-code-ks01/m-p/9815576#M1781904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be you do not have authorization for that.&lt;/P&gt;&lt;P&gt;Do one thing before recording, open KS01 in one window &amp;amp; in time of entering the HIERARCHY area,open SU53 in another window.&lt;/P&gt;&lt;P&gt;Take su53 screen shot &amp;amp; talk with your BASIS team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note OKEON is tcode for standard hierarchy change.&lt;/P&gt;&lt;P&gt;check this note also&lt;/P&gt;&lt;P&gt;&lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/1056150" style="color: #204ba2; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; background-color: #cbdbea;" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data" style="font-weight: bold;"&gt;Note 1056150 - KS01: Cost center creation not possible&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtH1" style="font-weight: bold;"&gt;Hope it helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtH1" style="font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Sep 2013 10:04:02 GMT</pubDate>
    <dc:creator>gouravkumar64</dc:creator>
    <dc:date>2013-09-27T10:04:02Z</dc:date>
    <item>
      <title>Recording transaction code ks01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recording-transaction-code-ks01/m-p/9815574#M1781902</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;&lt;/P&gt;&lt;P&gt;I am doing one recording for transaction code KS01 (cost center).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During recording i entered the mandatory values for Tcode KS01 Ie. Cost Center no, Controlling Area, valid from-to details.&lt;/P&gt;&lt;P&gt;After that i entered values to&amp;nbsp; the basic data like Name, Person Responsible, Hierarchy area and currency fields which are mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem is that, when I entered the values for hierarchy area, its showing a error that&amp;nbsp; " Area&amp;lt;the values i entered&amp;gt; can't be used here ".&lt;/P&gt;&lt;P&gt;Also its not showing any search values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I checked csks table and find values for hierarchy area field&amp;nbsp; KHINR and entered the same values but showing the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please guide me what data i should entered there so that it ll work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajit Sarangi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 09:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recording-transaction-code-ks01/m-p/9815574#M1781902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-27T09:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Recording transaction code ks01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recording-transaction-code-ks01/m-p/9815575#M1781903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Hi Ajit,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Without the access to the Master Data in your system, it is a little difficult to predict exactly what could be wrong (at least from a Technical perspective). But if you debug, I don't think it would be a difficult problem to crack. The Message that you are getting is Message Number '070' in Message Class KS, if I am correct. Go to SE91, then navigate to the Message KS-070. Do a WHERE USE LIST for the Message and you will find 3 programs that use the Message. When you are using KS01 / KS02, I believe the Message is generated from Include LKMA1F30 (1st in the list). Put a Break point at the 1st executable statement iN Subroutine '&lt;/SPAN&gt;&lt;SPAN style=": ; font-size: 10pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;khinr_check' in Include LKMA1F30 and then use KS01 / KS02. You would get to know exactly what is going on in your case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; font-size: 10pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; font-size: 10pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;Subhrangsu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 09:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recording-transaction-code-ks01/m-p/9815575#M1781903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-27T09:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Recording transaction code ks01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recording-transaction-code-ks01/m-p/9815576#M1781904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be you do not have authorization for that.&lt;/P&gt;&lt;P&gt;Do one thing before recording, open KS01 in one window &amp;amp; in time of entering the HIERARCHY area,open SU53 in another window.&lt;/P&gt;&lt;P&gt;Take su53 screen shot &amp;amp; talk with your BASIS team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note OKEON is tcode for standard hierarchy change.&lt;/P&gt;&lt;P&gt;check this note also&lt;/P&gt;&lt;P&gt;&lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/1056150" style="color: #204ba2; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; background-color: #cbdbea;" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data" style="font-weight: bold;"&gt;Note 1056150 - KS01: Cost center creation not possible&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtH1" style="font-weight: bold;"&gt;Hope it helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtH1" style="font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 10:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recording-transaction-code-ks01/m-p/9815576#M1781904</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2013-09-27T10:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Recording transaction code ks01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recording-transaction-code-ks01/m-p/9815577#M1781905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hierarchy Area are actually cost center group, so first ceate a hierachy (KSH1) and declare it as the standard for the control area (0KW1) then you will be able to create cost center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Customizing, and execute the options in the correct order (after reading their documentation)&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/287673" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 11:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recording-transaction-code-ks01/m-p/9815577#M1781905</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-09-27T11:44:15Z</dc:date>
    </item>
  </channel>
</rss>

