<?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: problem in table control wizard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/8579403#M1660667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have solved this problem.&lt;/P&gt;&lt;P&gt;i have added module in PBO within loop of table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module TC_BP_CHANGE_TC_ATTR1 output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF TC_BP-lines is initial.&lt;/P&gt;&lt;P&gt;*data: l_var(2) type c.&lt;/P&gt;&lt;P&gt;l_var = TC_BP-CURRENT_LINE.&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;and in PAI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also added module in PAI&lt;/P&gt;&lt;P&gt;module TC_BP_CHANGE_TC_ATTR2 input.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE T_CUSTBP LINES TC_BP-lines.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  data: l_var1(2) type c.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  l_var1 = l_var - TC_BP-lines.&lt;/P&gt;&lt;P&gt;IF TC_BP-lines is not initial.&lt;/P&gt;&lt;P&gt;  DO l_var1 TIMES.&lt;/P&gt;&lt;P&gt; append initial line to t_custbp.&lt;/P&gt;&lt;P&gt;  ENDDO.&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;so its working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Dipak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 12:37:21 GMT</pubDate>
    <dc:creator>dipak_khatavkar</dc:creator>
    <dc:date>2012-02-16T12:37:21Z</dc:date>
    <item>
      <title>problem in table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/8579401#M1660665</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 have taken one table control using table control wizard all rows are mandatory . when i entered value in table and pressing enter key that time other values or rows will be non editable or grayed out so i cant input other value after pressing entered .&lt;/P&gt;&lt;P&gt;how to solve this problem?&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Dipak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 07:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/8579401#M1660665</guid>
      <dc:creator>dipak_khatavkar</dc:creator>
      <dc:date>2012-02-16T07:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem in table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/8579402#M1660666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls check if all fields are greyed out. As all your fields are mandatory , some field must be blank. In that case, that 1 field will be enabled. It is to make sure that you enter values in this field. Once you enter value in this field,, the next unfilled field will be highlighted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 08:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/8579402#M1660666</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2012-02-16T08:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem in table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/8579403#M1660667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have solved this problem.&lt;/P&gt;&lt;P&gt;i have added module in PBO within loop of table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module TC_BP_CHANGE_TC_ATTR1 output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF TC_BP-lines is initial.&lt;/P&gt;&lt;P&gt;*data: l_var(2) type c.&lt;/P&gt;&lt;P&gt;l_var = TC_BP-CURRENT_LINE.&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;and in PAI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also added module in PAI&lt;/P&gt;&lt;P&gt;module TC_BP_CHANGE_TC_ATTR2 input.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE T_CUSTBP LINES TC_BP-lines.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  data: l_var1(2) type c.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  l_var1 = l_var - TC_BP-lines.&lt;/P&gt;&lt;P&gt;IF TC_BP-lines is not initial.&lt;/P&gt;&lt;P&gt;  DO l_var1 TIMES.&lt;/P&gt;&lt;P&gt; append initial line to t_custbp.&lt;/P&gt;&lt;P&gt;  ENDDO.&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;so its working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Dipak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 12:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/8579403#M1660667</guid>
      <dc:creator>dipak_khatavkar</dc:creator>
      <dc:date>2012-02-16T12:37:21Z</dc:date>
    </item>
  </channel>
</rss>

