<?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: coding problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961672#M395296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0600.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*module modify_screen.&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;field fs_temp_zfm_handy-telnum.&lt;/P&gt;&lt;P&gt;endchain.&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_0600.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Feb 2007 10:44:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-19T10:44:02Z</dc:date>
    <item>
      <title>coding problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961668#M395292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;im giving below code everything is working correct except if i given telnum in output screen and press enter the corresponding table data is populated. if i press new then the screen is clear and go for new telephone no, my problem is if i enter telephone no and press enter data dispalyed and delete that telnum and enter new telephone number andpress enter the new telephone no is not displayed. and also i want to set default value for nrart = 'h'  (key field) and proz1 = '100,00' (not a key field) for the table zfmkstel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ata : fs_zfm_handy like zfm_handy,&lt;/P&gt;&lt;P&gt;       fs_zfmkstel like zfmkstel,&lt;/P&gt;&lt;P&gt;       fs_temp_zfm_handy like zfm_handy,&lt;/P&gt;&lt;P&gt;       fs_temp_zfmkstel like zfmkstel.&lt;/P&gt;&lt;P&gt;data : t_table1 like table of fs_zfm_handy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : ok_code type sy-ucomm,&lt;/P&gt;&lt;P&gt;        save_ok like sy-ucomm.&lt;/P&gt;&lt;P&gt;data : f1_rec type i.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*data : w_telnum like fs_temp_zfm_handy-telnum,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      w_kartnr like fs_temp_zfm_handy-kartnr.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data : ok_code(4).&lt;/P&gt;&lt;P&gt;call screen 600.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; MODULE status_0600 OUTPUT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module status_0600  output.&lt;/P&gt;&lt;P&gt;  set pf-status 'ZSTATUS'.&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*if screen-name = fs_temp_zfmkstel-kostl1 or screen-name = fs_temp_zfm_handy-zutart or&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        screen-name = fs_temp_zfm_handy-pernr or screen-name = fs_temp_zfm_handy-zdate or&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           screen-name = fs_temp_zfm_handy-pinnr or screen-name = fs_temp_zfm_handy-puknr or&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            screen-name = fs_temp_zfm_handy-tarif1 or screen-name = fs_temp_zfm_handy-tarif2 or&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;              screen-name = fs_temp_zfm_handy-tarif3 or screen-name = fs_temp_zfm_handy-gtype or&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                screen-name = fs_temp_zfm_handy-imei or screen-name = fs_temp_zfm_handy-twincard or&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                  screen-name = fs_temp_zfm_handy-twinbill or screen-name = fs_temp_zfm_handy-einbau or&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                     screen-name = fs_temp_zfm_handy-beschr or screen-name = fs_temp_zfm_handy-text1 or&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                       screen-name = fs_temp_zfm_handy-text2 or screen-name = fs_temp_zfm_handy-text3.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if screen-name = fs_temp_zfmkstel-kostl1.&lt;/P&gt;&lt;P&gt;      if f1_rec = 1.&lt;/P&gt;&lt;P&gt;        screen-input = 0.&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        screen-input = 1.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      modify screen.&lt;/P&gt;&lt;P&gt;    endif.&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;endmodule.                    "status_0600 OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; MODULE USER_COMMAND_0600 INPUT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0600 INPUT.&lt;/P&gt;&lt;P&gt;*ok_save = ok_code.&lt;/P&gt;&lt;P&gt;  save_ok = ok_code.&lt;/P&gt;&lt;P&gt;  CLEAR OK_CODE.&lt;/P&gt;&lt;P&gt;**&lt;/P&gt;&lt;P&gt;*CASE ok_code.&lt;/P&gt;&lt;P&gt;  case save_ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when 'SAVE'.&lt;/P&gt;&lt;P&gt;      IF f1_rec ne 1 .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      if sy-subrc = 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      update zfm_handy from fs_temp_zfm_handy.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        insert zfm_handy from fs_temp_zfm_handy.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        MODIFY zfm_handy from fs_temp_zfm_handy.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       if sy-subrc = 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       insert zfmkstel from fs_temp_zfmkstel.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          fs_temp_zfmkstel-telnum = fs_temp_zfm_handy-telnum.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         fs_temp_zfmkstel-nrart = fs_temp_zfm_handy-nrart.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         fs_temp_zfmkstel-proz1 = fs_temp_zfm_handy-proz1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          INSERT ZFMKSTEL FROM FS_TEMP_ZFMKSTEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          commit work.&lt;/P&gt;&lt;P&gt;          if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            message s000(0) with 'record havebeen updated successfully'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        MODIFY ZFMKSTEL FROM FS_TEMP_ZFMKSTEL.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            delete zfm_handy from fs_temp_zfm_handy.&lt;/P&gt;&lt;P&gt;&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;      else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        update zfm_handy from fs_temp_zfm_handy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;          fs_temp_zfmkstel-telnum = fs_temp_zfm_handy-telnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          update zfmkstel from fs_temp_zfmkstel.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         if sy-subrc eq 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         message s000(0) with 'update sucessfully'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       endif.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       endif.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN  'NEW'.&lt;/P&gt;&lt;P&gt;      Clear fs_temp_zfm_handy.&lt;/P&gt;&lt;P&gt;      clear fs_temp_zfmkstel.&lt;/P&gt;&lt;P&gt;      clear f1_rec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when OTHERS.&lt;/P&gt;&lt;P&gt;      if fs_temp_zfm_handy-telnum ne fs_zfm_handy-telnum or&lt;/P&gt;&lt;P&gt;          fs_temp_zfm_handy-kartnr ne fs_zfm_handy-kartnr.&lt;/P&gt;&lt;P&gt;        clear f1_rec.&lt;/P&gt;&lt;P&gt;        if  not fs_temp_zfm_handy-telnum is initial.&lt;/P&gt;&lt;P&gt;          if fs_temp_zfm_handy-kartnr is initial.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       clear: w_telnum , w_kartnr.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       move fs_temp_zfm_handy-telnum to w_telnum.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       move fs_temp_zfm_handy-kartnr to w_kartnr.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            select * from zfm_handy into table t_table1 where telnum = fs_temp_zfm_handy-telnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            IF sy-subrc EQ 0 and sy-dbcnt GT 1.&lt;/P&gt;&lt;P&gt;              message s000(0) with 'Mob:Nr has more that 1 entry. Please enter Karten number also to select the desired record'.&lt;/P&gt;&lt;P&gt;            ELSEIF&lt;/P&gt;&lt;P&gt;            sy-subrc EQ 0 and sy-dbcnt EQ 1.&lt;/P&gt;&lt;P&gt;              read table t_table1 into fs_zfm_handy index 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              If sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;                fs_temp_zfm_handy = fs_zfm_handy.&lt;/P&gt;&lt;P&gt;                f1_rec = 1.&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;          else.&lt;/P&gt;&lt;P&gt;            select single * from zfm_handy into fs_zfm_handy where telnum = fs_temp_zfm_handy-telnum&lt;/P&gt;&lt;P&gt;                                    and kartnr = fs_temp_zfm_handy-kartnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            If sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              fs_temp_zfm_handy = fs_zfm_handy.&lt;/P&gt;&lt;P&gt;              f1_rec  = 1.&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;          if f1_rec = 1.&lt;/P&gt;&lt;P&gt;            select single * from zfmkstel into fs_zfmkstel  where telnum = fs_temp_zfm_handy-telnum.&lt;/P&gt;&lt;P&gt;            If sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              fs_temp_zfmkstel = fs_zfmkstel.&lt;/P&gt;&lt;P&gt;            endif.&lt;/P&gt;&lt;P&gt;          endif.&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;  endcase.&lt;/P&gt;&lt;P&gt;endmodule.                    "USER_COMMAND_0600 INPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 09:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961668#M395292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T09:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: coding problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961669#M395293</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;U can create domian for those two fields nrart and proz1 and specify in the value range tab default value as 'H' and '100,00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else before inserting value to the table u can pass these values and INSERT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 09:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961669#M395293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T09:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: coding problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961670#M395294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) all fields can be validated in PBO event of the screen&lt;/P&gt;&lt;P&gt;2) it would be good if u paste the flow logic aswell.&lt;/P&gt;&lt;P&gt;any how make sure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u clear all the values of the internal table where u are capturing all other data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as field telno module user_command_clear_table.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;write your select statement for the new tel no in the PBO, if you not already done it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 09:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961670#M395294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T09:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: coding problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961671#M395295</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;Plz check the ok_code when you press ENTER. Put a break-point and see you have any extra clear/refresh statements. Its very difficult to go thru your code line/line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sateesh...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 09:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961671#M395295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T09:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: coding problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961672#M395296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0600.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*module modify_screen.&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;field fs_temp_zfm_handy-telnum.&lt;/P&gt;&lt;P&gt;endchain.&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_0600.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 10:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961672#M395296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T10:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: coding problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961673#M395297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one solution is write ur select statement in your PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kaluvala Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 10:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-problem/m-p/1961673#M395297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T10:46:27Z</dc:date>
    </item>
  </channel>
</rss>

