<?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/1736608#M320349</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 don't whther this the bug with table control and my opinion is that when you have the vertical scroll bar this issue arises.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have loop endloop in pai right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you do validation for each field between loop end loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if have 20 records in itab and in your screen you can see 100 records ata time,for next 10 ten records you have pull the scroll bar right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at anytime the loop runs for only 10 times even though you have 20 records starting from 1 to 10 or 2 to11 or 11 to 20,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say its from 1 to 10 and if 11 record is wrong and you have error mess for that but it wont display until you move the scroll bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even the validation should be done out side the loop if you have scroll bar but gain the user would be confused because you cannot see the record because he can see only 10 records at a time and again in your sytem the loop may run for 10 and the same program in my screen it would run for 14 times . i don't the reason behind and i have faced this problem a while ago and after through reseracha nd with the help of others and complaints from users i recognised this .&lt;/P&gt;&lt;P&gt;Hope this should be helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VENKI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2006 18:43:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-06T18:43:39Z</dc:date>
    <item>
      <title>Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736598#M320339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have problem with table control. When user fill field and press enter field is cleared. Table control is made with wizard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Aleksic Slobodan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 14:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736598#M320339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T14:30: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/1736599#M320340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to modify the internal table in PBO and display the internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 14:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736599#M320340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T14:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736600#M320341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;You need to write the code for this one, what ever the user enters in the table control, we normally fill up in a internal table, so fill the internal table with the values which the user enters in the table control.. and in PBO pass it back to the table control .....&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>Tue, 05 Dec 2006 14:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736600#M320341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T14:43: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/1736601#M320342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have code in PAI which call method on chain :modify it_table . &lt;/P&gt;&lt;P&gt; modify IT_OUTPUT&lt;/P&gt;&lt;P&gt;    from WA_OUTPUT&lt;/P&gt;&lt;P&gt;    index RACUNI-current_line.&lt;/P&gt;&lt;P&gt;When I go to debugger i see wa_output, but it_output not update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 14:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736601#M320342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736602#M320343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found solve for this problem but this slove is not happy. When user click insert row &lt;SPAN __jive_emoticon_name="plus"&gt;&lt;/SPAN&gt; value in field stay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 15:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736602#M320343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T15:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736603#M320344</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;THE PROBLEM IS TO DO WITH CHAIN ENDCHAIN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU HAVE ALL YOUR FIELDS IN BETWEEN THE CHAIN ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN THE USER PRESS ENTER ALL THE FIELDS WHICH ARE AFTER THE PROCESSING FIELD IN pai would get there value deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET ME KNOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF POSSIBLE POST THE CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;VENKI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 20:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736603#M320344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T20:13: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/1736604#M320345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my PAI code on the subscren 102.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: pai flow logic for tablecontrol 'RACUNI'&lt;/P&gt;&lt;P&gt;  loop at IT_OUTPUT.&lt;/P&gt;&lt;P&gt;    chain.&lt;/P&gt;&lt;P&gt;      field WA_OUTPUT-BROJPL.&lt;/P&gt;&lt;P&gt;      field WA_OUTPUT-BROJST.&lt;/P&gt;&lt;P&gt;      field WA_OUTPUT-BELNR.&lt;/P&gt;&lt;P&gt;      field WA_OUTPUT-REFERENCA.&lt;/P&gt;&lt;P&gt;      field WA_OUTPUT-IZNOS.&lt;/P&gt;&lt;P&gt;      field WA_OUTPUT-SIROVINA.&lt;/P&gt;&lt;P&gt;      field WA_OUTPUT-JM.&lt;/P&gt;&lt;P&gt;      field WA_OUTPUT-CENA.&lt;/P&gt;&lt;P&gt;      field WA_OUTPUT-UGKOL.&lt;/P&gt;&lt;P&gt;     module RACUNI_modify on chain-request.&lt;/P&gt;&lt;P&gt;      field WA_OUTPUT-CHECK&lt;/P&gt;&lt;P&gt;      module RACUNI_mark on request.&lt;/P&gt;&lt;P&gt;      endchain.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;  module RACUNI_user_command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module RACUNI_modify input.&lt;/P&gt;&lt;P&gt;  MODIFY IT_OUTPUT&lt;/P&gt;&lt;P&gt;    from WA_OUTPUT&lt;/P&gt;&lt;P&gt;    index RACUNI-current_line.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module RACUNI_mark input.&lt;/P&gt;&lt;P&gt;  data: g_RACUNI_wa2 like line of IT_OUTPUT.&lt;/P&gt;&lt;P&gt;    if RACUNI-line_sel_mode = 1&lt;/P&gt;&lt;P&gt;    and WA_OUTPUT-CHECK = 'X'.&lt;/P&gt;&lt;P&gt;     loop at IT_OUTPUT into g_RACUNI_wa2&lt;/P&gt;&lt;P&gt;       where CHECK = 'X'.&lt;/P&gt;&lt;P&gt;       g_RACUNI_wa2-CHECK = ''.&lt;/P&gt;&lt;P&gt;       modify IT_OUTPUT&lt;/P&gt;&lt;P&gt;         from g_RACUNI_wa2&lt;/P&gt;&lt;P&gt;         transporting CHECK.&lt;/P&gt;&lt;P&gt;     endloop.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  modify IT_OUTPUT&lt;/P&gt;&lt;P&gt;    from WA_OUTPUT&lt;/P&gt;&lt;P&gt;    index RACUNI-current_line&lt;/P&gt;&lt;P&gt;    transporting CHECK.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: input module for tc 'RACUNI'. do not change this line!&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: process user command&lt;/P&gt;&lt;P&gt;module RACUNI_user_command input.&lt;/P&gt;&lt;P&gt;  OK_CODE = sy-ucomm.&lt;/P&gt;&lt;P&gt;  perform user_ok_tc using    'RACUNI'&lt;/P&gt;&lt;P&gt;                              'IT_OUTPUT'&lt;/P&gt;&lt;P&gt;                              'CHECK'&lt;/P&gt;&lt;P&gt;                     changing OK_CODE.&lt;/P&gt;&lt;P&gt;  sy-ucomm = OK_CODE.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 07:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736604#M320345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T07:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736605#M320346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, Welcome to SDN....&lt;/P&gt;&lt;P&gt;When you do it with Wizard, check out for Refresh/Clear statements in PBO and comment it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 07:51:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736605#M320346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T07:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736606#M320347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm run program in debugger and found module where wa_output fills it_output and sy-subrc is 4. I don't know why is that happened, because structure it_output is equal wa_outuput and index =  1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 08:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736606#M320347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T08:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736607#M320348</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 guess this should solve your problem for definite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember this when ever you are table control with wizard TO MAKE THE FOLLOWING CHANGES..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make the following changes and it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE RACUNI_MODIFY." ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module RACUNI_modify input.&lt;/P&gt;&lt;P&gt;MODIFY IT_OUTPUT&lt;/P&gt;&lt;P&gt;from WA_OUTPUT&lt;/P&gt;&lt;P&gt;index RACUNI-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;insert  WA_OUTPUT INTO IT_OUTPUT index RACUNI-current_line.&lt;/P&gt;&lt;P&gt;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;&lt;/P&gt;&lt;P&gt;check the syntax of inserting from wa.&lt;/P&gt;&lt;P&gt;i guess iam correct with the syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARDSS POINTS IF HELPFUL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tHANKS&lt;/P&gt;&lt;P&gt;VENKI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 18:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736607#M320348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T18:34: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/1736608#M320349</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 don't whther this the bug with table control and my opinion is that when you have the vertical scroll bar this issue arises.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have loop endloop in pai right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you do validation for each field between loop end loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if have 20 records in itab and in your screen you can see 100 records ata time,for next 10 ten records you have pull the scroll bar right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at anytime the loop runs for only 10 times even though you have 20 records starting from 1 to 10 or 2 to11 or 11 to 20,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say its from 1 to 10 and if 11 record is wrong and you have error mess for that but it wont display until you move the scroll bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even the validation should be done out side the loop if you have scroll bar but gain the user would be confused because you cannot see the record because he can see only 10 records at a time and again in your sytem the loop may run for 10 and the same program in my screen it would run for 14 times . i don't the reason behind and i have faced this problem a while ago and after through reseracha nd with the help of others and complaints from users i recognised this .&lt;/P&gt;&lt;P&gt;Hope this should be helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VENKI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 18:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1736608#M320349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T18:43:39Z</dc:date>
    </item>
  </channel>
</rss>

