<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984623#M402173</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;Actually my problem is when i enter a vendor number in an i/o field in frame(box) ... i want the to display vendor number and vendor name in next frame (box) and correspondingly i want ebeln, ekorg,aedat etc..... in a table control of the same screen itself .... please reply me  as soon as posible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank U&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2007 04:50:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-23T04:50:45Z</dc:date>
    <item>
      <title>TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984618#M402168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gave vendor number in a i/o field taken as lfa1-lifnr.Now i want to display the following two at a time to the vendor number  i entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) vendor number(i/o field wa-lifnr)  and vendor name(i/o field wa-name1) in a seperate box &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii) and ebeln ,aedat , ekorg in a table contol .. please suggest me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank U&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 15:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984618#M402168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T15:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984619#M402169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have do this using events like say there is a button and when you click it after entering the vendor number taken as lfa1-lifnr then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the event is at user-command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the Function code for the button you have to write the code for fetching the vendor name and display it in the wa-lifnr and wa-name1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also get the relavant data from different tables that you have to put in the table control as well depending on the event you want that to happen and populate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 16:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984619#M402169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T16:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984620#M402170</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;select required data at PAI and keep in a internal table for fuction code enter.&lt;/P&gt;&lt;P&gt;Do loop in PBO and keep data to the table control structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 16:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984620#M402170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984621#M402171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends&lt;/P&gt;&lt;P&gt;I didnt get clearly please help me with code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 09:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984621#M402171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T09:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984622#M402172</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;i) vendor number(i/o field wa-lifnr) and vendor name(i/o field wa-name1) in a seperate box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to design the screen with the 2 input fields with the same names as declared in program(wa-lifnr , wa-name1)  and in Properties window, select the option OUTPUT ONLY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii) and ebeln ,aedat , ekorg in a table contol .. &lt;/P&gt;&lt;P&gt;for this u declare the internal table in the program itself..&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF it_kna1 OCCURS 0,&lt;/P&gt;&lt;P&gt;      kunnr LIKE kna1-kunnr,&lt;/P&gt;&lt;P&gt;      name1 LIKE kna1-name1,&lt;/P&gt;&lt;P&gt;      ort01 LIKE kna1-ort01,&lt;/P&gt;&lt;P&gt;      land1 LIKE kna1-land1,&lt;/P&gt;&lt;P&gt;      chk1 TYPE c , (checkbox in table control)&lt;/P&gt;&lt;P&gt;      END OF it_kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after creating the table control...(SE51)&lt;/P&gt;&lt;P&gt;select GET FROM PROGRAM..&lt;/P&gt;&lt;P&gt;and give the internal table name...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in pai of first screen say 100.. give as&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'ENTE'.&lt;/P&gt;&lt;P&gt; IF NOT v_kunnr IS INITIAL.&lt;/P&gt;&lt;P&gt;          SELECT&lt;/P&gt;&lt;P&gt;                 kunnr&lt;/P&gt;&lt;P&gt;                 name1&lt;/P&gt;&lt;P&gt;                 ort01&lt;/P&gt;&lt;P&gt;                 land1&lt;/P&gt;&lt;P&gt;                 FROM kna1&lt;/P&gt;&lt;P&gt;                 INTO CORRESPONDING FIELDS OF TABLE it_kna1&lt;/P&gt;&lt;P&gt;                 WHERE kunnr EQ v_kunnr.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;        LEAVE TO SCREEN 0200.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 09:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984622#M402172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984623#M402173</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;Actually my problem is when i enter a vendor number in an i/o field in frame(box) ... i want the to display vendor number and vendor name in next frame (box) and correspondingly i want ebeln, ekorg,aedat etc..... in a table control of the same screen itself .... please reply me  as soon as posible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank U&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 04:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1984623#M402173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T04:50:45Z</dc:date>
    </item>
  </channel>
</rss>

