<?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: want a solution for ABAP problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127068#M110671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a solution.  This example uses the company code table.  It presents the comany code, user can click on the company code and the corresponding text is displayed in the secondary list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0002.

data: it001 type table of t001 with header line.

start-of-selection.

  select * into table it001 from t001.

  loop at it001.
    format hotspot on.
    write:/ it001-bukrs.
    hide: it001-bukrs, it001-butxt.
    format hotspot off.

  endloop.


at line-selection.

  write:/ it001-butxt.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2006 13:27:18 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-01-25T13:27:18Z</dc:date>
    <item>
      <title>want a solution for ABAP problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127066#M110669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a internal table of size 5 with 2 fields onit.&lt;/P&gt;&lt;P&gt;i'll display 1st field for 5 records. but when i click on 1st row 1st field we have to display 1st row second field.&lt;/P&gt;&lt;P&gt;and same as for 5 rows. i.e. when ever we click a rows first field we have to display second field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to achieve this problem....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me if any one knows anser for this question&lt;/P&gt;&lt;P&gt;plz send ur answer to my id: prashanth_spl@yahoo.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 13:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127066#M110669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T13:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: want a solution for ABAP problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127067#M110670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How are u planning to  display the data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In alv ?&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 13:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127067#M110670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T13:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: want a solution for ABAP problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127068#M110671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a solution.  This example uses the company code table.  It presents the comany code, user can click on the company code and the corresponding text is displayed in the secondary list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0002.

data: it001 type table of t001 with header line.

start-of-selection.

  select * into table it001 from t001.

  loop at it001.
    format hotspot on.
    write:/ it001-bukrs.
    hide: it001-bukrs, it001-butxt.
    format hotspot off.

  endloop.


at line-selection.

  write:/ it001-butxt.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 13:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127068#M110671</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-01-25T13:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: want a solution for ABAP problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127069#M110672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this report...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*&amp;amp;---------------------------------------------------------------------*
*&amp;amp; Report  ZTEST_REPORT
*&amp;amp;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;
*&amp;amp;
*&amp;amp;---------------------------------------------------------------------*

report  ztest_report.


data: begin of itab occurs 0,
      field1(10),
      field2(5),
      end of itab.
data: field(20) type c,
      value(5).

itab-field1 = 'test1'.
itab-field2 = 'abc1'.
append itab.

itab-field1 = 'test2'.
itab-field2 = 'abc2'.
append itab.
itab-field1 = 'test3'.
itab-field2 = 'abc3'.
append itab.

itab-field1 = 'test4'.
itab-field2 = 'abc4'.
append itab.

itab-field1 = 'test5'.
itab-field2 = 'abc5'.
append itab.

loop at itab.

  write:/ itab-field1 ,
          itab-field2.

endloop.

at line-selection.

  get cursor field field value value.

  if field = 'ITAB-FIELD1' and not value is initial .
    read table itab with key field1 = value.
    if sy-subrc = 0.
      write : itab-field2.
    endif.
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 13:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127069#M110672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: want a solution for ABAP problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127070#M110673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Mr.Rich i want to display the 2nd field on the same page after the first field.not in secondary list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and vijay ur program is isplaying both the fields. but the 2nd filed should be displayed only when we click the first field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i have internal table with 5 fields like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-field1   itab-field2&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;&lt;P&gt;101            &lt;/P&gt;&lt;P&gt;102&lt;/P&gt;&lt;P&gt;103&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;P&gt;105&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we click on 101 it should display the corresponding field 2 value and so on for 102...105.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 14:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127070#M110673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T14:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: want a solution for ABAP problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127071#M110674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, sorry about that.  Check this sample program.  Pretty slick it I do say so myself.  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


report zrich_0002 no standard page heading.

data: begin of it001 occurs 0,
      bukrs type t001-bukrs,
      butxt type t001-butxt,
      check type c,
      end of it001.

start-of-selection.

  select * into corresponding fields of table it001 from t001.
  perform write_list.


at line-selection.

  read table it001 with key bukrs = it001-bukrs.
  if sy-subrc  = 0.
    it001-check = 'X'.
    modify it001 index sy-tabix.
  endif.

  sy-lsind = sy-lsind - 1.
  perform write_list.

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  write_list
*&amp;amp;---------------------------------------------------------------------*
form write_list.

  loop at it001.
    format hotspot on.
    write:/ it001-bukrs.
    hide: it001-bukrs, it001-butxt.
    format hotspot off.
    if it001-check = 'X'.
      write: it001-butxt.
    endif.
  endloop.

