<?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: Query on dialog programming.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710816#M1296540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I decalred Matnr &amp;amp; Maktx from MAKT Table in a Screen 100..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT  ZSAMPLE_12  .

TABLES :MAKT.
CALL SCREEN 100.

*&amp;amp;---------------------------------*
*&amp;amp;      Module  STATUS_0100  OUTPUT
*-----------------------------------*
MODULE STATUS_0100 OUTPUT.
  SELECT SINGLE * FROM MAKT WHERE MATNR EQ MAKT-MATNR.
ENDMODULE.                 " STATUS_0100  OUTPUT

*&amp;amp;---------------------------------*
*&amp;amp;      Module  USER_COMMAND_0100  INPUT
*-----------------------------------*
MODULE USER_COMMAND_0100 INPUT.
  CASE SY-UCOMM.
    WHEN OTHERS.
      SELECT SINGLE * FROM MAKT WHERE MATNR EQ MAKT-MATNR.
  ENDCASE.
ENDMODULE.                 " USER_COMMAND_0100  INPUT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2009 05:24:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-11T05:24:37Z</dc:date>
    <item>
      <title>Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710808#M1296532</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;I have two fields in the screen.&lt;/P&gt;&lt;P&gt;For example : Field-1 : Material number (user can enter value)&lt;/P&gt;&lt;P&gt;                     Field-2 : Material Description (user cant enter value.. Output Only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever there is a change in the Field-1, corresponding Field-2 value should be display.&lt;/P&gt;&lt;P&gt;I don't have any other controls in the screen like buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that, if there is a button in the screen then when the user press the button i can write the corresponding code there. But without any other control like... whenever there is a change in the field, the other field value should change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 04:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710808#M1296532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T04:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710809#M1296533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu Raman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cant trigger PAI with out any action, atleast use F4 option on Material Number or ENTER Button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mr A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 04:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710809#M1296533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T04:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710810#M1296534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As per my Knowledge&lt;/STRONG&gt;, ABAP is event driven language and i think without pressing enter or any button , we can't populate the fileld-2 description.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 04:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710810#M1296534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T04:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710811#M1296535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a module in PAI with the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE get_maktx INPUT.&lt;/P&gt;&lt;P&gt;  IF p9703-matnr NE ' '.&lt;/P&gt;&lt;P&gt;    SELECT SINGLE * FROM makt&lt;/P&gt;&lt;P&gt;      WHERE matnr = p9703-matnr&lt;/P&gt;&lt;P&gt;      AND spras = 'EN'.&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      MOVE:makt-maktx TO p9703-maktx.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      CLEAR p9703-maktx.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;EndModule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ibrar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 04:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710811#M1296535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T04:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710812#M1296536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in PAI of the screen write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field matnr module get_matxt on request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now double click on get_matxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module get_matxt .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now here you can get your materail description with help of select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This module is called when you enter new value to material field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 04:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710812#M1296536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T04:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710813#M1296537</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;I used F4 option for the first field, inside that i writing the logic for populating the value for second field.&lt;/P&gt;&lt;P&gt;The value is assigned to the screen field( declared as global variable ), but it not assigning to the screen field when the screen displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But once I select the value from F4 help and press enter then the value getting populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way without pressing the enter, the value getting displayed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 04:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710813#M1296537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T04:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710814#M1296538</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;To try it without pressing the enter key, use the following function module&lt;/P&gt;&lt;P&gt;DYNP_VALUES_UPDATE&lt;/P&gt;&lt;P&gt;and to get values from your screen, use the following function module&lt;/P&gt;&lt;P&gt;DYNP_VALUES_READ&lt;/P&gt;&lt;P&gt;Hope it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ibrar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 05:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710814#M1296538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T05:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710815#M1296539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI!&lt;/P&gt;&lt;P&gt;If you want to proceed in this way it would be better if you make your material number as a list box and on selecting a value in listbox you can get the material description populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be a better approach for it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the demo examples explain it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_DROPDOWN_LISTBOX&lt;/P&gt;&lt;P&gt;DEMO_DROPDOWN_LIST_BOX&lt;/P&gt;&lt;P&gt; or you can proceed as this wat....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the top include...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
tables makt.
types :
  begin of material,
   matnr type makt-matnr,
   maktx type makt-maktx ,
  end of material.

