<?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: ABAP RunTime Error  for tcode : TS01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-for-tcode-ts01/m-p/3536848#M851003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I tried this way, but I didn&amp;#146;t get any pop up to confirm.&lt;/P&gt;&lt;P&gt;'Confirm the message that proposes conversion into the new structures.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be have to open the class in the edit mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lakshmi P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2008 17:00:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-17T17:00:08Z</dc:date>
    <item>
      <title>ABAP RunTime Error  for tcode : TS01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-for-tcode-ts01/m-p/3536846#M851001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually we are getting the run time error while creating the standard security transaction using TS01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After entering the data in the first screen -- click on the enter -- enter the details inside &amp;amp; click on save button--then it will go run time error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here while calling the method, we are getting the run time error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; call method cl_class_position_op_trs=&amp;gt;trs_flows_calculate_tax&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        im_tab_flow         = L_TAB_FLOWS&lt;/P&gt;&lt;P&gt;        im_company_code     = l_company_code&lt;/P&gt;&lt;P&gt;        im_security_account = l_security_account&lt;/P&gt;&lt;P&gt;        im_security_id      = l_security_id&lt;/P&gt;&lt;P&gt;      receiving&lt;/P&gt;&lt;P&gt;        re_tab_flow         = RE_TAB_FLOWS&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        failed = 1&lt;/P&gt;&lt;P&gt;        others = 2.&lt;/P&gt;&lt;P&gt;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4&lt;/P&gt;&lt;P&gt;              RAISING FAILED.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actuallly here the problem with the class becuase the class  cl_class_position_op_trs itself has error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the class , in the local classes they are calling again the class cl_class_position_op_trs. becasue of this reason it was going to run time error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we are getting the run time error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have OSS note for the same problem.But i am unable to implement that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me how to implement the OSS note 751947.(Note 751947 - TRS: Syntax error due to ABAP Compiler)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the error details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         SYNTAX_ERROR&lt;/P&gt;&lt;P&gt;       Occurred on     03/12/2008 at 00:26:57&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax error in program "CL_CLASS_POSITION_OP_TRS======CP ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following syntax error occurred in the program&lt;/P&gt;&lt;P&gt; CL_CLASS_POSITION_OP_TRS======CP :&lt;/P&gt;&lt;P&gt;"Components of classes declared using "CLASS CL_CLASS_POSITION_OP_TRS D"&lt;/P&gt;&lt;P&gt;Error in ABAP application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "CL_CLASS_POSITION_TRS=========CP" had to be&lt;/P&gt;&lt;P&gt; terminated because one of the&lt;/P&gt;&lt;P&gt;statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please eliminate the error by performing a syntax check&lt;/P&gt;&lt;P&gt;(or an extended program check) on the program "CL_CLASS_POSITION_OP_TRS======CP&lt;/P&gt;&lt;P&gt; ".&lt;/P&gt;&lt;P&gt;You can also perform the syntax check from the ABAP/4 Editor.&lt;/P&gt;&lt;P&gt;If the problem persists, proceed as follows:&lt;/P&gt;&lt;P&gt;Print out the error message (using the "Print" function)&lt;/P&gt;&lt;P&gt;and make a note of the actions and input that caused the&lt;/P&gt;&lt;P&gt;error.&lt;/P&gt;&lt;P&gt;&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 date.&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following syntax error was found in the program&lt;/P&gt;&lt;P&gt; CL_CLASS_POSITION_OP_TRS======CP :&lt;/P&gt;&lt;P&gt;"Components of classes declared using "CLASS CL_CLASS_POSITION_OP_TRS D"&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;Lakshmi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: lakshmi podile on Mar 14, 2008 8:08 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 08:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-for-tcode-ts01/m-p/3536846#M851001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T08:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RunTime Error  for tcode : TS01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-for-tcode-ts01/m-p/3536847#M851002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you go through the steps in the note?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use transaction SE24 to distribute the local classes into new include structures as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction SE24 for the class CL_CLASS_POSITION_OP_TRS.&lt;/P&gt;&lt;P&gt;Select the following menu option:&lt;/P&gt;&lt;P&gt;Goto --&amp;gt; Class-local types --&amp;gt; Local Class Definitions/Types&lt;/P&gt;&lt;P&gt;Confirm the message that proposes conversion into the new structures.&lt;/P&gt;&lt;P&gt;Choose Utilities --&amp;gt; Regenerate sections from the menu.&lt;/P&gt;&lt;P&gt;Activate the class and all changed objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try and do this, and see what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 14:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-for-tcode-ts01/m-p/3536847#M851002</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-03-17T14:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RunTime Error  for tcode : TS01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-for-tcode-ts01/m-p/3536848#M851003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I tried this way, but I didn&amp;#146;t get any pop up to confirm.&lt;/P&gt;&lt;P&gt;'Confirm the message that proposes conversion into the new structures.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be have to open the class in the edit mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lakshmi P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 17:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-for-tcode-ts01/m-p/3536848#M851003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T17:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RunTime Error  for tcode : TS01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-for-tcode-ts01/m-p/3536849#M851004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, when you want to enter in edit mode, than you would need a key for modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, can't help you. Where on a version in which we don't have this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-for-tcode-ts01/m-p/3536849#M851004</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-03-18T10:47:45Z</dc:date>
    </item>
  </channel>
</rss>

