<?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: Regarding  SAMT TCODE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145845#M116109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhargava,&lt;/P&gt;&lt;P&gt;Reward points if you feel it was helpful.For previous posts as well. Here is the part which you want.&lt;/P&gt;&lt;P&gt;_________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Development Under Unicode &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Unicode-enabled ABAP program (UP) is a program in which all Unicode checks are effective. Such a program returns the same results in a non-Unicode system (NUS) as in a Unicode system (US). In order to perform the relevant syntax checks, you must activate the Unicode flag in the screens of the program and class attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a US, you can only execute programs for which the Unicode flag is set. In future, the Unicode flag must be set for all SAP programs to enable them to run on a US. If the Unicode flag is set for a program, the syntax is checked and the program executed according to the rules described in this document, regardless of whether the system is a US or an NUS. From now on, the Unicode flag must be set for all new programs and classes that are created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Unicode flag is not set, a program can only be executed in an NUS. The syntactical and semantic changes described below do not apply to such programs. However, you can use all language extensions that have been introduced in the process of the conversion to Unicode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result of the modifications and restrictions associated with the Unicode flag, programs are executed in both Unicode and non-Unicode systems with the same semantics to a large degree. In rare cases, however, differences may occur. Programs that are designed to run on both systems therefore need to be tested on both platforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are recommended to follow the procedure below to make your programs US-compliant:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The UNICODE task in transaction SAMT performs first an NUS and then a US syntax check for a selected program set. For an overview of the syntax errors by systems, programs and authors, consult the following document in SAPNet: Alternatively, you can start the ABAP program RSUNISCAN_FINAL to determine the Unicode-relevant syntax errors for a single program. &lt;/P&gt;&lt;P&gt;Before you can set the Unicode flag in the NUS in the attributes of the program concerned, all syntax errors must be removed. &lt;/P&gt;&lt;P&gt;Having enabled the Unicode flag in the NUS, you can run the syntax check for this program. To display a maximum of 50 syntax errors simultaneously, choose Utilities -&amp;gt; Settings -&amp;gt; Editor in the ABAP Editor and select the corresponding checkbox. &lt;/P&gt;&lt;P&gt;Once all syntactical requirements are met in the NUS, you must test the program both in the NUS and US. The purpose of this test is to recognize any runtime errors and make sure that the results are correct in both systems. To rule out runtime errors in advance, you should always type field symbols and parameters so that any potential problems can be detected during the syntax check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2006 10:36:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-02T10:36:13Z</dc:date>
    <item>
      <title>Regarding  SAMT TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145840#M116104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;can anyone plz lemme know how to use tcode samt???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reply me soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks n regards,&lt;/P&gt;&lt;P&gt;Bhargava.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 09:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145840#M116104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T09:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  SAMT TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145841#M116105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP Program Mass Processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Transaction SAMT allows you to perform tests on sets of associated&lt;/P&gt;&lt;P&gt;     programs.&lt;/P&gt;&lt;P&gt;     To do this, you specify a subroutine which you call with an external&lt;/P&gt;&lt;P&gt;     PERFORM for each individual program.&lt;/P&gt;&lt;P&gt;     A program name and the associated TRDIR entry is then passed to a test&lt;/P&gt;&lt;P&gt;     subroutine.&lt;/P&gt;&lt;P&gt;     If the test detects any problem, it analyzes the information, error or&lt;/P&gt;&lt;P&gt;     warning and outputs a note on the program location (external PERFORM&lt;/P&gt;&lt;P&gt;     SAMT_HINT(SAPRSAMT)).&lt;/P&gt;&lt;P&gt;     One note can have several messages consisting of any amount of text&lt;/P&gt;&lt;P&gt;     (external PERFORM SAMT_MESSAGE(SAPRSAMT)).&lt;/P&gt;&lt;P&gt;     For documentation about writing these subroutines, refer to the program&lt;/P&gt;&lt;P&gt;     documentation for RSAMTFEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Special functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Transporting tests&lt;/P&gt;&lt;P&gt;               This function allows you to transport a test to another&lt;/P&gt;&lt;P&gt;               system, but the system transports only a table entry, not the&lt;/P&gt;&lt;P&gt;               associated test program.&lt;/P&gt;&lt;P&gt;               Transported tests are usually displayed in green.&lt;/P&gt;&lt;P&gt;               These transports are only deleted irrevocably if the deletion&lt;/P&gt;&lt;P&gt;               was also transported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Creating program sets&lt;/P&gt;&lt;P&gt;               With this function, you create a program set belonging to a&lt;/P&gt;&lt;P&gt;               particular test. You can describe the set on the next&lt;/P&gt;&lt;P&gt;               selection screen.&lt;/P&gt;&lt;P&gt;               If you want to enable certain program sets with a complicated&lt;/P&gt;&lt;P&gt;               selection to be created several times, you can define a&lt;/P&gt;&lt;P&gt;               variant of the program RSAMTSEL (in the usual way).&lt;/P&gt;&lt;P&gt;               If you want to determine the program set according to&lt;/P&gt;&lt;P&gt;               different criteria, you can use your own subroutine. This must&lt;/P&gt;&lt;P&gt;               be part of the main program for the test, have the name&lt;/P&gt;&lt;P&gt;               DETERMINE_PROGRAMSET and the following interface:&lt;/P&gt;&lt;P&gt;                 FORM DETERMINE_PROGRAMSET.&lt;/P&gt;&lt;P&gt;                        TABLES   P_PROGRAMS  TYPE PROGRAMS&lt;/P&gt;&lt;P&gt;                        USING    P_FORM      TYPE FORM&lt;/P&gt;&lt;P&gt;                        CHANGING P_SHORTTEXT TYPE SHORTTEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Executing a test&lt;/P&gt;&lt;P&gt;               The subroutine belonging to the test is called for each&lt;/P&gt;&lt;P&gt;               program in a program set (in alphabetical order).&lt;/P&gt;&lt;P&gt;               Since locks are set, several different sessions can perform&lt;/P&gt;&lt;P&gt;               tests on the same program set at the same time. This means you&lt;/P&gt;&lt;P&gt;               can reduce considerably the total amount of time needed to&lt;/P&gt;&lt;P&gt;               process a program set.&lt;/P&gt;&lt;P&gt;               There is also a function to execute tests in the background.&lt;/P&gt;&lt;P&gt;               The function for performing a test on all machines initiates&lt;/P&gt;&lt;P&gt;               the scheduling of a background job that executes a test on all&lt;/P&gt;&lt;P&gt;               "suitable" machines (with RFC). Since this function increases&lt;/P&gt;&lt;P&gt;               the load on the entire system considerably, this type of&lt;/P&gt;&lt;P&gt;               background job should only be run at night.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Copying a program set&lt;/P&gt;&lt;P&gt;               This function creates a new version of an existing program&lt;/P&gt;&lt;P&gt;               set. You can execute the test for all the programs concerned.&lt;/P&gt;&lt;P&gt;               In this way, you can detect any change in the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Extracting a program set&lt;/P&gt;&lt;P&gt;               With this function, you create a new program set from an&lt;/P&gt;&lt;P&gt;               existing program set.&lt;/P&gt;&lt;P&gt;               For example, you can extract just the programs that cause&lt;/P&gt;&lt;P&gt;               errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Copying a program set to another test&lt;/P&gt;&lt;P&gt;               This function copies a program set from one test to another&lt;/P&gt;&lt;P&gt;               test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; User statistics&lt;/P&gt;&lt;P&gt;               If you want to determine the persons responsible for all the&lt;/P&gt;&lt;P&gt;               program classes and development classes of the selected&lt;/P&gt;&lt;P&gt;               programs, you can generate a list of all the relevant user&lt;/P&gt;&lt;P&gt;               names.&lt;/P&gt;&lt;P&gt;               This is accompanied by statistics giving the number of&lt;/P&gt;&lt;P&gt;               programs, informations, warnings and errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Code statistics&lt;/P&gt;&lt;P&gt;               You can also generate a statistic containing all the notes&lt;/P&gt;&lt;P&gt;               codes that have occurred.&lt;/P&gt;&lt;P&gt;               The text for a code is any first line of a note belonging to&lt;/P&gt;&lt;P&gt;               the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               You can branch to the relevant results display from either the&lt;/P&gt;&lt;P&gt;               user statistic or the code statistic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Displaying the results&lt;/P&gt;&lt;P&gt;               There are two types of results display - standard display and&lt;/P&gt;&lt;P&gt;               private display using your own program.&lt;/P&gt;&lt;P&gt;               You can reduce the standard display by specifying certain&lt;/P&gt;&lt;P&gt;               criteria.&lt;/P&gt;&lt;P&gt;               If you want to perform non-standard results analyses, you can&lt;/P&gt;&lt;P&gt;               handle the display and processing of test results yourself. To&lt;/P&gt;&lt;P&gt;               do this, you call the program containing the test subroutine&lt;/P&gt;&lt;P&gt;               directly (with SUBMIT ... VIA SELECTION-SCREEN). The test,&lt;/P&gt;&lt;P&gt;               program set and version IDs are then passed via memory.&lt;/P&gt;&lt;P&gt;               Since this involves a lot of programming and assumes some&lt;/P&gt;&lt;P&gt;               knowledge of the structure of results tables, you are advised&lt;/P&gt;&lt;P&gt;               against such results analysis.&lt;/P&gt;&lt;P&gt;               Instead, you should make a development request for this&lt;/P&gt;&lt;P&gt;               transaction in order to get any defective function included in&lt;/P&gt;&lt;P&gt;               the standard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Editing&lt;/P&gt;&lt;P&gt;               By double-clicking on a message for a note in the standard&lt;/P&gt;&lt;P&gt;               display, you can go into the ABAP/4 editor and jump to the&lt;/P&gt;&lt;P&gt;               relevant place in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Refreshing&lt;/P&gt;&lt;P&gt;               You can refresh display lists at any time. This makes changes&lt;/P&gt;&lt;P&gt;               made by other modi visible.&lt;/P&gt;&lt;P&gt; Return -&amp;gt;&lt;/P&gt;&lt;P&gt;     SAMT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Bhandari.&lt;/P&gt;&lt;P&gt;p.s Reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 09:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145841#M116105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T09:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  SAMT TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145842#M116106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot for the info, however can u plz lemme know where will u will call the external subroutine that u have mentioned...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u plz be abit clear on that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bhargava.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 09:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145842#M116106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T09:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  SAMT TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145843#M116107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhargava,&lt;/P&gt;&lt;P&gt;Please find below the answer. Reward points if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;                                                                                Mass Test for ABAP/4 Programs: Subroutines for Reporting Results                                                                                &lt;/P&gt;&lt;P&gt;riting a (Sub)routine for ABAP Program Set Processing                                                                                &lt;/P&gt;&lt;P&gt;Each main program belonging to a test should contain the include           &lt;/P&gt;&lt;P&gt;   RSAMTINC (or at least the include RSAMTTP0), since this defines the        &lt;/P&gt;&lt;P&gt;   constants for the allowed values of P_CATEGORY.                                                                                &lt;/P&gt;&lt;P&gt;The subroutine interface should be similar to the following:                                                                                &lt;/P&gt;&lt;P&gt;FORM &amp;lt;FORM name&amp;gt; USING P_PROGRAM TYPE PROGRAM                            &lt;/P&gt;&lt;P&gt;                            P_TRDIR   LIKE TRDIR.                                                                                &lt;/P&gt;&lt;P&gt;This passes the program name and the associated TRDIR entry.                                                                                &lt;/P&gt;&lt;P&gt;Messages are output by calling the subroutine SAMT_MESSAGE, but you must   &lt;/P&gt;&lt;P&gt;   first assign them to a note by calling SAMT_HINT, SAMT_CODED_HINT or       &lt;/P&gt;&lt;P&gt;   SAMT_GENERAL_HINT. You can also give notes a code which facilitates        &lt;/P&gt;&lt;P&gt; selection later. You call the subroutines SAMT_HINT and SAMT_MESSAGE of  &lt;/P&gt;&lt;P&gt; the main program with an external PERFORM.                               &lt;/P&gt;&lt;P&gt; One program can have several notes but each note always refers to one    &lt;/P&gt;&lt;P&gt; program location. One note can have several messages (texts).                                                                                &lt;/P&gt;&lt;P&gt;The include RSAMTFEX of the main program SAPRSAMT contains some other    &lt;/P&gt;&lt;P&gt; useful subroutines which you can call from the actual test subroutine    &lt;/P&gt;&lt;P&gt; with an external PERFORM. These subroutines include:                                                                                &lt;/P&gt;&lt;P&gt;SAMT_SEARCH_ABAP_PATTERN: This searches for ABAP statements              &lt;/P&gt;&lt;P&gt;                           which match the specified pattern.             &lt;/P&gt;&lt;P&gt;                           It also scans includes.                        &lt;/P&gt;&lt;P&gt;                           In general, you use this program for           &lt;/P&gt;&lt;P&gt;                           searching, and not SAMT_SEARCH_STRING                                                                                &lt;/P&gt;&lt;P&gt;SAMT_SEARCH_STRING: This searches for a character string in a            &lt;/P&gt;&lt;P&gt;                     program, including comments,                         &lt;/P&gt;&lt;P&gt;                     but does not scan includes.                                                                                &lt;/P&gt;&lt;P&gt;SAMT_SYNTAX_CHECK: This checks the syntax of a specified program         &lt;/P&gt;&lt;P&gt;                    and, if necessary, outputs error messages.                                                                                &lt;/P&gt;&lt;P&gt;SAMT_READ_REPORT: This reads the specifed program; the subroutine         &lt;/P&gt;&lt;P&gt;                    takes over error handling.                                                                                &lt;/P&gt;&lt;P&gt;splaying results with auxiliary programs                                                                                &lt;/P&gt;&lt;P&gt;If you want a larger number of users to be able to view the results       &lt;/P&gt;&lt;P&gt;  without being "obliged" to use the transaction, use the programs          &lt;/P&gt;&lt;P&gt;  RSAMTUSS and RSAMTUSR can be used.                                        &lt;/P&gt;&lt;P&gt;  RSAMTUSS allows you to jump directly to the standard display. When doing  &lt;/P&gt;&lt;P&gt;  this, you must specify the IDs of the test, program set and version. You  &lt;/P&gt;&lt;P&gt;  can determine these by using an appropriate function in the program set   &lt;/P&gt;&lt;P&gt;  list. Sometimes, it is useful to create variants.                         &lt;/P&gt;&lt;P&gt;  RSAMTUSR calls RSAMTUSS by using a variant (of RSAMTUSS) specified on     &lt;/P&gt;&lt;P&gt;  the selection screen and a user name (default: SY-UNAME).                 &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Bhandari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 09:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145843#M116107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T09:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  SAMT TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145844#M116108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;Iam able to create a task and then a program set and its in processing... but how to see the errors and what is the basic use of samt tcode....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after i create program sets what should i do in order to see the errors what should i do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u pzl gimme hat information..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrads,&lt;/P&gt;&lt;P&gt;Bhargava.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 10:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145844#M116108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T10:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  SAMT TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145845#M116109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhargava,&lt;/P&gt;&lt;P&gt;Reward points if you feel it was helpful.For previous posts as well. Here is the part which you want.&lt;/P&gt;&lt;P&gt;_________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Development Under Unicode &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Unicode-enabled ABAP program (UP) is a program in which all Unicode checks are effective. Such a program returns the same results in a non-Unicode system (NUS) as in a Unicode system (US). In order to perform the relevant syntax checks, you must activate the Unicode flag in the screens of the program and class attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a US, you can only execute programs for which the Unicode flag is set. In future, the Unicode flag must be set for all SAP programs to enable them to run on a US. If the Unicode flag is set for a program, the syntax is checked and the program executed according to the rules described in this document, regardless of whether the system is a US or an NUS. From now on, the Unicode flag must be set for all new programs and classes that are created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Unicode flag is not set, a program can only be executed in an NUS. The syntactical and semantic changes described below do not apply to such programs. However, you can use all language extensions that have been introduced in the process of the conversion to Unicode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result of the modifications and restrictions associated with the Unicode flag, programs are executed in both Unicode and non-Unicode systems with the same semantics to a large degree. In rare cases, however, differences may occur. Programs that are designed to run on both systems therefore need to be tested on both platforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are recommended to follow the procedure below to make your programs US-compliant:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The UNICODE task in transaction SAMT performs first an NUS and then a US syntax check for a selected program set. For an overview of the syntax errors by systems, programs and authors, consult the following document in SAPNet: Alternatively, you can start the ABAP program RSUNISCAN_FINAL to determine the Unicode-relevant syntax errors for a single program. &lt;/P&gt;&lt;P&gt;Before you can set the Unicode flag in the NUS in the attributes of the program concerned, all syntax errors must be removed. &lt;/P&gt;&lt;P&gt;Having enabled the Unicode flag in the NUS, you can run the syntax check for this program. To display a maximum of 50 syntax errors simultaneously, choose Utilities -&amp;gt; Settings -&amp;gt; Editor in the ABAP Editor and select the corresponding checkbox. &lt;/P&gt;&lt;P&gt;Once all syntactical requirements are met in the NUS, you must test the program both in the NUS and US. The purpose of this test is to recognize any runtime errors and make sure that the results are correct in both systems. To rule out runtime errors in advance, you should always type field symbols and parameters so that any potential problems can be detected during the syntax check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 10:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145845#M116109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T10:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  SAMT TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145846#M116110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to run this SAMT tcode and get the error results displayed, do we need to write any executable program of our own.... if u have written any program like that can u plz send me the code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its very urgent, can u help me out.&lt;/P&gt;&lt;P&gt;awaiting ur reply&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Bhargava.K.K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 10:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-samt-tcode/m-p/1145846#M116110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T10:40:42Z</dc:date>
    </item>
  </channel>
</rss>

