<?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: Regarding Internal Table Manipulation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264889#M148782</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;Can anybody tell me the code for below FD part!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for prevoius replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Read KONV table with the EKKI - KNUMV&lt;/P&gt;&lt;P&gt;Select  records ONLY where KONV &amp;#150; KSCHL =  ZBE_RULES - CR2.  Read ZBE_Rules by Sr # = 02, FRICEID = &amp;#145;Zxxx&amp;#146;,  CR2= &amp;#146;select all CR2 (Values can be more than one record&amp;#146; .)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How we can write code for above statements.&lt;/P&gt;&lt;P&gt;Just tell me the code part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Apr 2006 13:18:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-03T13:18:34Z</dc:date>
    <item>
      <title>Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264885#M148778</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;1. While reading an internal table can't we check against 2 fields which are having Date &amp;amp; time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TD Part is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Read the internal table I_ZBE_RULES for the values of I_ZBE_RULES-LRNDT &amp;lt; I_EKBE_TAB-CPUDT and I_ZBE_RULES-LRNTM &amp;lt; I_EKBE_TAB-CPUTM&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Also can anybody explain what TD i can write for following point that is in FD. What is the logic for below!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Read KONV table with the EKKI - KNUMV&lt;/P&gt;&lt;P&gt;Select  records ONLY where KONV &amp;#150; KSCHL =  ZBE_RULES - CR2. Read ZBE_Rules by Sr # = 02, FRICEID = &amp;#145;Zxxx&amp;#146;,  CR2= &amp;#146;select all CR2 (Values can be more than one record&amp;#146; .)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody knows the solution please give reply.&lt;/P&gt;&lt;P&gt;Your answer will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 12:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264885#M148778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T12:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264886#M148779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First off, you can use the READ statement only for equality &amp;amp; not &amp;gt; or &amp;lt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try the following..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 1.loop at I_ZBE_RULES where LRNDT &amp;lt; I_EKBE_TAB-CPUDT     and LRNTM &amp;lt; I_EKBE_TAB-CPUTM.
* do your processing
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&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, 03 Apr 2006 12:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264886#M148779</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-04-03T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264887#M148780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. read table itab into itab_wa with key fielda = '123' fieldb = '345' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(note there is no and)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264887#M148780</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-04-03T13:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264888#M148781</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;PRE&gt;&lt;CODE&gt;loop at I_ZBE_RULES where LRNDT &amp;lt; I_EKBE_TAB-CPUDT and  LRNTM &amp;lt; I_EKBE_TAB-CPUTM.
"do all processing..
exit.
ENDLOOP.&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;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264888#M148781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264889#M148782</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;Can anybody tell me the code for below FD part!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for prevoius replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Read KONV table with the EKKI - KNUMV&lt;/P&gt;&lt;P&gt;Select  records ONLY where KONV &amp;#150; KSCHL =  ZBE_RULES - CR2.  Read ZBE_Rules by Sr # = 02, FRICEID = &amp;#145;Zxxx&amp;#146;,  CR2= &amp;#146;select all CR2 (Values can be more than one record&amp;#146; .)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How we can write code for above statements.&lt;/P&gt;&lt;P&gt;Just tell me the code part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264889#M148782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264890#M148783</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;nead some clarification, it is some what confusing. can you make it clear. KNOV are you doing normal select, or internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264890#M148783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264891#M148784</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;As per your reply i am posting entire step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually KONV will also be filled in this into I_KONV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Read EKPO where  EKPO-EBELN &amp;amp; EKPO-EBELP like records from itab-EBELN &amp;amp; itab EBELP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read EKKI &amp;#150; KNUMV to get the Doc condition # for the P.O/LI in itab&lt;/P&gt;&lt;P&gt;Append itab with the EKKI-KNUMV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read KONV table with the EKKI - KNUMV&lt;/P&gt;&lt;P&gt;Select  records ONLY where KONV &amp;#150; KSCHL =  ZBE_RULES - CR2.  Read ZBE_Rules by Sr # = 02, FRICEID = &amp;#145;Zxxx&amp;#146;,  CR2= &amp;#146;select all CR2 (Values can be more than one record&amp;#146; .)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***Note KONV table also will have more than 1 record for one P.O/Line item.   &lt;/P&gt;&lt;P&gt;Not all P.O/LI stored in itab after all the above reads may have records in KONV.  Estimated 10% of the P.O will have Spl Cghs Cond Types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append itab with KONV&amp;#150; KWERT, KONV-LIFNR per each KONV-KSCHL  (Due to one to many situation here replcate other data in itab)&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had posted entire step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the itab here will be filled before this step from EKBE table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to solve my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264891#M148784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264892#M148785</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;READ table it_ekko with key eblen = itab-ebeln&lt;/P&gt;&lt;P&gt;                            ebelp  = itab-ebelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table it_ekki with key ebeln = it_ekko-ebeln&lt;/P&gt;&lt;P&gt;                            ebelp = it_ekko-ebelp.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;itab-knumv = it_ekki-knumv.&lt;/P&gt;&lt;P&gt;modify itab exporting knumv. "not sure is this you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_konv where  knumv = it_ekki-knumv.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;read ZBE_RULES table here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264892#M148785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264893#M148786</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;There will be multiple records in &amp;lt;b&amp;gt;itab&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN that case will the below logic work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 14:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264893#M148786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T14:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264894#M148787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then in that case you need to use this logic inside loop of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at itab.
"the above logic.

endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 14:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264894#M148787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T14:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264895#M148788</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;For the above FD part i am posting TD part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if anything is wrong!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Process 3 &amp;#150; Fetch Special charges from Purchase orders&lt;/P&gt;&lt;P&gt;3.1a)  -  Check if P.O&amp;#146;s have Special charges&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	For all records of internal table I_EKBE_TAB, Retrieve EBELN and EBELP from table EKPO for values of EKPO-EBELN = I_EKBE_TAB-EBELN and EKPO-EBELP = I_EKBE_TAB-EBELP and then store in internal table I_EKPO. If successful, perform below point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	For all records of internal table I_EKBE_TAB, Retrieve KNUMV from table EKKI for values of EKKI-EBELN = I_EKBE_TAB-EBELN and EKKI-EBELP = I_EKBE_TAB-EBELP and then store in internal table I_EKKI. Then Modify I_EKBE_TAB-KNUMV with I_EKKI-KNUMV based on EBELN,EBELP of I_EKKI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	For all records of table I_EKKI, Retrieve KNUMV, KSCHL, LIFNR and KWERT from table KONV for values of KONV-KNUMV = I_EKKI-KNUMV and then store in internal table I_KONV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Retrieve FRICEID, SEQNUM, SEQITEMNUM, VAR, CR1, CR2, CR3, LRNDT, LRNTM from ZBE_RULES for values of SEQNUM = 02, FRICEID = &amp;#145;ZFFIE1908_INVOICE_PARK&amp;#146; and then append into internal table I_ZBE_RULES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Then build a range for CR1 from internal table values I_ZBE_RULES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Then build a range for CR2 from internal table values I_ZBE_RULES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Then build a range for CR3 from internal table values I_ZBE_RULES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Looping at all the records in I_ZBE_RULES, read the internal table I_KONV for I_KONV-KSCHL equal to I_ZBE_RULES-CR2, If the condition satisfied then keep the record otherwise delete the entry from I_KONV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Then Modify I_EKBE_TAB-KSCHL, I_EKBE_TAB-LIFNR, I_EKBE_TAB-KWERT with I_KONV-KSCHL, I_KONV-LIFNR, I_KONV-KWERT based on KNUMV of I_KONV.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLease sujjest if anything wrong in above!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 14:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264895#M148788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T14:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Internal Table Manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264896#M148789</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;Also after that process in next 2 process i need to perform following FD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Process 4 : Delete records from itab for all P.O&amp;#146;s for which no data from KONV was read.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Preocess 5 : Read EKBE-EBELN &amp;amp; EKBE-EBELP with itab-EBELN&amp;amp;EBELP Where the date &amp;amp; time stored from Process 1are less than EKBE &amp;#150; CPUDT - Accounting Document Entry Date, EKBE --CPUTM - Time of Entry and EKBE-MBLNR &amp;lt;&amp;gt; (NE) to &amp;#145;BLANK&amp;#146;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If records found, delete records from itab for all P.O&amp;#146;s where GR already posted to avoid duplicate postings. (partial GR might have received earlier and processed for Spl chg Invoice for full amount)&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody say what can be the &amp;lt;b&amp;gt;logic[TD]&amp;lt;/b&amp;gt; for above process(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 14:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-manipulation/m-p/1264896#M148789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T14:39:24Z</dc:date>
    </item>
  </channel>
</rss>

