<?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: Write Cluster TX (PCL1) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099443#M103097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL METHOD cl_hrpa_text_cluster=&amp;gt;update&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              tclas         = 'A'&lt;/P&gt;&lt;P&gt;              pskey         = pskey&lt;/P&gt;&lt;P&gt;              no_auth_check = 'X'&lt;/P&gt;&lt;P&gt;            IMPORTING&lt;/P&gt;&lt;P&gt;              text_tab      = text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2005 15:03:43 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2005-11-04T15:03:43Z</dc:date>
    <item>
      <title>Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099438#M103092</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 would like to create/change an it 0040 (objects on loan) without using PA 30 or Batch-Input. I would prefer to use HR_INFOTYPE_OPERATION. But i can not handover the textlines given in It 0040 ( can i ???? ).&lt;/P&gt;&lt;P&gt;It is not a problem to read the texts from the infotype with i.e. HRWPC_RFC_IT0XXX_TEXT_GET or rp-imp-c1-tx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can i write back the infotype data ? When i use rp-exp-c1-tx (with correct pskey) it seems like the cluster does no longer refer to the infotype and all textlines in it 0040 are blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to write the cluster tx and fill the textlines in it 0040.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2005 13:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099438#M103092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-04T13:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099439#M103093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. set the field ITXEX to 'X' using HR_INFOTYPE_OPERATION&lt;/P&gt;&lt;P&gt;2. use rp-exp-c1-tx (with correct pskey)to update the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Ignore this reply.. I thought you were trying to enter long texts on the infotype&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suresh Datti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2005 14:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099439#M103093</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2005-11-04T14:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099440#M103094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh Datti,&lt;/P&gt;&lt;P&gt;well, yes, i want to enter long texts on the infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to set itxex = X, but it also didn't work.&lt;/P&gt;&lt;P&gt;(There is no entry in Table PCL1 after i created the infotype)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea how to get a text on the textfield of the infotype because i do not see a possibility to handover the text. (Of course i tried to modify table ptext before i called rp-exp-c1-tx)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2005 14:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099440#M103094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-04T14:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099441#M103095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any specific reason why you are not inclined to go with the BDC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2005 14:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099441#M103095</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2005-11-04T14:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099442#M103096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data  begin of common part cluster_edinition.&lt;/P&gt;&lt;P&gt;include rprstr00.&lt;/P&gt;&lt;P&gt;include rpc1te00.&lt;/P&gt;&lt;P&gt;include mp56tt99.&lt;/P&gt;&lt;P&gt;date end of common part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you must set the data to the te-key (the key of the PCL1 table).&lt;/P&gt;&lt;P&gt;and the macro rp-exp-c1-te-my.  (see include RPC1TE00)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Frédéric Girod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2005 14:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099442#M103096</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2005-11-04T14:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099443#M103097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL METHOD cl_hrpa_text_cluster=&amp;gt;update&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              tclas         = 'A'&lt;/P&gt;&lt;P&gt;              pskey         = pskey&lt;/P&gt;&lt;P&gt;              no_auth_check = 'X'&lt;/P&gt;&lt;P&gt;            IMPORTING&lt;/P&gt;&lt;P&gt;              text_tab      = text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2005 15:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099443#M103097</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2005-11-04T15:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099444#M103098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following piece of code worked for me. I was able to update the  text on an existing  record.&lt;/P&gt;&lt;P&gt;*************&lt;/P&gt;&lt;P&gt;report  zp0040_tst                              .&lt;/P&gt;&lt;P&gt;data: i0040  like p0040 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;data: pskey  like pskey.&lt;/P&gt;&lt;P&gt;data: subrc  like sy-subrc.&lt;/P&gt;&lt;P&gt;data: text type hrpad_text_tab.&lt;/P&gt;&lt;P&gt;data: asset_rec like line of text.&lt;/P&gt;&lt;P&gt;call function 'HR_READ_INFOTYPE'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    pernr           = '9802'&lt;/P&gt;&lt;P&gt;    infty           = '0040'&lt;/P&gt;&lt;P&gt;    begda           = '20051201'&lt;/P&gt;&lt;P&gt;    endda           = '20051231'&lt;/P&gt;&lt;P&gt;  importing&lt;/P&gt;&lt;P&gt;    subrc           = subrc&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    infty_tab       = i0040&lt;/P&gt;&lt;P&gt;  exceptions&lt;/P&gt;&lt;P&gt;    infty_not_found = 1&lt;/P&gt;&lt;P&gt;    others          = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pskey = i0040.&lt;/P&gt;&lt;P&gt;asset_rec = 'line1'.&lt;/P&gt;&lt;P&gt;append asset_rec to text.&lt;/P&gt;&lt;P&gt;asset_rec = 'line2'.&lt;/P&gt;&lt;P&gt;append asset_rec to text.&lt;/P&gt;&lt;P&gt;asset_rec = 'line3'.&lt;/P&gt;&lt;P&gt;append asset_rec to text.&lt;/P&gt;&lt;P&gt;call method cl_hrpa_text_cluster=&amp;gt;update&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    tclas         = 'A'&lt;/P&gt;&lt;P&gt;    histo         = space&lt;/P&gt;&lt;P&gt;    pgmid         = space&lt;/P&gt;&lt;P&gt;    pskey         = pskey&lt;/P&gt;&lt;P&gt;    no_auth_check = 'X'&lt;/P&gt;&lt;P&gt;    text_tab      = text.&lt;/P&gt;&lt;P&gt;**************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2005 15:20:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099444#M103098</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2005-11-04T15:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099445#M103099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;almost perfect. But unfortunately it works only once. Means: if you change an existing record, the textlines are shown on the infotype. but if you change the asset_rec (coding) lines and write a different text and run the program again, all textlines are space and not updated. i would appreciate if you can try this, too, and tell me how it works on your system when you run the program twice for the same record. nevertheless thanks a lot for your effort.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amazing: when i use HR_READ_INFOTYPE and afterwords HRWPC_RFC_IT0XXX_TEXT_GET, the textlines are shown in ptext as written in your asset_rec-coding. but: the lines are not shown on the infotype. it seems like the infotype looses the reference to the updated cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 08:14:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099445#M103099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-07T08:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099446#M103100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just ran three consecutive tames.. each time with a diff text and the record got updated every single time..&lt;/P&gt;&lt;P&gt;Are you using the exact same code or did you make nay changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 16:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099446#M103100</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2005-11-07T16:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099447#M103101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the following coding works well on 4.7:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TRY.&lt;/P&gt;&lt;P&gt;        CALL METHOD cl_hrpa_text_cluster=&amp;gt;update&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            tclas         = 'A'&lt;/P&gt;&lt;P&gt;            pskey         = pskey&lt;/P&gt;&lt;P&gt;            histo         = space&lt;/P&gt;&lt;P&gt;            pgmid         = ' '&lt;/P&gt;&lt;P&gt;            text_tab      = text&lt;/P&gt;&lt;P&gt;            no_auth_check = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CATCH cx_hrpa_missing_authorization .&lt;/P&gt;&lt;P&gt;      CATCH cx_hrpa_violated_assertion .&lt;/P&gt;&lt;P&gt;    ENDTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now i have to install my program on a 4.6C System where class CL_HRPA_TEXT_CLUSTER does not exist. Any idea how to update cluster tx when a IT0040-record was modified by function HR_INFOTYPE_OPERATION ?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;by the way: rp-exp-c1-tx doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2005 12:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099447#M103101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-18T12:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099448#M103102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to copy the code in the 'UPDATE' method of this class into your custom Program in the 46c system..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie the following..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="33" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;      pcl1-histo = histo.&lt;/P&gt;&lt;P&gt;      pcl1-uname = uname.&lt;/P&gt;&lt;P&gt;      pcl1-aedtm = aedtm.&lt;/P&gt;&lt;P&gt;      pcl1-pgmid = pgmid.&lt;/P&gt;&lt;P&gt;      EXPORT&lt;/P&gt;&lt;P&gt;        text-version FROM version&lt;/P&gt;&lt;P&gt;        ptext        FROM text_tab&lt;/P&gt;&lt;P&gt;        TO DATABASE pcl1(tx) ID pskey&lt;/P&gt;&lt;P&gt;        FROM pcl1.&lt;/P&gt;&lt;P&gt;******************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2005 13:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099448#M103102</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2005-11-18T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099449#M103103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's it. It works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2005 15:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099449#M103103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-18T15:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Write Cluster TX (PCL1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099450#M103104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad it worked.. PL close the thread..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2005 16:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-cluster-tx-pcl1/m-p/1099450#M103104</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2005-11-18T16:23:25Z</dc:date>
    </item>
  </channel>
</rss>

