<?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: Deletion Indicator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/10293934#M1833141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ajit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your requirement is not clear really.But whatever little that I have understood from your post is that you need to set a deletion indicator of your serial number repeats. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For this, you need to create a custom field say ZDELETIONFLAG of DATA TYPE char1 in your Z table. Now, fetch all the data entries from the Z table FOR ALL ENTRIES comparing SERNR of your internal table with SERNR of your Z table. Now for the entries found against these Serial numbers, just update your deletion indicator flag = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dnyanesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 18:13:27 GMT</pubDate>
    <dc:creator>former_member228804</dc:creator>
    <dc:date>2014-04-15T18:13:27Z</dc:date>
    <item>
      <title>Deletion Indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/10293930#M1833137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today I had a discussion with functional consultant and they have the below requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Ztable ( let Zven_upload ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I upload the data from excel file and modify the Ztable ( Zven_upload ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now everything thing is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If in that Ztable (Zven_upload ) there are so many fields like matnr, sernr, ean, deleted, ebeln, lifnr like so many fields are there.&lt;/P&gt;&lt;P&gt;my program is sucessfully uploading data to ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now their requirement is like...If the sernr(serial number) value is already exist in the z table ( Zven_upload ) during excel file data modification into ztable that means if there is any existing sernr(serial number) in the Ztable (Zven_upload ), then i need to set the deletion flag so that they will delete the duplicate entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there is no existing sernr(serial number) in excel sheet then it ll upload as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my doubt is what is that deletion indicator and how to set ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 14:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/10293930#M1833137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-15T14:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deletion Indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/10293931#M1833138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; After reading the issue I believe according to your functional consultant deletion indicator is just to update the deletion flag in a field of that table which can be used by some other program to identify the incorrect record and delete the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 15:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/10293931#M1833138</guid>
      <dc:creator>kyusufzai</dc:creator>
      <dc:date>2014-04-15T15:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Deletion Indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/10293932#M1833139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ajit,&lt;/P&gt;&lt;P&gt;It may be X char length 1 field.But still m confused. Please try to give more information.&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;Sam &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 15:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/10293932#M1833139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-15T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deletion Indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/10293933#M1833140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;deleted&lt;/SPAN&gt;" field there. Semanticly it seems that your consultant wants to fill value 'X' into this field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A different question - isn't it more politically correct to ask your consultant what he / she wants before asking in the forum? I believe none of us are able to know your z-table or any customer developments and the relation between you and your consultant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 15:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/10293933#M1833140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-15T15:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Deletion Indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/10293934#M1833141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ajit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your requirement is not clear really.But whatever little that I have understood from your post is that you need to set a deletion indicator of your serial number repeats. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For this, you need to create a custom field say ZDELETIONFLAG of DATA TYPE char1 in your Z table. Now, fetch all the data entries from the Z table FOR ALL ENTRIES comparing SERNR of your internal table with SERNR of your Z table. Now for the entries found against these Serial numbers, just update your deletion indicator flag = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dnyanesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 18:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/10293934#M1833141</guid>
      <dc:creator>former_member228804</dc:creator>
      <dc:date>2014-04-15T18:13:27Z</dc:date>
    </item>
  </channel>
</rss>

