<?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: module pool error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/7635342#M1571663</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;Can you re-phrase your error correctly? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Feb 2011 05:38:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-09T05:38:10Z</dc:date>
    <item>
      <title>module pool error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/7635341#M1571662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create module pool progm. , I am getting error . the fields of  FIELD itab1-EDCUT.&lt;/P&gt;&lt;P&gt;       FIELD itab1-EDBAW.&lt;/P&gt;&lt;P&gt;       FIELD itab1-INCHIP.&lt;/P&gt;&lt;P&gt;are not showing the value in output.. its look like disabled..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the codes are...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;process before output.
  MODULE status_0200.
  LOOP AT itab with control tc.
    MODULE move_to_tc.
  ENDLOOP.

  LOOP AT itab1
         with control tc2
         cursor tc2-current_line.
    MODULE tc2_get_lines.
    MODULE move_to_tc2.
    MODULE tc2_change_tc_attr.
*&amp;amp;spwizard:   module TC_9001_change_field_attr
  ENDLOOP.

process after input.

  module exit_move at exit-command.

  field p_aufnr module check_order.

  LOOP AT itab.
    field itab-charg module charg_req.
    field itab-charg module input_req on request.
    MODULE tc_itab.
  ENDLOOP.

  LOOP AT itab1.
    chain.

      field itab1-idnrk1.
      field itab1-charg1.
      field itab1-lot.
      field itab1-slit1.
      field itab1-menge1.
      field itab1-edcut.
      field itab1-edbaw.
      field itab1-inchip.
      module menge_change on chain-request.
      module edcut_change on chain-request.
      module edbaw_change on chain-request.
      module inchip_change on chain-request.
    endchain.

  ENDLOOP.

  MODULE user_command_0200.

process on value-request.
  field p_matnr module help_matnr.
  field p_aufnr module help_order.
  field p_shift module help_shift.
  field itab-charg module help_charg.
.&lt;/CODE&gt;&lt;/PRE&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;                    Thanks,&lt;/P&gt;&lt;P&gt;                     r.sandhosh...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Feb 9, 2011 6:53 AM - added  tags removed commented out lines!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 05:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/7635341#M1571662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T05:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: module pool error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/7635342#M1571663</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;Can you re-phrase your error correctly? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 05:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/7635342#M1571663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T05:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: module pool error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/7635343#M1571664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;     I created Table control without wizard. In that i have 4 fields. Based on the 4 fields , i should display 3 more fields at final output, when i am press the SAVE button. The values are came in ITAB1. but the values are not displaying in the output screen.. That 3 issue fields are.... ITAB1-EDCUT&lt;/P&gt;&lt;P&gt;                                        ITAB1-EDBAW&lt;/P&gt;&lt;P&gt;                                        ITAB1-INCHIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI and PBO codes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;   MODULE status_0200.&lt;/P&gt;&lt;P&gt;   LOOP AT itab WITH CONTROL tc.&lt;/P&gt;&lt;P&gt;     MODULE move_to_tc.&lt;/P&gt;&lt;P&gt;   ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1&lt;/P&gt;&lt;P&gt;       with control tc2&lt;/P&gt;&lt;P&gt;       cursor tc2-current_line.&lt;/P&gt;&lt;P&gt;    module tc2_get_lines.&lt;/P&gt;&lt;P&gt; MODULE move_to_tc2.&lt;/P&gt;&lt;P&gt;module tc2_change_tc_attr.&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; PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   MODULE exit_move AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   FIELD p_aufnr MODULE check_order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   LOOP AT itab.&lt;/P&gt;&lt;P&gt;     FIELD itab-charg MODULE charg_req.&lt;/P&gt;&lt;P&gt;     FIELD itab-charg MODULE input_req ON REQUEST.&lt;/P&gt;&lt;P&gt;     MODULE tc_itab.&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;/P&gt;&lt;P&gt;   LOOP AT itab1.&lt;/P&gt;&lt;P&gt;     CHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       FIELD itab1-idnrk1.&lt;/P&gt;&lt;P&gt;       FIELD itab1-charg1.&lt;/P&gt;&lt;P&gt;       FIELD itab1-lot.&lt;/P&gt;&lt;P&gt;       FIELD itab1-slit1.&lt;/P&gt;&lt;P&gt;       FIELD itab1-menge1.&lt;/P&gt;&lt;P&gt;       FIELD itab1-EDCUT.&lt;/P&gt;&lt;P&gt;       FIELD itab1-EDBAW.&lt;/P&gt;&lt;P&gt;       FIELD itab1-INCHIP.&lt;/P&gt;&lt;P&gt;       MODULE menge_change ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;       MODULE edcut_change ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;       MODULE edbaw_change ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;       MODULE inchip_change ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;        ENDCHAIN.&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;&lt;/P&gt;&lt;P&gt;   MODULE user_command_0200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;   FIELD p_matnr MODULE help_matnr.&lt;/P&gt;&lt;P&gt;   FIELD p_aufnr MODULE help_order.&lt;/P&gt;&lt;P&gt;   FIELD p_shift MODULE help_shift.&lt;/P&gt;&lt;P&gt;      FIELD itab-charg MODULE help_charg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: rsandhosh on Feb 9, 2011 7:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 06:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/7635343#M1571664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T06:50:41Z</dc:date>
    </item>
  </channel>
</rss>

