<?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 Programming table control problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879567#M369469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all ur efforts and replies My problem is resolved 90% still i have some new changes if any issues will reply u all &lt;/P&gt;&lt;P&gt;Thanks and Best regards,&lt;/P&gt;&lt;P&gt;Ujwala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 06:18:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-19T06:18:10Z</dc:date>
    <item>
      <title>Dialog Programming table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879560#M369462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends i am struggling with this issue since long but not&lt;/P&gt;&lt;P&gt;getting the expected result please help,&lt;/P&gt;&lt;P&gt;&amp;gt;i know how to create table control as well as how to create a&lt;/P&gt;&lt;P&gt;&amp;gt; module pool program i tried my best also i used the save push&lt;/P&gt;&lt;P&gt;&amp;gt; button coding here and save push button is created in pf-status Frc1 menu   painter   and when i call the screen i never view the save push button as well but its not working i am not understanding&lt;/P&gt;&lt;P&gt;&amp;gt; why this is happening i am sending my module pool code as well&lt;/P&gt;&lt;P&gt;&amp;gt; as flow logic if u have time please see into this and help me,&lt;/P&gt;&lt;P&gt;Program ZUTABCONT_LOOP_AT_YAHOO Message-id zz.&lt;/P&gt;&lt;P&gt;TABLES: ZEMP.&lt;/P&gt;&lt;P&gt;DATA: CHK TYPE C.&lt;/P&gt;&lt;P&gt;DATA: ITAB TYPE ZEMP OCCURS 100 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_comm like sy-ucomm,&lt;/P&gt;&lt;P&gt;     ok_code(04) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF it_tab OCCURS 0,&lt;/P&gt;&lt;P&gt;       zempno like zemp-zempno,&lt;/P&gt;&lt;P&gt;       zname like zemp-zname,&lt;/P&gt;&lt;P&gt;       zsal like zemp-zsal,&lt;/P&gt;&lt;P&gt;       zcity1 like zemp-zcity1,&lt;/P&gt;&lt;P&gt;     END OF it_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS: TABCTRL TYPE TABLEVIEW USING SCREEN '0100'.&lt;/P&gt;&lt;P&gt;DATA COLS LIKE LINE OF TABCTRL-COLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  STATUS_0100  OUTPUT&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&gt;&lt;P&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;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;module STATUS_0100 output.&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'FRC1'.&lt;/P&gt;&lt;P&gt;SET TITLEBAR 'ZZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MOVE-CORRESPONDING IT_TAB TO ZEMP.&lt;/P&gt;&lt;P&gt;endmodule.                 " STATUS_0100  OUTPUT&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;HR originaltext="-----------------------------------------------------------" /&gt;&lt;P&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_0100_exit&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&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;HR originaltext="-----" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;MODULE user_command_0100_exit INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CASE OK_code.&lt;/P&gt;&lt;P&gt;   WHEN 'DISP'.&lt;/P&gt;&lt;P&gt;     CLEAR ITAB.&lt;/P&gt;&lt;P&gt;     SELECT * FROM ZEMP INTO TABLE ITAB.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DISABLE THE TABLE CONTROL FOR INPUT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     TABCTRL-LINES = SY-DBCNT.&lt;/P&gt;&lt;P&gt;     LOOP AT TABCTRL-COLS INTO COLS WHERE index GT 0.&lt;/P&gt;&lt;P&gt;       COLS-SCREEN-INPUT = '0'.&lt;/P&gt;&lt;P&gt;       MODIFY TABCTRL-COLS FROM COLS INDEX sy-tabix.&lt;/P&gt;&lt;P&gt;     ENDLOOP.&lt;/P&gt;&lt;P&gt;    WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;     LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt; ENDCASE.&lt;/P&gt;&lt;P&gt;endmodule.                    "user_command_0100_exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  USER_COMMAND_0100  INPUT&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&gt;&lt;P&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;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;module USER_COMMAND_0100.&lt;/P&gt;&lt;P&gt; CASE ok_code.&lt;/P&gt;&lt;P&gt;  WHEN 'EDIT'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ENABLE THE TABLE CONTROL FOR INPUT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     LOOP AT TABCTRL-COLS INTO COLS WHERE index GT 1.&lt;/P&gt;&lt;P&gt;       COLS-SCREEN-INPUT = '1'.&lt;/P&gt;&lt;P&gt;       MODIFY TABCTRL-COLS FROM COLS INDEX sy-tabix.&lt;/P&gt;&lt;P&gt;     ENDLOOP.&lt;/P&gt;&lt;P&gt; WHEN 'SAVE'.&lt;/P&gt;&lt;P&gt;   insert into zemp values itab.&lt;/P&gt;&lt;P&gt;  COMMIT WORK.&lt;/P&gt;&lt;P&gt; IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;   MESSAGE I001(0) WITH 'UPDATED'.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;Endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endmodule.                 " USER_COMMAND_1000  INPUT&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;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  SCRTOIT  INPUT&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&gt;&lt;P&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;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;module SCRTOIT INPUT.&lt;/P&gt;&lt;P&gt; MODIFY It_tab INDEX TABCTRL-CURRENT_LINE.&lt;/P&gt;&lt;P&gt; move-corresponding it_tab to itab.&lt;/P&gt;&lt;P&gt; append itab.&lt;/P&gt;&lt;P&gt;endmodule.                 " SCRTOIT  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flow logic for the same program is &lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  loop at it_tab WITH CONTROL tabctrl&lt;/P&gt;&lt;P&gt;           CURSOR tabctrl-current_line.&lt;/P&gt;&lt;P&gt;   endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command_0100_exit AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;loop at it_tab.&lt;/P&gt;&lt;P&gt;  Module SCRTOIT.&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt;Module user_command_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the table control manually not through wizard also&lt;/P&gt;&lt;P&gt;the table control fields are not from dictionary table they are&lt;/P&gt;&lt;P&gt;from internal table it_tab&lt;/P&gt;&lt;P&gt;and the requiremnet of this program output is when i execute the&lt;/P&gt;&lt;P&gt;table control should be in disable mode and when i press new&lt;/P&gt;&lt;P&gt;entries button it should go to enable mode and when i enter the&lt;/P&gt;&lt;P&gt;data and press save it should save the data into the CUSTOMISED&lt;/P&gt;&lt;P&gt;TABLE ztv_loan_master as well as it should update the last&lt;/P&gt;&lt;P&gt;record into table zts_global_field where the key1 =&lt;/P&gt;&lt;P&gt;'ZVXXR_LOAN_MASTER'.&lt;/P&gt;&lt;P&gt;One problem is when i created the save button in the se41 in&lt;/P&gt;&lt;P&gt;status Frc1 still i cant view the save button when i execute in&lt;/P&gt;&lt;P&gt;se51 screen painter why so i am not understanding how to code&lt;/P&gt;&lt;P&gt;for this please help.&lt;/P&gt;&lt;P&gt;pLEASE FIRST HELP ME FOR THE SAVE BUTTON AND NEW ENTRIES BUTTON.&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Ujwala Shirsulla.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 09:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879560#M369462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T09:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879561#M369463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ujwala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have create example as you said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO r u calling &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;MODULE STATUS_0100.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;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  STATUS_0100  OUTPUT&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 STATUS_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'FRC1'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SET TITLEBAR 'xxx'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " STATUS_0100  OUTPUT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879561#M369463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879562#M369464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ujwala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your module pool program in PBO &amp;lt;b&amp;gt;double click on SET PF-STATUS 'FRC1'&amp;lt;/b&amp;gt;. It will take you to Maintain status screen . There check whether the  &amp;lt;b&amp;gt;save&amp;lt;/b&amp;gt; button is there or not . If it is there press execute button and to check Status simulation  .&lt;/P&gt;&lt;P&gt;&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;Balavardhan.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879562#M369464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879563#M369465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ujwala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if your PF status is active or not.&lt;/P&gt;&lt;P&gt;In case, its not active the push button which you have created will not appear in the screen when you execute your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you,&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vijaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879563#M369465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879564#M369466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ujwala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i observed u have commented the PBO&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;MODULE STATUS_0100.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Naresh Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879564#M369466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879565#M369467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Balavardhan,&lt;/P&gt;&lt;P&gt;There is one more problem which i see is when i enter the records into the table control and press enter the record gets cleared from the screen and when i enter multiple record its saving only one record how will i deal with this issue any clue.&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Ujwala Shirsulla.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 07:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879565#M369467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T07:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879566#M369468</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 think in your pai, you are capturing the records entered in teh table control..you should include a module in your pai which modifies the lines of the table control..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your PAI of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD ITAB-MATNR.&lt;/P&gt;&lt;P&gt;      FIELD ITAB-MTART.&lt;/P&gt;&lt;P&gt;      FIELD ITAB-QTY.&lt;/P&gt;&lt;P&gt;      MODULE ITAB_MODIFY ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;    ENDCHAIN.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE ITAB_MODIFY INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY ITAB&lt;/P&gt;&lt;P&gt;    INDEX TBLCTRL2-CURRENT_LINE.&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;if you include this module in your pai, the values will not be cleared when you press enter...if it was helpful, pl reward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 07:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879566#M369468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T07:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879567#M369469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all ur efforts and replies My problem is resolved 90% still i have some new changes if any issues will reply u all &lt;/P&gt;&lt;P&gt;Thanks and Best regards,&lt;/P&gt;&lt;P&gt;Ujwala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-table-control-problem/m-p/1879567#M369469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T06:18:10Z</dc:date>
    </item>
  </channel>
</rss>

