<?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: clear data from infotype in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373891#M526181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use the fun module&lt;/P&gt;&lt;P&gt;HR_INFOTYPE_OPERATION&lt;/P&gt;&lt;P&gt;use the OPERATION  = 'DEL'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 09:33:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T09:33:57Z</dc:date>
    <item>
      <title>clear data from infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373890#M526180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to clear all the data which is there in infotype 2006 how can i do it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzzz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373890#M526180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T09:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: clear data from infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373891#M526181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use the fun module&lt;/P&gt;&lt;P&gt;HR_INFOTYPE_OPERATION&lt;/P&gt;&lt;P&gt;use the OPERATION  = 'DEL'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373891#M526181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T09:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: clear data from infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373892#M526182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write a program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
selection parameters : s_pernr   for  pa2006-pernr  .

TYPES: data  :  begin of itab_wa  occurs  
include structure   pa2006 .
end of  itab_wa .

DATA itab  TYPE TABLE OF itab_wa. 

SELECT *       FROM pa2006
       INTO CORRESPONDING FIELDS OF TABLE itab 
       WHERE  pernr  in  s_pernr .

DELETE pa2006 FROM TABLE itab .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points  if it is usefull &lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373892#M526182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T09:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: clear data from infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373893#M526183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WILL IT DELETE ONLY DATA AS I ONLY WANT TO DELETE ONLY DATA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373893#M526183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T09:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: clear data from infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373894#M526184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;surely reward point is pending from my side but please give me clearified code i want to delete all the data which is there in infotype 2006&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373894#M526184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: clear data from infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373895#M526185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u be some more clear how and where to write code i want to delete all the date which is there in infotype 2006 not based on any condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373895#M526185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: clear data from infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373896#M526186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please     use this code ....  it was working fine  ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just copy and paste   ...  inselection screen give  all the employee no... if not it will clear  all the employess data in it2006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables  :  pa2006 .
select-options  : s_pernr   for  pa2006-pernr  .

TYPES: begin of itab_wa.
include  structure pa2006 .
types : end of  itab_wa .

DATA itab  TYPE TABLE OF itab_wa.

SELECT *       FROM pa2006
       INTO CORRESPONDING FIELDS OF TABLE itab
       WHERE  pernr  in  s_pernr .

DELETE pa2006 FROM TABLE itab&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 11:13:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-from-infotype/m-p/2373896#M526186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T11:13:35Z</dc:date>
    </item>
  </channel>
</rss>