data
  : fs_material type material.

data :
 t_material like
            standard
            table of fs_material.

data
  ok_code type sy-ucomm.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the main program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

include yh1316_input_values_top                 .    " global Data

* INCLUDE YH1316_INPUT_VALUES_O01                 .  " PBO-Modules
* INCLUDE YH1316_INPUT_VALUES_I01                 .  " PAI-Modules
* INCLUDE YH1316_INPUT_VALUES_F01                 .  " FORM-Routines

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  STATUS_0100  OUTPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
module status_0100 output.
  set pf-status 'STATUS'.
endmodule.                 " STATUS_0100  OUTPUT

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  FILL_DESCRIPTION  INPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
module fill_description input.
move makt-matnr to fs_material-matnr.
if fs_material-matnr ne ' '.
select matnr maktx  from makt
into table t_material
where matnr = fs_material-matnr
and spras = 'EN'.
if sy-subrc = 0.
loop at t_material into fs_material.
move:fs_material-maktx to fs_material-maktx.
endloop.
else.
clear fs_material-maktx.
endif.
endif.

endmodule.                 " FILL_DESCRIPTION  INPUT

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the layout table the matnr as dictionary from makt(MAKT_MAKTX)&lt;/P&gt;&lt;P&gt; and description as from program (FS_MATERIAL-MAKTX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this works the same as you want on entering the material press enter in hits pai and the module fill_description is executed.&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;Edited by: Richa Tripathi on Jun 11, 2009 7:33 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Richa Tripathi on Jun 11, 2009 7:39 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 05:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710815#M1296539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T05:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710816#M1296540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I decalred Matnr &amp;amp; Maktx from MAKT Table in a Screen 100..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT  ZSAMPLE_12  .

TABLES :MAKT.
CALL SCREEN 100.

*&amp;amp;---------------------------------*
*&amp;amp;      Module  STATUS_0100  OUTPUT
*-----------------------------------*
MODULE STATUS_0100 OUTPUT.
  SELECT SINGLE * FROM MAKT WHERE MATNR EQ MAKT-MATNR.
ENDMODULE.                 " STATUS_0100  OUTPUT

*&amp;amp;---------------------------------*
*&amp;amp;      Module  USER_COMMAND_0100  INPUT
*-----------------------------------*
MODULE USER_COMMAND_0100 INPUT.
  CASE SY-UCOMM.
    WHEN OTHERS.
      SELECT SINGLE * FROM MAKT WHERE MATNR EQ MAKT-MATNR.
  ENDCASE.
ENDMODULE.                 " USER_COMMAND_0100  INPUT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 05:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710816#M1296540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T05:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710817#M1296541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dileep ,&lt;/P&gt;&lt;P&gt;I don't think this is the requirement ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually he just wants tht as soon as he enters the material number the corresponding material description should be populated in the maktx field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think he need to create a module in PAI for populating the material description keeping a check on the , &lt;/P&gt;&lt;P&gt;material enetered and also set the field only for output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Rajesh Kumar ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 05:57:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710817#M1296541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T05:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710818#M1296542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dileep ,&lt;/P&gt;&lt;P&gt;I don't think this is the requirement ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Yes I know this is not requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually he just wants tht as soon as he enters the material number the corresponding material description should be populated in the maktx field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think he need to create a module in PAI for populating the material description keeping a check on the , &lt;/P&gt;&lt;P&gt;material enetered and also set the field only for output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its like a Auto refresh or like webpage to validate background. -&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;And this is possible only if he selects through f4, Dropdown or any other sources. but not by entering material no. &lt;/P&gt;&lt;P&gt;Since when he enters material no. he need to finish entering No... how does system know whether he entered a no. or not,,, he need to press anything(any event need to be triggered.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per My knowledge The Answer is in first two replies for the requirement,,.&lt;/P&gt;&lt;P&gt;&amp;amp; in further replies Raghu already written he doesnt even want to press Enter,,, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No I am just waiting &amp;amp; Watching for some experts solutions....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 06:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710818#M1296542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T06:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Query on dialog programming..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710819#M1296543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6536480"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish Reddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 06:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-dialog-programming/m-p/5710819#M1296543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T06:43:14Z</dc:date>
    </item>
  </channel>
</rss>

