<?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: Validate KS01 and KS02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-ks01-and-ks02/m-p/1701051#M307353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;    I think you can achieve this by using Tcode GGB0 - Validation manitanance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 11:59:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-28T11:59:05Z</dc:date>
    <item>
      <title>Validate KS01 and KS02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-ks01-and-ks02/m-p/1701050#M307352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a way to validate whether certain fields are entered during cost centre creation (KS01) and change (KS02). &lt;/P&gt;&lt;P&gt;My requirement is that I have to make sure that all fields in 'Joint venture' tab in KS01 and KS02 have to be filled (even though they are not mandatory). If they are not filled I have to display an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun Mohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Arun Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 11:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-ks01-and-ks02/m-p/1701050#M307352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T11:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Validate KS01 and KS02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-ks01-and-ks02/m-p/1701051#M307353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;    I think you can achieve this by using Tcode GGB0 - Validation manitanance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 11:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-ks01-and-ks02/m-p/1701051#M307353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T11:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Validate KS01 and KS02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-ks01-and-ks02/m-p/1701052#M307354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to do a search for BADIs. Set a breakpoint at the FM 'pf_astat_open'. This will be executed everytime a BADI will be called. Also check for user exits. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are none. You have two options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Amend the standard SAP PAI processing.&lt;/P&gt;&lt;P&gt;2. Amend the screen and set the fields to be mandatory. You could also do this in the PBO of the screen by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen&lt;/P&gt;&lt;P&gt;if screen-name eq '???'&lt;/P&gt;&lt;P&gt;screen-REQUIRED = 1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;modify screen&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 11:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-ks01-and-ks02/m-p/1701052#M307354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T11:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Validate KS01 and KS02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-ks01-and-ks02/m-p/1701053#M307355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use user exit wherein u need to check whether all fields on this tab have been filled or not...If any field is blank u can popup an error and then user can input the required values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 12:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-ks01-and-ks02/m-p/1701053#M307355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T12:00:06Z</dc:date>
    </item>
  </channel>
</rss>