endform.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 14:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127071#M110674</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-01-25T14:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: want a solution for ABAP problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127072#M110675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;   I think you cannot have that in the same first page.&lt;/P&gt;&lt;P&gt;instead modify vijays code as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  YRT_TEST NO STANDARD PAGE HEADING .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;      field1(10),&lt;/P&gt;&lt;P&gt;      field2(5),&lt;/P&gt;&lt;P&gt;      check(1),&lt;/P&gt;&lt;P&gt;      end of itab.&lt;/P&gt;&lt;P&gt;data: field(20) type c,&lt;/P&gt;&lt;P&gt;      value(5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-field1 = 'test1'.&lt;/P&gt;&lt;P&gt;itab-field2 = 'abc1'.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-field1 = 'test2'.&lt;/P&gt;&lt;P&gt;itab-field2 = 'abc2'.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;itab-field1 = 'test3'.&lt;/P&gt;&lt;P&gt;itab-field2 = 'abc3'.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-field1 = 'test4'.&lt;/P&gt;&lt;P&gt;itab-field2 = 'abc4'.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-field1 = 'test5'.&lt;/P&gt;&lt;P&gt;itab-field2 = 'abc5'.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write:/ itab-field1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  get cursor field field value value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if field = 'ITAB-FIELD1' and not value is initial .&lt;/P&gt;&lt;P&gt;    read table itab with key field1 = value.&lt;/P&gt;&lt;P&gt;    if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    itab-check = 'X'.&lt;/P&gt;&lt;P&gt;    modify itab index sy-tabix.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;loop at itab where check = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write:/ itab-field1 ,&lt;/P&gt;&lt;P&gt;          itab-field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 14:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127072#M110675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T14:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: want a solution for ABAP problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127073#M110676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. AT LINE-SELECTION&lt;/P&gt;&lt;P&gt;   and&lt;/P&gt;&lt;P&gt;   MODIFY CURRENT LINE&lt;/P&gt;&lt;P&gt;  We have to use this logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 use this code (just copy paste in new program)&lt;/P&gt;&lt;P&gt;   it works fantastic !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &lt;/P&gt;&lt;P&gt;REPORT abc NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF itab OCCURS 0,&lt;/P&gt;&lt;P&gt;       f1 TYPE i,&lt;/P&gt;&lt;P&gt;       f2 TYPE i,&lt;/P&gt;&lt;P&gt;       END OF itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ptab OCCURS 0,&lt;/P&gt;&lt;P&gt;       a(100) TYPE c,&lt;/P&gt;&lt;P&gt;       END OF ptab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt; Data&lt;/P&gt;&lt;P&gt;itab-f1 = 101.&lt;/P&gt;&lt;P&gt;itab-f2 = 501.&lt;/P&gt;&lt;P&gt;APPEND itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-f1 = 102.&lt;/P&gt;&lt;P&gt;itab-f2 = 502.&lt;/P&gt;&lt;P&gt;APPEND itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-f1 = 103.&lt;/P&gt;&lt;P&gt;itab-f2 = 503.&lt;/P&gt;&lt;P&gt;APPEND itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; itab-f1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE itab INDEX sy-curow.&lt;/P&gt;&lt;P&gt;  CLEAR ptab.&lt;/P&gt;&lt;P&gt;  ptab(11) = itab-f1.&lt;/P&gt;&lt;P&gt;  ptab+15(15) = itab-f2.&lt;/P&gt;&lt;P&gt;  MODIFY CURRENT LINE LINE VALUE FROM ptab-a.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 14:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127073#M110676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T14:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: want a solution for ABAP problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127074#M110677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;*&amp;amp;---------------------------------------------------------------------*
*&amp;amp; Report  ZTEST_REPORT
*&amp;amp;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;
*&amp;amp;
*&amp;amp;---------------------------------------------------------------------*

report  ztest_report.


data: begin of itab occurs 0,
      field1(10),
      field2(5),
      end of itab.
data: field(20) type c,
      value(5).
data: click(1) .
itab-field1 = 'test1'.
itab-field2 = 'abc1'.
append itab.

itab-field1 = 'test2'.
itab-field2 = 'abc2'.
append itab.
itab-field1 = 'test3'.
itab-field2 = 'abc3'.
append itab.

itab-field1 = 'test4'.
itab-field2 = 'abc4'.
append itab.

itab-field1 = 'test5'.
itab-field2 = 'abc5'.
append itab.

data: itab1 like itab occurs 0 with header line.
loop at itab .
clear itab-field2.
move-corresponding itab to itab1.
append itab1.
clear itab1.
endloop.
perform popualate_data.


at line-selection.
click = 'X'.

  get cursor field field value value.

  if field = 'ITAB1-FIELD1' and not value is initial .
    read table itab with key field1 = value.
    if sy-subrc = 0.
    read table itab1 with key field1 = value.
     itab1-field2 = itab-field2.
     modify itab1 index sy-tabix.
     sy-lsind = 0.
     perform popualate_data.
    endif.
  endif.
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  popualate_data
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*  --&amp;gt;  p1        text
*  &amp;lt;--  p2        text
*----------------------------------------------------------------------*
form popualate_data .
loop at itab1.

  write:/ itab1-field1,
          itab1-field2.

endloop.
endform.                    " popualate_data&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 14:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127074#M110677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T14:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: want a solution for ABAP problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127075#M110678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to rich,amit and vijay.&lt;/P&gt;&lt;P&gt;all ur solutions giving the correct answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 15:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127075#M110678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T15:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: want a solution for ABAP problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127076#M110679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please remember to award points for any answers that may have been helpful.  Thanks.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 15:51:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-a-solution-for-abap-problem/m-p/1127076#M110679</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-01-25T15:51:33Z</dc:date>
    </item>
  </channel>
</rss>

