<?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: Retrieving data from the table TCRT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524368#M1069590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u got it..... If it is clear then close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Sep 2008 07:00:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-27T07:00:57Z</dc:date>
    <item>
      <title>Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524358#M1069580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts ,&lt;/P&gt;&lt;P&gt;  I am not able to retrieve data from the table TCRT.&lt;/P&gt;&lt;P&gt;I have used the functional module CU_READ_RGDIR to retrieve sequence number .&lt;/P&gt;&lt;P&gt;and PYXX_READ_PAYROLL_RESULT to get payroll result .&lt;/P&gt;&lt;P&gt;but this is not retrieving TCRT table alone .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function module which can retrieve data from TCRT table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 04:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524358#M1069580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T04:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524359#M1069581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..&lt;/P&gt;&lt;P&gt;Iam not able to find any dbtable named TCRT ..!!&lt;/P&gt;&lt;P&gt;Can u be clear on your query?&lt;/P&gt;&lt;P&gt;We are using ECC 6.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 04:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524359#M1069581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T04:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524360#M1069582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;  TCRT is cluster table and not a transparent database table . This is used to retrieve cumulative tax results for US payroll .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 05:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524360#M1069582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T05:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524361#M1069583</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;&lt;/P&gt;&lt;P&gt;try this way.&lt;/P&gt;&lt;P&gt;data: seqnumber like pc261-seqnr,&lt;/P&gt;&lt;P&gt;      payroll type payus_result,&lt;/P&gt;&lt;P&gt;      rtline type line of hrpay99_rt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;   CLUSTERID                          =  'RU'&lt;/P&gt;&lt;P&gt;    EMPLOYEENUMBER                     = PERNR&lt;/P&gt;&lt;P&gt;    SEQUENCENUMBER                     = SEQNUMBER&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  READ_ONLY_BUFFER                   = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   READ_ONLY_INTERNATIONAL            = ' '&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARC_GROUP                          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CHECK_READ_AUTHORITY               = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FILTER_CUMULATIONS                 = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CLIENT                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VERSION_NUMBER_PAYVN               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VERSION_NUMBER_PCL2                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CHANGING&lt;/P&gt;&lt;P&gt;    PAYROLL_RESULT                     = PAYROLL&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   ILLEGAL_ISOCODE_OR_CLUSTERID       = 1&lt;/P&gt;&lt;P&gt;   ERROR_GENERATING_IMPORT            = 2&lt;/P&gt;&lt;P&gt;   IMPORT_MISMATCH_ERROR              = 3&lt;/P&gt;&lt;P&gt;   SUBPOOL_DIR_FULL                   = 4&lt;/P&gt;&lt;P&gt;   NO_READ_AUTHORITY                  = 5&lt;/P&gt;&lt;P&gt;   NO_RECORD_FOUND                    = 6&lt;/P&gt;&lt;P&gt;   VERSIONS_DO_NOT_MATCH              = 7&lt;/P&gt;&lt;P&gt;   ERROR_READING_ARCHIVE              = 8&lt;/P&gt;&lt;P&gt;   ERROR_READING_RELID                = 9&lt;/P&gt;&lt;P&gt;   OTHERS                             = 10&lt;/P&gt;&lt;P&gt;          .&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;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT PAYROLL-INTER-tCRT INTO RTLINE.&lt;/P&gt;&lt;P&gt;WRITE: RTLINE-BETRG.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 05:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524361#M1069583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T05:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524362#M1069584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shankar ,&lt;/P&gt;&lt;P&gt; As mentioned earlier i am able to retrieve all the tables including RT and CRT using that function module .&lt;/P&gt;&lt;P&gt;I want data from TCRT table .The function module is not retrieveing the table TCRT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 05:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524362#M1069584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T05:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524363#M1069585</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;declare this in data statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: seqnumber like pc261-seqnr,&lt;/P&gt;&lt;P&gt;      payroll type payUS_result,&lt;/P&gt;&lt;P&gt;      rtline type line of hrpayUS_TCrt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here use that same function module with same parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT PAYROLL-NAT-TCRT INTO RTLINE.&lt;/P&gt;&lt;P&gt;write: rtline-betrg.&lt;/P&gt;&lt;P&gt;endl0op.&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;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 05:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524363#M1069585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T05:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524364#M1069586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u got the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 05:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524364#M1069586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T05:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524365#M1069587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shankar ,&lt;/P&gt;&lt;P&gt;    It throws an error . It says TCRT does not exist inside the structure .&lt;/P&gt;&lt;P&gt;I have tried it already&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 06:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524365#M1069587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T06:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524366#M1069588</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 am sending total code. I hope it will surely solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZSHAN_HR350_PAYRESULT_US.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data begin of rgdir occurs 10.&lt;/P&gt;&lt;P&gt;          INCLUDE STRUCTURE pc261.&lt;/P&gt;&lt;P&gt;DATA end of rgdir.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_RGDIR LIKE LINE OF RGDIR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: country like t500l-molga.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: seqnumber like pc261-seqnr,&lt;/P&gt;&lt;P&gt;      payroll type payUS_result,&lt;/P&gt;&lt;P&gt;      rtline type line of hrpayUS_TCRT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab_t512t like table of t512t with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: begin of final,&lt;/P&gt;&lt;P&gt;          LGART LIKE PC23H-LGART,&lt;/P&gt;&lt;P&gt;          LGTXT LIKE T512T-LGTXT,&lt;/P&gt;&lt;P&gt;          BETRG LIKE PC23H-BETRG,&lt;/P&gt;&lt;P&gt;      end of final.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: RESULT_TAB LIKE TABLE OF FINAL WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: pernr like pernr-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CU_READ_RGDIR'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    PERSNR                   = PERNR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BUFFER                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_AUTHORITY_CHECK       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   MOLGA                     = COUNTRY&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    IN_RGDIR                 = RGDIR&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   NO_RECORD_FOUND           = 1&lt;/P&gt;&lt;P&gt;   OTHERS                    = 2&lt;/P&gt;&lt;P&gt;          .&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;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT RGDIR DESCENDING BY SEQNR.&lt;/P&gt;&lt;P&gt;READ TABLE RGDIR INTO WA_RGDIR INDEX 1.&lt;/P&gt;&lt;P&gt;MOVE WA_RGDIR-SEQNR TO SEQNUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;   CLUSTERID                          = 'RU'&lt;/P&gt;&lt;P&gt;    EMPLOYEENUMBER                     = PERNR&lt;/P&gt;&lt;P&gt;    SEQUENCENUMBER                     = SEQNUMBER&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  READ_ONLY_BUFFER                   = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   READ_ONLY_INTERNATIONAL            = ' '&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARC_GROUP                          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CHECK_READ_AUTHORITY               = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FILTER_CUMULATIONS                 = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CLIENT                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VERSION_NUMBER_PAYVN               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VERSION_NUMBER_PCL2                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CHANGING&lt;/P&gt;&lt;P&gt;    PAYROLL_RESULT                     = PAYROLL&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   ILLEGAL_ISOCODE_OR_CLUSTERID       = 1&lt;/P&gt;&lt;P&gt;   ERROR_GENERATING_IMPORT            = 2&lt;/P&gt;&lt;P&gt;   IMPORT_MISMATCH_ERROR              = 3&lt;/P&gt;&lt;P&gt;   SUBPOOL_DIR_FULL                   = 4&lt;/P&gt;&lt;P&gt;   NO_READ_AUTHORITY                  = 5&lt;/P&gt;&lt;P&gt;   NO_RECORD_FOUND                    = 6&lt;/P&gt;&lt;P&gt;   VERSIONS_DO_NOT_MATCH              = 7&lt;/P&gt;&lt;P&gt;   ERROR_READING_ARCHIVE              = 8&lt;/P&gt;&lt;P&gt;   ERROR_READING_RELID                = 9&lt;/P&gt;&lt;P&gt;   OTHERS                             = 10&lt;/P&gt;&lt;P&gt;          .&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;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from t512t into table itab_t512t where molga eq '10'&lt;/P&gt;&lt;P&gt;                                             AND sprsl eq 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort itab_t512t ascending by lgart.&lt;/P&gt;&lt;P&gt;sort payroll-NAT-TCRT ascending by lgart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT PAYROLL-NAT-TCRT INTO RTLINE.&lt;/P&gt;&lt;P&gt;READ TABLE ITAB_T512T WITH KEY LGART = RTLINE-LGART.&lt;/P&gt;&lt;P&gt;MOVE RTLINE-LGART TO RESULT_TAB-LGART.&lt;/P&gt;&lt;P&gt;MOVE ITAB_T512T-LGTXT TO RESULT_TAB-LGTXT.&lt;/P&gt;&lt;P&gt;MOVE RTLINE-BETRG TO RESULT_TAB-BETRG.&lt;/P&gt;&lt;P&gt;APPEND RESULT_TAB.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT RESULT_TAB.&lt;/P&gt;&lt;P&gt;WRITE: / RESULT_TAB-LGART,RESULT_TAB-LGTXT, RESULT_TAB-BETRG.&lt;/P&gt;&lt;P&gt;ENDLOOP.&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;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 06:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524366#M1069588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T06:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524367#M1069589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kavitha Arumugam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look on below FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HRF_READ_TCRT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HR_PL_D_US_TCRT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HR_CONVERT_TCRTA_TCRTB_US&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope it will solve your problem..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 06:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524367#M1069589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T06:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524368#M1069590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u got it..... If it is clear then close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 07:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524368#M1069590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T07:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from the table TCRT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524369#M1069591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar . The problem is solved . I was doing a mistake in passing the parameters .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;        clusterid                    = 'RU'&lt;/P&gt;&lt;P&gt;        employeenumber               = gw_pa0001-pernr&lt;/P&gt;&lt;P&gt;        sequencenumber               = gw_in_rgdir-seqnr&lt;/P&gt;&lt;P&gt;        read_only_international      = ' '     -&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;&amp;gt; This was earlier checked .&lt;/P&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;        payroll_result               = gt_payroll_result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats why it was throwing dump. I assume the problem is soved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kavitha arumugam on Sep 27, 2008 9:08 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 07:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-the-table-tcrt/m-p/4524369#M1069591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T07:08:40Z</dc:date>
    </item>
  </channel>
</rss>

