<?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/5732974#M1300252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi the code should be like this........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE STATUS_0613.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;MODULE DISPLAY .&lt;/P&gt;&lt;P&gt;  loop with TC_EXPORT_DOCUMENTS cursor &lt;/P&gt;&lt;P&gt;TC_EXPORT_DOCUMENTS-current_line.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE FIELDSELECT_DOCU_ENJOY99.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE USER_COMMAND_0613.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;LOOP WITH CONTROL TC_EXPORT_DOCUMENTS.&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FIELD AKKD-EXDOK.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;FIELD RV86E-TXT_DOK.&lt;/P&gt;&lt;P&gt;FIELD AKKD-EDOAZ.&lt;/P&gt;&lt;P&gt;FIELD AKKD-EDKAZ.&lt;/P&gt;&lt;P&gt;FIELD AKKD-ERLED.&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE DOC_TO_INT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2009 10:03:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-29T10:03:26Z</dc:date>
    <item>
      <title>table control .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5732972#M1300250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello expert ,&lt;/P&gt;&lt;P&gt;         I am designing one module pool like vx11n in the one table control there in document tab . I habe to make like that , I had thet design but prob is that data is disappenr when I pressing the enter . I have to make like standard coding but m not getting ..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;standard coding is like this ..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in pbo .&lt;/P&gt;&lt;P&gt; MODULE DISPLAY .&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE STATUS_0613.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  LOOP WITH CONTROL TC_EXPORT_DOCUMENTS.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; MODULE FIELDSELECT_DOCU_ENJOY99.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;PROCESS AFTER INPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE USER_COMMAND_0613.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  LOOP WITH CONTROL TC_EXPORT_DOCUMENTS.&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   FIELD AKKD-EXDOK.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      FIELD RV86E-TXT_DOK.&lt;/P&gt;&lt;P&gt;      FIELD AKKD-EDOAZ.&lt;/P&gt;&lt;P&gt;      FIELD AKKD-EDKAZ.&lt;/P&gt;&lt;P&gt;      FIELD AKKD-ERLED.&lt;/P&gt;&lt;P&gt;    ENDCHAIN.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; MODULE DOC_TO_INT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one module in pbo module display , but data is appering after pressing any key , screen is going refresh .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me , M waiting for ur valuable guide .&lt;/P&gt;&lt;P&gt;&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;Joy .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 06:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5732972#M1300250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T06:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: table control .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5732973#M1300251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably you need to modify the screen fields (table control fields) in PBO&amp;gt; Otherwise it'll be vanished. You can not hold the entries in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdb.info/wp-content/uploads/2008/05/create-table-control.pdf" target="test_blank"&gt;http://www.sapdb.info/wp-content/uploads/2008/05/create-table-control.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 07:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5732973#M1300251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T07:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: table control .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5732974#M1300252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi the code should be like this........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE STATUS_0613.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;MODULE DISPLAY .&lt;/P&gt;&lt;P&gt;  loop with TC_EXPORT_DOCUMENTS cursor &lt;/P&gt;&lt;P&gt;TC_EXPORT_DOCUMENTS-current_line.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE FIELDSELECT_DOCU_ENJOY99.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE USER_COMMAND_0613.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;LOOP WITH CONTROL TC_EXPORT_DOCUMENTS.&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FIELD AKKD-EXDOK.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;FIELD RV86E-TXT_DOK.&lt;/P&gt;&lt;P&gt;FIELD AKKD-EDOAZ.&lt;/P&gt;&lt;P&gt;FIELD AKKD-EDKAZ.&lt;/P&gt;&lt;P&gt;FIELD AKKD-ERLED.&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE DOC_TO_INT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 10:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5732974#M1300252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T10: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/5732975#M1300253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try this reference example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;controls : control type tableview using screen &amp;lt;scrno&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;         tablecontrol columns here......... &lt;/P&gt;&lt;P&gt;         end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : itab1 like itab occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se51&lt;/P&gt;&lt;P&gt;PBO&lt;/P&gt;&lt;P&gt;Loop with control &amp;lt;tcname&amp;gt;&lt;/P&gt;&lt;P&gt;Module_fill_tc.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI&lt;/P&gt;&lt;P&gt;Loop with control &amp;lt;tcname&amp;gt;&lt;/P&gt;&lt;P&gt;Module read_tc.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se38&lt;/P&gt;&lt;P&gt;Module_fill_tc.&lt;/P&gt;&lt;P&gt;describe table itab1 lines n.&lt;/P&gt;&lt;P&gt;if n is not initial.&lt;/P&gt;&lt;P&gt;read table itab1 into itab index control-currentline.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module read_tc.&lt;/P&gt;&lt;P&gt;read table itab1 index control-currentline.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;modify itab1 from itab index control-currentline.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;move-corresponding itab to itab1.&lt;/P&gt;&lt;P&gt;append itab1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 10:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5732975#M1300253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T10:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: table control .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5732976#M1300254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joy,&lt;/P&gt;&lt;P&gt;  you need to append the table control contents to internal table then only it won't dissappear when you press enter or trigger some actions,&lt;/P&gt;&lt;P&gt;just follow the example,&lt;/P&gt;&lt;P&gt;give this in the pai loop and endloop by creating some module in pai.&lt;/P&gt;&lt;P&gt; IF NOT x_assignment-employee_id IS INITIAL AND NOT x_assignment-activity IS INITIAL.&lt;/P&gt;&lt;P&gt;      MODIFY t_assignment FROM x_assignment INDEX tablecontrol-current_line.&lt;/P&gt;&lt;P&gt;      IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;        APPEND x_assignment TO t_assignment.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 14:54:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5732976#M1300254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T14:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: table control .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5732977#M1300255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the same as that of standard with a few modification as below coz in standard lot of things are included which can't be followed in normal development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE STATUS_0613.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;MODULE DISPLAY .&lt;/P&gt;&lt;P&gt;loop with TC_EXPORT_DOCUMENTS cursor TC_EXPORT_DOCUMENTS-current_line.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE FIELDSELECT_DOCU_ENJOY99.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE USER_COMMAND_0613.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;MODULE refresh_internal_table.&lt;/P&gt;&lt;P&gt;LOOP WITH CONTROL TC_EXPORT_DOCUMENTS.&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FIELD AKKD-EXDOK.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;FIELD RV86E-TXT_DOK.&lt;/P&gt;&lt;P&gt;FIELD AKKD-EDOAZ.&lt;/P&gt;&lt;P&gt;FIELD AKKD-EDKAZ.&lt;/P&gt;&lt;P&gt;FIELD AKKD-ERLED.&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;module capture_the_fields.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE DOC_TO_INT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;Module capture_the_fields.&lt;/P&gt;&lt;P&gt; move the screen data to wa.&lt;/P&gt;&lt;P&gt;appent wa to internal table.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;the internal table is the table which contains the data to be displayed.&lt;/P&gt;&lt;P&gt;In standard we use chain endchain sometimes to hold the screen data. Sometimes this screen fields get refreshed automatically to retain the data we protect this data using CHAIN ENDCHAIN without a module in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps and pulls you out of your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suvendu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 07:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5732977#M1300255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T07:10:43Z</dc:date>
    </item>
  </channel>
</rss>

