<?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 User defined fields for KS01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-fields-for-ks01/m-p/5691845#M1293307</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;I have to create a new field for cost centre KS01 transaction. In the documentation of exit EXIT_SAPLKMA1_001 it is mentioned that we have to create the new field in CSKS_CI structure. After this, the new field has to be added in the screen.&lt;/P&gt;&lt;P&gt;This exit is used by program SAPLKMA1 in 2 screens 0399 and 3999. But, these screens are not used anywhere (I checked from the where-used list). In these 2 screens, there is a call customer-subscreen line. If i want to create this subscreen it asks for access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that i can create a subscreen and attach it to the standard transaction. Please suggest if there is any other ways to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 May 2009 18:11:08 GMT</pubDate>
    <dc:creator>Nik2</dc:creator>
    <dc:date>2009-05-31T18:11:08Z</dc:date>
    <item>
      <title>User defined fields for KS01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-fields-for-ks01/m-p/5691845#M1293307</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;I have to create a new field for cost centre KS01 transaction. In the documentation of exit EXIT_SAPLKMA1_001 it is mentioned that we have to create the new field in CSKS_CI structure. After this, the new field has to be added in the screen.&lt;/P&gt;&lt;P&gt;This exit is used by program SAPLKMA1 in 2 screens 0399 and 3999. But, these screens are not used anywhere (I checked from the where-used list). In these 2 screens, there is a call customer-subscreen line. If i want to create this subscreen it asks for access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that i can create a subscreen and attach it to the standard transaction. Please suggest if there is any other ways to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2009 18:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-fields-for-ks01/m-p/5691845#M1293307</guid>
      <dc:creator>Nik2</dc:creator>
      <dc:date>2009-05-31T18:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: User defined fields for KS01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-fields-for-ks01/m-p/5691846#M1293308</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;Could anyone help me with this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 06:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-fields-for-ks01/m-p/5691846#M1293308</guid>
      <dc:creator>Nik2</dc:creator>
      <dc:date>2009-06-01T06:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: User defined fields for KS01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-fields-for-ks01/m-p/5691847#M1293309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just read the FM documentation of &lt;STRONG&gt;EXIT_SAPLKMA1_001&lt;/STRONG&gt; in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will be able to solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 06:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-fields-for-ks01/m-p/5691847#M1293309</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-06-01T06:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: User defined fields for KS01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-fields-for-ks01/m-p/5691848#M1293310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the documentation once properly,user-exits are provided for adding additional functionality with out using any Access Keys...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the additional fields are to be visible on the screen, the include ZXKM1U01 must at least include a field transport from the structure transferred in the interface, to the structure used on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have placed fields of structure CSKS_CI on the screen, you should add the following line to include ZXKM1U01:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING USER_CSKS_CI TO CSKS_CI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further examples of coding can be found in include LXKM1F01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 06:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-fields-for-ks01/m-p/5691848#M1293310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T06:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: User defined fields for KS01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-fields-for-ks01/m-p/5691849#M1293311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is mentioned in the documentation that we have to add the field of structure CSKS_CI on the screen. In which screen should I add it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen, 399 and 3399 of program SAPLKMA1 there is a statement call customer-subscreen and screen number is 9999 but I am not able to create this screen (It asks for access key). Could you please let me know in which i have to add the field in structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 09:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-fields-for-ks01/m-p/5691849#M1293311</guid>
      <dc:creator>Nik2</dc:creator>
      <dc:date>2009-06-01T09:36:09Z</dc:date>
    </item>
  </channel>
</rss>

