<?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: TABLE CONTROL PROBLEM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339345#M171903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;ye it is possible

if ur table control fieldnames are itab-matnr and itab-maktx.

in PAI of that screen

when 'OTHERS'.
loop at itab.
 select maktx from makt into itab-maktx where matnr = itab-matnr.
 modify itab transporting maktx.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2006 08:41:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-10T08:41:21Z</dc:date>
    <item>
      <title>TABLE CONTROL PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339340#M171898</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 table control which contains 2 fields likly material no and material description.&lt;/P&gt;&lt;P&gt;when i select one material no in first field,  i want to display the related material desc in 2nd field. is it possible in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help and suggestions will be much appriciated.&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;senthilkumar.r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 08:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339340#M171898</guid>
      <dc:creator>srajendran</dc:creator>
      <dc:date>2006-05-10T08:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339341#M171899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will fetch the material description upon a event and populate the table control internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot do this unless there is a event getting raised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful ansewrs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 08:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339341#M171899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T08:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339342#M171900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, when you enter the material and then press enter in PAI you can handle that enter and populate the respective material text.&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, 10 May 2006 08:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339342#M171900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T08:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339343#M171901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;deleted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rahul Kavuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 08:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339343#M171901</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2006-05-10T08:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339344#M171902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;   YA it is possible in table control.Select the row of the field you want to get description.Create any icons for displaying material description in the application tool bar.&lt;/P&gt;&lt;P&gt;In the user command for that particular fucntion code get the material description for the corresponding material and modify the final internal table.&lt;/P&gt;&lt;P&gt;This will give the description for the corresponding material you have selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Umasankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 08:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339344#M171902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T08:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339345#M171903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;ye it is possible

if ur table control fieldnames are itab-matnr and itab-maktx.

in PAI of that screen

when 'OTHERS'.
loop at itab.
 select maktx from makt into itab-maktx where matnr = itab-matnr.
 modify itab transporting maktx.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 08:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339345#M171903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T08:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339346#M171904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RAVI KUMAR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLS EXPLAIN IN DETAIL . I COULD'T UNDERSTAND.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 08:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339346#M171904</guid>
      <dc:creator>srajendran</dc:creator>
      <dc:date>2006-05-10T08:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339347#M171905</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;first enter your material, and then press enter button.&lt;/P&gt;&lt;P&gt;enable the ENTER the button for your screen. and then when you press the enter button handle that in PAI of your screen.&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, 10 May 2006 08:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339347#M171905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T08:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339348#M171906</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;You can easly manage in the PBO process, infact it's useless to store the description, so if the output fields is MARA-MATNR and MAKT-MAKTX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT T_ITAB WITH CONTROL &amp;lt;TABLE CONTROL&amp;gt; CURSOR ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODULE DISPLAY_ITAB.&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 DISPLAY_ITAB.&lt;/P&gt;&lt;P&gt;IF NOT ITAB-MATNR IS INITIAL.&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM MAKT WHERE SPRAS = SY-LANGU&lt;/P&gt;&lt;P&gt;                            AND MATNR = ITAB-MATNR.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0. CLEAR MAKT. ENDIF.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;CLEAR MAKT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MARA-MATNR = ITAB-MATNR.&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 use the same fields of itab as output fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE DISPLAY_ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE MAKTX FROM MAKT INTO ITAB-MAKTX &lt;/P&gt;&lt;P&gt;                          WHERE SPRAS = SY-LANGU&lt;/P&gt;&lt;P&gt;                            AND MATNR = ITAB-MATNR.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0. CLEAR ITAB-MAKTX . ENDIF.&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;max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 09:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/1339348#M171906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T09:09:39Z</dc:date>
    </item>
  </channel>
</rss>

