<?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: SCAT Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scat-error/m-p/2838079#M664622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You selected more than 1 Radio button in a Single Group ... Just select only 1 Radio button in a single group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2007 14:30:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-01T14:30:03Z</dc:date>
    <item>
      <title>SCAT Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scat-error/m-p/2838077#M664620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ShrtText                                                                                &lt;/P&gt;&lt;P&gt;More than one radio button is active.                                                                                &lt;/P&gt;&lt;P&gt;What happened?                                                                                &lt;/P&gt;&lt;P&gt;The current screen processing was terminated, since a situation                               &lt;/P&gt;&lt;P&gt;    occurred from which it could not continue processing.                                         &lt;/P&gt;&lt;P&gt;    This is probably due to an error in the current screen of the ABAP                            &lt;/P&gt;&lt;P&gt;    program.                                                                                &lt;/P&gt;&lt;P&gt;The system determined that more than one radio button was selected                            &lt;/P&gt;&lt;P&gt;    as it was trying to prepare screen display for screen "SAPICCTW" 0100.                                                                                &lt;/P&gt;&lt;P&gt;What can you do?                                                                                &lt;/P&gt;&lt;P&gt;Make a note of the actions and input which caused the error.                                                                                &lt;/P&gt;&lt;P&gt;To resolve the problem, contact your SAP system administrator.                                                                                &lt;/P&gt;&lt;P&gt;You can use transaction ST22 (ABAP Dump Analysis) to view and administer                      &lt;/P&gt;&lt;P&gt;    termination messages, especially those beyond their normal deletion                           &lt;/P&gt;&lt;P&gt;    date.                                                                                &lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;Only one field may be selected in each group of radio buttons                                  &lt;/P&gt;&lt;P&gt;     (value 'X').                                                                                &lt;/P&gt;&lt;P&gt;If this is not the case, on of the following situations occurs:                                &lt;/P&gt;&lt;P&gt;     a.) Multiple fields in the group are selected at the same time.                                &lt;/P&gt;&lt;P&gt;         This is an error and the application is terminated and the current                         &lt;/P&gt;&lt;P&gt;         short dump displayed.                                                                      &lt;/P&gt;&lt;P&gt;     b.) No field is selected in the group.                                                         &lt;/P&gt;&lt;P&gt;         In this case, the system sets the first radio button of the group                          &lt;/P&gt;&lt;P&gt;         as a default value. This may be an irresponsible way to program,                           &lt;/P&gt;&lt;P&gt;         however, no error is generated.                                                                                &lt;/P&gt;&lt;P&gt;How to correct the error                                                                                &lt;/P&gt;&lt;P&gt;In this case, the selection field in question is:                                              &lt;/P&gt;&lt;P&gt;     "XSTAT_2"                                                                                &lt;/P&gt;&lt;P&gt;from screen                                                                                &lt;/P&gt;&lt;P&gt;"SAPICCTW" 0100 .                                                                                &lt;/P&gt;&lt;P&gt;Another field (or multiple fields) is/are selected in the corresponding                        &lt;/P&gt;&lt;P&gt;     group of radio buttons.                                                                        &lt;/P&gt;&lt;P&gt;     Application program                                                                                &lt;/P&gt;&lt;P&gt;"SAPICCTW"                                                                                &lt;/P&gt;&lt;P&gt;needs to be corrected so that only one radio button is set in each                             &lt;/P&gt;&lt;P&gt;     group (selected = value 'X'). Fields that are not selected have the                            &lt;/P&gt;&lt;P&gt;     value SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Christopher Jansz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 10:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scat-error/m-p/2838077#M664620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T10:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: SCAT Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scat-error/m-p/2838078#M664621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you submit program SAPICCTW from an external point and you specify X_STAT2 = 'X'  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case, you should also specify X_STAT1 = ' ' because default value of this parameter is set to 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not the case, explain a little bit more the context&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 14:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scat-error/m-p/2838078#M664621</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2007-10-01T14:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: SCAT Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scat-error/m-p/2838079#M664622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You selected more than 1 Radio button in a Single Group ... Just select only 1 Radio button in a single group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 14:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scat-error/m-p/2838079#M664622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: SCAT Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scat-error/m-p/2838080#M664623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the ABAP team solved it... no idea how &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 12:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scat-error/m-p/2838080#M664623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T12:17:25Z</dc:date>
    </item>
  </channel>
</rss>

