<?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: Please help me to modify the code here !!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306433#M791842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hEY STILL ITS NOT COMIING&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2008 07:41:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-05T07:41:59Z</dc:date>
    <item>
      <title>Please help me to modify the code here !!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306428#M791837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi every one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my report i have written like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report zxxx.&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0&lt;/P&gt;&lt;P&gt;.... .....&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;  vtext4 like tpart-vtext&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin t_tpart occurs 0.&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;    vtext4  like tpart-vtext&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of  t_tpart.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SELECT  vbeln&lt;/P&gt;&lt;P&gt;         posnr&lt;/P&gt;&lt;P&gt;         kunnr&lt;/P&gt;&lt;P&gt;         adrnr&lt;/P&gt;&lt;P&gt;         parvw&lt;/P&gt;&lt;P&gt; FROM vbpa&lt;/P&gt;&lt;P&gt; INTO CORRESPONDING FIELDS OF TABLE t_vbpa&lt;/P&gt;&lt;P&gt; where vbpa~vbeln eq s_vbeln.&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SPRAS PARVW VTEXT&lt;/P&gt;&lt;P&gt;    FROM TPART&lt;/P&gt;&lt;P&gt;    INTO CORRESPONDING FIELDS OF TABLE T_TPART&lt;/P&gt;&lt;P&gt;    FOR ALL ENTRIES IN T_VBPA&lt;/P&gt;&lt;P&gt;    WHERE SPRAS = SY-LANGU&lt;/P&gt;&lt;P&gt;    AND PARVW  = T_VBPA-PARVW.&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;    SORT T_TPART BY PARVW.&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;&lt;P&gt;loop at t_tpart.&lt;/P&gt;&lt;P&gt;   READ TABLE t_tparT WITH KEY PARVW = t_vbpa-PARVW BINARY SEARCH.&lt;/P&gt;&lt;P&gt;   itab-parvw  = t_tpart-parvw.&lt;/P&gt;&lt;P&gt;   itab-VTEXT3 = t_tparT-VTEXT4.&lt;/P&gt;&lt;P&gt;   endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here while printing at loop at itab  i am gettng different partner type  but not able to fetch data from vtext  of table tpart i.e partner type description......plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 07:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306428#M791837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T07:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to modify the code here !!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306429#M791838</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;Either remove the "BINARY SEARCH" addition, or make sure PARVW is the first element of structure T_TPART.&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 07:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306429#M791838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T07:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to modify the code here !!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306430#M791839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi... write logic as below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_vbpa.&lt;/P&gt;&lt;P&gt;READ TABLE t_tpart WITH KEY PARVW = t_vbpa-PARVW BINARY SEARCH.&lt;/P&gt;&lt;P&gt;itab-parvw = t_tpart-parvw.&lt;/P&gt;&lt;P&gt;itab-VTEXT3 = t_tparT-VTEXT4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;clear itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me.. if i helps you.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 07:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306430#M791839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T07:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to modify the code here !!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306431#M791840</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;   Either you can remove the 'BINARY SEARCH' addition from READ TABLE or sort the t_tpart table by parvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 07:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306431#M791840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T07:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to modify the code here !!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306432#M791841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;loop at t_vbpa instead of  t_tpart. Clear the work area at the end of the loop : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at t_vbpa.
READ TABLE t_tparT WITH KEY PARVW = t_vbpa-PARVW BINARY SEARCH.
itab-parvw = t_tpart-parvw.
itab-VTEXT3 = t_tparT-VTEXT4.
append itab to itab.
clear: t_tpart, itab, t_vbpa.
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Abhishek Sarkar on Feb 5, 2008 8:23 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 07:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306432#M791841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T07:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to modify the code here !!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306433#M791842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hEY STILL ITS NOT COMIING&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 07:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306433#M791842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T07:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to modify the code here !!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306434#M791843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Remove the Binary search addition in the code and append to itab as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_tpart.&lt;/P&gt;&lt;P&gt;READ TABLE t_tparT WITH KEY PARVW = t_vbpa-PARVW.&lt;/P&gt;&lt;P&gt;itab-parvw = t_tpart-parvw.&lt;/P&gt;&lt;P&gt;itab-VTEXT3 = t_tparT-VTEXT.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful,&lt;/P&gt;&lt;P&gt;cs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 08:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306434#M791843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T08:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to modify the code here !!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306435#M791844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before looping sort the both tables by reading key, if you are using the Binary Search as addition&lt;/P&gt;&lt;P&gt;to the read statement u have to sort the tables with key, its a mandatory and use sy-subrc,&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0, then only display the value else leave it blank or write the appropriate statement over there.&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;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me-to-modify-the-code-here/m-p/3306435#M791844</guid>
      <dc:creator>praveen_hannu</dc:creator>
      <dc:date>2008-02-05T09:05:20Z</dc:date>
    </item>
  </channel>
</rss>

