<?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: dialog program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341274#M801007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the user changes the values just check them against the values in table ,&lt;/P&gt;&lt;P&gt;if not same then using update Query update that entry in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaibhav Modi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******Reward Useful Replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2008 06:15:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-01T06:15:14Z</dc:date>
    <item>
      <title>dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341273#M801006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working on a module pool program.I have created ascreen 2000 in which there are many fields taken from mvke,mara and marc.If the user wants to change values of some fields in the o/p in this screen,then he can change the values using the dropdown list and when he clicks on the chechbox besides that field,then the changed value should get stored in that particular table from where the field is taken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i capture only checked fields and how can i store the&lt;/P&gt;&lt;P&gt;changed values in the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me solve this problem.Its very urgent!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 05:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341273#M801006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T05:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341274#M801007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the user changes the values just check them against the values in table ,&lt;/P&gt;&lt;P&gt;if not same then using update Query update that entry in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaibhav Modi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******Reward Useful Replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 06:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341274#M801007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T06:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341275#M801008</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;in ur top include give the sanme name to the check box as u have given in screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose ur check box name in screen is c1 for matnr from mara.&lt;/P&gt;&lt;P&gt;and u have named i/o field as fmatnr in screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in ur top include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data c1 type c,&lt;/P&gt;&lt;P&gt;fmatnr type mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur main program.&lt;/P&gt;&lt;P&gt;in pai module.&lt;/P&gt;&lt;P&gt;if c1 = 'X'.&lt;/P&gt;&lt;P&gt;then update ur database table.&lt;/P&gt;&lt;P&gt;update mara set matnr = fmatnr.&lt;/P&gt;&lt;P&gt;like this u can code for other fields also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it is clear now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 06:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341275#M801008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T06:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341276#M801009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we use set parameter id for updating the changed values in the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 06:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341276#M801009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T06:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341277#M801010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set parameter id will store the value entered in the screen in sap memory .it will not update the database table automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 06:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341277#M801010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T06:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341278#M801011</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;From your screen program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: PAI FLOW LOGIC FOR TABLECONTROL 'TC_B'&lt;/P&gt;&lt;P&gt;  LOOP AT T_DISP.&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD WA_DISP-CHKBOX MODULE CHKBOX.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FIELD WA_DISP-SNO.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FIELD WA_DISP-NAME.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FIELD WA_DISP-SELNM.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FIELD WA_DISP-PRICE.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FIELD WA_DISP-CONDN.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    endchain.&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;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  CHKBOX  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&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;      text&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;MODULE CHKBOX INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE-CORRESPONDING TC_B TO WA_DISP.&lt;/P&gt;&lt;P&gt;  MODIFY T_DISP FROM WA_DISP INDEX TC_B-CURRENT_LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE T_DISP INTO WA_DISP WITH KEY CHKBOX = C_X. " index TC_B-CURRENT_LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " CHKBOX  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then read the internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT T_DISP INTO WA_DISP WHERE CHKBOX EQ C_X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY ****************&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;If it solve ur problem , Please award points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 06:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341278#M801011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T06:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341279#M801012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set Parameter ID will store the values in the SAP memory and not in the ABAP memory. Please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you are trying to update the databse tables you can use the statement such as UPDATE or MODIFY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 06:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341279#M801012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T06:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341280#M801013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U just use CASE statement or IF statements......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF check1 = 'x'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update table tablename ......where fieldname = dd1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dd1 is the dropdown list variable.&lt;/P&gt;&lt;P&gt;dd1 holds the value the user has changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will work.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward points if useful.&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 06:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341280#M801013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T06:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341281#M801014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared all my checkboxes in my top include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: I have given one of my checkbox name as DCHAIN_SPEC in the attributes window for screen 2000.&lt;/P&gt;&lt;P&gt;I have declared this as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: DCHAIN_SPEC TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting error as 'Field DCHAIN_SPEC is not defined.It is neither specified in one of the tables nor defined by a data statement'.&lt;/P&gt;&lt;P&gt;What would be the reason for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 06:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341281#M801014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T06:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341282#M801015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u activate ur top include?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be u have declared and saved .&lt;/P&gt;&lt;P&gt;and as u did not activate the top include ,it will give error when u perform syntax check on ur main program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 06:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341282#M801015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T06:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341283#M801016</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 is no seperate top include.All the declaration is done in the main program itself.I have activated it.But still it is giving error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 07:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341283#M801016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T07:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341284#M801017</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;How can I assign a value to drop down list in the attribute window of the screen painter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 07:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341284#M801017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T07:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341285#M801018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to assign values in the drop down list.&lt;/P&gt;&lt;P&gt;u have to code in main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use type pools vrm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy this into a report program.and debug.&lt;/P&gt;&lt;P&gt;u will get an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS P_PLANT TYPE STR AS LISTBOX VISIBLE LENGTH 10.&lt;/P&gt;&lt;P&gt;TYPE-POOLS: VRM.&lt;/P&gt;&lt;P&gt;DATA: T_PLANT type vrm_values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND '1000' TO T_PLANT.&lt;/P&gt;&lt;P&gt;APPEND '3200' TO T_PLANT.&lt;/P&gt;&lt;P&gt;                  CALL FUNCTION 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;                    EXPORTING&lt;/P&gt;&lt;P&gt;                      id                    = 'P_PLANT'&lt;/P&gt;&lt;P&gt;                      values                = T_PLANT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 07:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341285#M801018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T07:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341286#M801019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values in the droplist are automatically coming in the o/p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is,How can we know only the checked field and only the changed value will get updated in the database?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 07:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341286#M801019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T07:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341287#M801020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;see suppose in ur screen :&lt;/P&gt;&lt;P&gt;                      &lt;/P&gt;&lt;P&gt;field1 ________ |_| checkbox1.&lt;/P&gt;&lt;P&gt; field2 ________ |_| checkbox2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in main program.&lt;/P&gt;&lt;P&gt;when u write &lt;/P&gt;&lt;P&gt;if checkbox1 = 'X'.&lt;/P&gt;&lt;P&gt;update &amp;lt;dbtab&amp;gt; set &amp;lt;field &amp;gt; = field1.&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;.&lt;/P&gt;&lt;P&gt;similarly for other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"this statement will update the database table field with the value in field1. if checkbox1 is ticked.&lt;/P&gt;&lt;P&gt;whenever user checks the box the variable for checkbox (here checkbox1) will store the value X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope i made this clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 08:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341287#M801020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T08:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341288#M801021</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;Now the values are getting updated into the table.But if i check 2 or checkboxes and click on the execute button all the changed values should get updated into tables.But this is not happening.Only the first checked field value is getting uploaded into table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341288#M801021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341289#M801022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do like this&lt;/P&gt;&lt;P&gt;if c1 = 'X'.&lt;/P&gt;&lt;P&gt;update....&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if c2 = 'X'.&lt;/P&gt;&lt;P&gt;update..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u have included update statements in if....elseif...endif.&lt;/P&gt;&lt;P&gt;statements then it will execute only the first true condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341289#M801022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341290#M801023</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;Now the values are getting updated into the table.But if i check 2 or  3 checkboxes and click on the execute button all the changed values in all the checked fields should get updated into tables.But this is not happening.Only the first checked field value is getting uploaded into table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 10:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341290#M801023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T10:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341291#M801024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i think u have coded the full logic for all checkboxes in one if else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u should have separate if for all checkboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if c1 = 'X'.&lt;/P&gt;&lt;P&gt;text = 'check1'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if c2 = 'X'.&lt;/P&gt;&lt;P&gt;text = 'check2'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if c3 = 'X'.&lt;/P&gt;&lt;P&gt;text = 'check3'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i executed a sample program for this and it was working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u try debugging ur code and put a breakpoint where u are checking the values of checkboxes.&lt;/P&gt;&lt;P&gt;and see if the value of the check box is X then is it going inside that if stament or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope u understood the concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kamini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 11:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341291#M801024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T11:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341292#M801025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now all the  field values changed in the update screen and which are checked are getting updated in the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But actually there is an o/p screen in which there are many records.If the user wants to change the values of a particular record,then he clicks on the checkbox placed besides that record and clicks on the execute button.Then the control goes to the update screen2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the changed values are getting updated in the database table.But the values are getting updated in all the records along with the record selected in the o/p screen.This should not happen.Only the selected record should get updated with the changed value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this happen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 12:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program/m-p/3341292#M801025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T12:30:38Z</dc:date>
    </item>
  </channel>
</rss>

