<?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: Master data table Updation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965261#M699698</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;Thank you for your reply. I am sending the records to the receiver via ALE; thus in the sender system there is no change in data. In the ALE using conversions I am changing the data record times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debugged the posting program COSM and I found that the cost center records are deleted based on cost center and controlling area. So my first record gets deleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest what I should do next ?&lt;/P&gt;&lt;P&gt;Thanks for your help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mridula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2007 00:39:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-10T00:39:43Z</dc:date>
    <item>
      <title>Master data table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965258#M699695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am updating the CSKS master data table. The key fields for this table are controlling area, cost center and 'valid to' date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to do data transfers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sending the same cost center two times and i need to create two corresponding records in the receiver side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First data transfer: I send cost center 'x' under controlling area 'y' and with 'valid from' date as 1850 (year) and 'valid to' date as 2007(for eg)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second : I send the same cost center 'X' under controlling area 'y' and with 'valid from' date as 2008 and 'valid to' date as 9999 (note the dates are just the year value and are an eg only).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now since 'valid to' date is one of the key field and both records have diff 'valid to' dates, I expected two records to be created in the receiver. The first record was sent successfully. However after second ALE, the first record was overwritten even when the key fields are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Mridula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 19:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965258#M699695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T19:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Master data table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965259#M699696</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;Keep the Valid-to date same . It wont update the CSKS with different valid to dates for the same record since it is a primary key. It will update the same when they have different valid from dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1000	10010020	31.12.2999	01.01.2002&lt;/P&gt;&lt;P&gt;1000	10010020	31.12.9999	01.01.3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kannaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 19:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965259#M699696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T19:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Master data table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965260#M699697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you look at the data just before you sent it (while debugging)?  It sounds like you have it set up correctly, so that the two records don't overlap time-wise.  Did you check the contents of the table after each set of data was sent?  Make sure that you are not overwriting the first data with the second data yourself before sending it.&lt;/P&gt;&lt;P&gt; - April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 19:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965260#M699697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T19:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Master data table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965261#M699698</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;Thank you for your reply. I am sending the records to the receiver via ALE; thus in the sender system there is no change in data. In the ALE using conversions I am changing the data record times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debugged the posting program COSM and I found that the cost center records are deleted based on cost center and controlling area. So my first record gets deleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest what I should do next ?&lt;/P&gt;&lt;P&gt;Thanks for your help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mridula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 00:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965261#M699698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T00:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Master data table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965262#M699699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kannaiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I also have the same thought as yours. Since 'valid to' date is a primary key field; and if both the records have different values in this field, there should be no updation and two separate records should be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the first record is overwritten for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestios ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Mridula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 10:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965262#M699699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T10:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Master data table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965263#M699700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found the solution myself. If you debug the ale posting process code 'cosm', ale deletes the record in the master data table depending on cost center and controlling area.. it does not allow two records with the same cost center and CA.. even though the table can support it !&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;Mridula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 18:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-table-updation/m-p/2965263#M699700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T18:52:11Z</dc:date>
    </item>
  </channel>
</rss>

