<?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 control hide the value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-hide-the-value/m-p/4514201#M1067470</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;Table control enter the value and enter key press value are hide .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reason for advise me.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Hariharalingam.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2008 10:01:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-06T10:01:12Z</dc:date>
    <item>
      <title>control hide the value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-hide-the-value/m-p/4514201#M1067470</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;Table control enter the value and enter key press value are hide .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reason for advise me.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Hariharalingam.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-hide-the-value/m-p/4514201#M1067470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: control hide the value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-hide-the-value/m-p/4514202#M1067471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have u modified your internal table in PAI from screen &amp;amp; passed that internal table content back to the screen in PBO ? &lt;/P&gt;&lt;P&gt;for example if you need to show mara table in table control then &lt;/P&gt;&lt;P&gt;Pls check if you written following code in PBO.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  LOOP AT   internal_table 
       INTO workarea
       WITH CONTROL table_control_name
       CURSOR table_control_name-CURRENT_LINE.
    MODULE MOVE.
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in MODULE MOVE.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 MOVE-CORRESPONDING workarea TO mara.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check if you written following code in PAI.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  LOOP AT internal_table.
    CHAIN.
      FIELD MARA-MATNR.
      FIELD MARA-ERNAM.
      FIELD MARA-MTART.
      MODULE MODIFY ON CHAIN-REQUEST.
    ENDCHAIN.
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in module MODIFY&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  MOVE-CORRESPONDING mara TO workarea .
  MODIFY internal_table 
    FROM workarea
    INDEX table_control_name-current_line.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put a break point on modify command &amp;amp; check if internal table is getting modified or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-hide-the-value/m-p/4514202#M1067471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:52:20Z</dc:date>
    </item>
  </channel>
</rss>

