<?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 Help need in Table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-in-table-control/m-p/1899184#M375689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;       I am new to dialog programming , I have the following requirement in table control.&lt;/P&gt;&lt;P&gt;   I have to be displayed 4 fields in Table control &lt;/P&gt;&lt;P&gt; 1. Mara-MATNR (Match code)&lt;/P&gt;&lt;P&gt; 2.Mara-BISMT&lt;/P&gt;&lt;P&gt; 3. Mara-MATKL&lt;/P&gt;&lt;P&gt; 4. Makt-MAKTX &lt;/P&gt;&lt;P&gt;        Based on Material number the rest of the fields to be displayed automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible send the sample code for the above requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Jan 2007 12:18:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-20T12:18:51Z</dc:date>
    <item>
      <title>Help need in Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-in-table-control/m-p/1899184#M375689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;       I am new to dialog programming , I have the following requirement in table control.&lt;/P&gt;&lt;P&gt;   I have to be displayed 4 fields in Table control &lt;/P&gt;&lt;P&gt; 1. Mara-MATNR (Match code)&lt;/P&gt;&lt;P&gt; 2.Mara-BISMT&lt;/P&gt;&lt;P&gt; 3. Mara-MATKL&lt;/P&gt;&lt;P&gt; 4. Makt-MAKTX &lt;/P&gt;&lt;P&gt;        Based on Material number the rest of the fields to be displayed automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible send the sample code for the above requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2007 12:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-in-table-control/m-p/1899184#M375689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-20T12:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help need in Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-in-table-control/m-p/1899185#M375690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create a screen and create those fields in that screen with proper data element type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PAI event, create a Module like MODULE_FILL_DATA. and double click on that one, in that module write this code&lt;/P&gt;&lt;P&gt;IF MATNR IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Write the Error like please enter the material No&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;Select BISMT MATKL MAKTX into those screen field from MARA where &lt;/P&gt;&lt;P&gt;                                MARA = Screenfield-MATNR.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's it, and when you run the screen enter the material no and press enter, then all the fields will come over there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2007 12:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-in-table-control/m-p/1899185#M375690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-20T12:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help need in Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-in-table-control/m-p/1899186#M375691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer to these examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/PHPWebUI/Documents/ABAP%20Reporting%20-%20Dialog%20Programming.pdf" target="test_blank"&gt;http://www.sappoint.com/PHPWebUI/Documents/ABAP%20Reporting%20-%20Dialog%20Programming.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/online_pgm_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/online_pgm_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2007 12:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-in-table-control/m-p/1899186#M375691</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2007-01-20T12:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help need in Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-in-table-control/m-p/1899187#M375692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;chk the sample on table control in the transaction ABAPDOCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2007 21:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-in-table-control/m-p/1899187#M375692</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2007-01-21T21:40:23Z</dc:date>
    </item>
  </channel>
</rss>

