<?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: problem in scrolling the table control in module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121476#M108974</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;&lt;/P&gt;&lt;P&gt;MODULE INITIALIZE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: pbo flow logic for tablecontrol 'TBLALLOC_CYC'&lt;/P&gt;&lt;P&gt;module TBLALLOC_CYC_change_tc_attr.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: module TBLALLOC_CYC_change_col_attr.&lt;/P&gt;&lt;P&gt;loop at GT_NEW_ALLOC&lt;/P&gt;&lt;P&gt;into GT_NEW_ALLOC_WA&lt;/P&gt;&lt;P&gt;with control TBLALLOC_CYC&lt;/P&gt;&lt;P&gt;cursor TBLALLOC_CYC-current_line.&lt;/P&gt;&lt;P&gt;module TBLALLOC_CYC_get_lines.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: module TBLALLOC_CYC_change_field_attr&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_9003.&lt;/P&gt;&lt;P&gt;&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE USER_COMMAND_9003.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*MODULE USER_COMMAND_9003.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: pai flow logic for tablecontrol 'TBLALLOC_CYC'&lt;/P&gt;&lt;P&gt;loop at GT_NEW_ALLOC.&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;field GT_NEW_ALLOC_WA-/BIC/ZALLOCCYC.&lt;/P&gt;&lt;P&gt;field GT_NEW_ALLOC_WA-/BIC/UFACT_FLG.&lt;/P&gt;&lt;P&gt;field GT_NEW_ALLOC_WA-CHANGEDBY.&lt;/P&gt;&lt;P&gt;field GT_NEW_ALLOC_WA-CH_ON.&lt;/P&gt;&lt;P&gt;field GT_NEW_ALLOC_WA-/BIC/ECHAT.&lt;/P&gt;&lt;P&gt;module TBLALLOC_CYC_modify on chain-request.&lt;/P&gt;&lt;P&gt;endchain.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;module TBLALLOC_CYC_user_command.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&amp;amp;spwizard: module TBLALLOC_CYC_change_tc_attr.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: module TBLALLOC_CYC_change_col_attr.&lt;/P&gt;&lt;P&gt;module TBLALLOC_CYC_user_command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_9003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********************************&lt;/P&gt;&lt;P&gt;MODULE INITIALIZE OUTPUT.&lt;/P&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;At the time of initialization of the screen data is to be displayed&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;by calling Function Module ZUFACTS_FETCH_ALLOC_CYC.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZUFACTS_FETCH_ALLOC_CYC'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_ALLOC = GT_NEW_ALLOC&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Pass the value displayed in Internal Table GT_OLD_ALLOC.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;P&gt;GT_OLD_ALLOC[] = GT_NEW_ALLOC[].&lt;/P&gt;&lt;P&gt;MOVE GT_OLD_ALLOC TO GT_OLD_ALLOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****Initialize the ok_code.&lt;/P&gt;&lt;P&gt;CLEAR OK_CODE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. " INITIALIZE OUTPUT&lt;/P&gt;&lt;P&gt;*************************************&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_9003 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE : OK_CODE.&lt;/P&gt;&lt;P&gt;WHEN 'SAVE'.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZUFACTS_UPDATE_ALLOC_CYC'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_OLD_ALLOC = GT_OLD_ALLOC&lt;/P&gt;&lt;P&gt;T_NEW_ALLOC = GT_NEW_ALLOC&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;NO_FIELD_UPDATED = 1&lt;/P&gt;&lt;P&gt;UNSUCCESSFUL_UPDATION = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 1.&lt;/P&gt;&lt;P&gt;MESSAGE I005 .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 2.&lt;/P&gt;&lt;P&gt;MESSAGE E006.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'CANCEL' OR 'BACK' OR '%EX' OR 'RW'.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;CLEAR OK_CODE.&lt;/P&gt;&lt;P&gt;ENDMODULE. " USER_COMMAND_9003 INPUT&lt;/P&gt;&lt;P&gt;*******************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have provided a 'SAVE' button to save the changes.&lt;/P&gt;&lt;P&gt;But the problem is before selecting 'SAVE'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2006 09:13:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-01T09:13:03Z</dc:date>
    <item>
      <title>problem in scrolling the table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121470#M108968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a Table Control with Wizard. My aim is to fetch the data from database then make updation in database table.For this I have created two Function Modules,one for Fetch other for Update.I am calling the FETCH func.mod. in the PBO and UPDATE in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When data is displayed if I make any changes to any updatable field and scroll down the Table in the screen then as soon as the mouse is clicked for scrolling the updated changes are lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out!!!!!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 07:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121470#M108968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T07:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem in scrolling the table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121471#M108969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check In PAI event.&lt;/P&gt;&lt;P&gt; There will be a module modify in chain ...endchain.&lt;/P&gt;&lt;P&gt; there you do some coding..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; eg: MODIFY G_TC1_ITAB&lt;/P&gt;&lt;P&gt;      FROM G_TC1_WA&lt;/P&gt;&lt;P&gt;        INDEX TC1-CURRENT_LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 07:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121471#M108969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T07:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem in scrolling the table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121472#M108970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr.Shaikh,&lt;/P&gt;&lt;P&gt;The code which you have suggested is already generated by the Table Control Wizard.&lt;/P&gt;&lt;P&gt;Still the problem is there.....&lt;/P&gt;&lt;P&gt;Is there any other way out????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 08:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121472#M108970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T08:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: problem in scrolling the table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121473#M108971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have u assigned Transaction Code for your prog?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 08:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121473#M108971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T08:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem in scrolling the table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121474#M108972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OffCourse!!!!!!!&lt;/P&gt;&lt;P&gt;the transaction code is there..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 08:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121474#M108972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T08:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem in scrolling the table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121475#M108973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when are you updating the data to database table...have u provided button to update or it is updating once the change is made in the table control...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the code you have written in PBO for fetching the data...debug and see whether it is replacing the updated data or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or send PBO &amp;amp; PAI code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 09:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121475#M108973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem in scrolling the table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121476#M108974</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;&lt;/P&gt;&lt;P&gt;MODULE INITIALIZE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: pbo flow logic for tablecontrol 'TBLALLOC_CYC'&lt;/P&gt;&lt;P&gt;module TBLALLOC_CYC_change_tc_attr.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: module TBLALLOC_CYC_change_col_attr.&lt;/P&gt;&lt;P&gt;loop at GT_NEW_ALLOC&lt;/P&gt;&lt;P&gt;into GT_NEW_ALLOC_WA&lt;/P&gt;&lt;P&gt;with control TBLALLOC_CYC&lt;/P&gt;&lt;P&gt;cursor TBLALLOC_CYC-current_line.&lt;/P&gt;&lt;P&gt;module TBLALLOC_CYC_get_lines.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: module TBLALLOC_CYC_change_field_attr&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_9003.&lt;/P&gt;&lt;P&gt;&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE USER_COMMAND_9003.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*MODULE USER_COMMAND_9003.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: pai flow logic for tablecontrol 'TBLALLOC_CYC'&lt;/P&gt;&lt;P&gt;loop at GT_NEW_ALLOC.&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;field GT_NEW_ALLOC_WA-/BIC/ZALLOCCYC.&lt;/P&gt;&lt;P&gt;field GT_NEW_ALLOC_WA-/BIC/UFACT_FLG.&lt;/P&gt;&lt;P&gt;field GT_NEW_ALLOC_WA-CHANGEDBY.&lt;/P&gt;&lt;P&gt;field GT_NEW_ALLOC_WA-CH_ON.&lt;/P&gt;&lt;P&gt;field GT_NEW_ALLOC_WA-/BIC/ECHAT.&lt;/P&gt;&lt;P&gt;module TBLALLOC_CYC_modify on chain-request.&lt;/P&gt;&lt;P&gt;endchain.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;module TBLALLOC_CYC_user_command.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&amp;amp;spwizard: module TBLALLOC_CYC_change_tc_attr.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: module TBLALLOC_CYC_change_col_attr.&lt;/P&gt;&lt;P&gt;module TBLALLOC_CYC_user_command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_9003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********************************&lt;/P&gt;&lt;P&gt;MODULE INITIALIZE OUTPUT.&lt;/P&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;At the time of initialization of the screen data is to be displayed&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;by calling Function Module ZUFACTS_FETCH_ALLOC_CYC.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZUFACTS_FETCH_ALLOC_CYC'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_ALLOC = GT_NEW_ALLOC&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Pass the value displayed in Internal Table GT_OLD_ALLOC.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;P&gt;GT_OLD_ALLOC[] = GT_NEW_ALLOC[].&lt;/P&gt;&lt;P&gt;MOVE GT_OLD_ALLOC TO GT_OLD_ALLOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****Initialize the ok_code.&lt;/P&gt;&lt;P&gt;CLEAR OK_CODE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. " INITIALIZE OUTPUT&lt;/P&gt;&lt;P&gt;*************************************&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_9003 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE : OK_CODE.&lt;/P&gt;&lt;P&gt;WHEN 'SAVE'.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZUFACTS_UPDATE_ALLOC_CYC'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_OLD_ALLOC = GT_OLD_ALLOC&lt;/P&gt;&lt;P&gt;T_NEW_ALLOC = GT_NEW_ALLOC&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;NO_FIELD_UPDATED = 1&lt;/P&gt;&lt;P&gt;UNSUCCESSFUL_UPDATION = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 1.&lt;/P&gt;&lt;P&gt;MESSAGE I005 .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 2.&lt;/P&gt;&lt;P&gt;MESSAGE E006.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'CANCEL' OR 'BACK' OR '%EX' OR 'RW'.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;CLEAR OK_CODE.&lt;/P&gt;&lt;P&gt;ENDMODULE. " USER_COMMAND_9003 INPUT&lt;/P&gt;&lt;P&gt;*******************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have provided a 'SAVE' button to save the changes.&lt;/P&gt;&lt;P&gt;But the problem is before selecting 'SAVE'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 09:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121476#M108974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T09:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem in scrolling the table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121477#M108975</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;check this help document...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/table" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/table&lt;/A&gt; control in abap.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 09:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121477#M108975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T09:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem in scrolling the table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121478#M108976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whais the logic in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module TBLALLOC_CYC_get_lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 09:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121478#M108976</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-01T09:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem in scrolling the table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121479#M108977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;module TBLALLOC_CYC_get_lines output.&lt;/P&gt;&lt;P&gt;  g_TBLALLOC_CYC_lines = sy-loopc.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the logic generated while using table control wizard..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 09:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121479#M108977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T09:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem in scrolling the table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121480#M108978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just modify the initialisation code as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: g_copied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if g_copied is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZUFACTS_FETCH_ALLOC_CYC'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_ALLOC = GT_NEW_ALLOC&lt;/P&gt;&lt;P&gt; g_copied = 'X'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 11:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-scrolling-the-table-control-in-module-pool/m-p/1121480#M108978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T11:39:49Z</dc:date>
    </item>
  </channel>
</rss>

