<?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: Automatic table control field insertion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153863#M1907115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to add Vendor No and Name only in very 1st row of the Table control, then update your Internal table before comes to second screen with Vendor No and Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;1st screen PAI.&lt;/P&gt;&lt;P&gt;Append LIFNR &amp;amp; Name to Final_internal_table.(Single Time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO.&lt;/P&gt;&lt;P&gt;only pass the information internal table information to table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveer,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2015 10:59:21 GMT</pubDate>
    <dc:creator>ipravir</dc:creator>
    <dc:date>2015-07-03T10:59:21Z</dc:date>
    <item>
      <title>Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153851#M1907103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a dailog program. There are 2 screens in this program. In the first screen there is one I/o for Vendor number. Now when I enter a vendor number in first screen and press create button it takes me to the second screen of table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is that the vendor number and corresponding vendor name automatically comes&amp;nbsp; to the second screen inside the respective column of table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure reward for the right answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153851#M1907103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-02T18:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153852#M1907104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry . I forgot to mention that there are several other fields also in that table control and when i save the data entered in that table control , it goes into a ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need some other details also.&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, 02 Jul 2015 18:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153852#M1907104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-02T18:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153853#M1907105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the screen-field name for vendor # is same in both the screens, I think it should automatically populate the values from screen 1 to screen 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153853#M1907105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-02T18:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153854#M1907106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the screen field name for vendor number cant be same because in table control that field refers to ztable where the data is going to be stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, i tried the below solution but it is also not working. Please tell me where i am doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flow logic for 1st screen:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_0100.&lt;/P&gt;&lt;P&gt; MODULE VENDOR_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flow logic for 2nd screen:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;MODULE VENDOR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_ZTASK WITH CONTROL DATA.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0101.&lt;/P&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;P&gt; LOOP AT IT_ZTASK.&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_0101.&lt;/P&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;&lt;/P&gt;&lt;P&gt;here is the coding of two added module ie. MODULE VENDOR_DATA AND MODULE VENDOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE VENDOR_DATA INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&amp;nbsp; LIFNR NAME1 FROM LFA1 INTO TABLE IT_LFA1 WHERE LIFNR =&lt;/P&gt;&lt;P&gt;LFA1-LIFNR.&lt;/P&gt;&lt;P&gt;SELECT LIFNR INTAD FROM LFB1 INTO TABLE IT_LFB1 WHERE LIFNR =&lt;/P&gt;&lt;P&gt;LFA1-LIFNR.&lt;/P&gt;&lt;P&gt;SORT IT_LFA1 BY LIFNR.&lt;/P&gt;&lt;P&gt;SORT IT_LFB1 BY LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_LFA1 INTO WA_LFA1.&lt;/P&gt;&lt;P&gt;READ TABLE IT_LFB1 INTO WA_LFB1 WITH KEY LIFNR = IT_LFA1-LIFNR.&lt;/P&gt;&lt;P&gt;WA_OUT-LIFNR = IT_LFA1-LIFNR.&lt;/P&gt;&lt;P&gt;WA_OUT-NAME1 = IT_LFA1-NAME1.&lt;/P&gt;&lt;P&gt;WA_OUT-INTAD = IT_LFB1-INTAD.&lt;/P&gt;&lt;P&gt;APPEND WA_OUT TO IT_OUT.&lt;/P&gt;&lt;P&gt;ENDLOOP.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE VENDOR OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZTASK-VENDOR_NUMBER = WA_OUT-LIFNR.&lt;/P&gt;&lt;P&gt;ZTASK-VENDOR_NAME = WA_OUT-NAME1.&lt;/P&gt;&lt;P&gt;ZTASK-TERMS_N_COND = WA_OUT-INTAD.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 04:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153854#M1907106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-03T04:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153855#M1907107</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;You dont have to do all this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen 1001:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI.&lt;/P&gt;&lt;P&gt;Module Vendor data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module Vendor_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;SELECT&amp;nbsp; LIFNR NAME1 FROM LFA1 INTO TABLE IT_LFA1 WHERE LIFNR =&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;LFA1-LIFNR.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;SELECT LIFNR INTAD FROM LFB1 INTO TABLE IT_LFB1 WHERE LIFNR =&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;LFA1-LIFNR.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;SORT IT_LFA1 BY LIFNR.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;SORT IT_LFB1 BY LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;LOOP AT IT_LFA1 INTO WA_LFA1.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;READ TABLE IT_LFB1 INTO WA_LFB1 WITH KEY LIFNR = IT_LFA1-LIFNR.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;WA_OUT-LIFNR = IT_LFA1-LIFNR.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;WA_OUT-NAME1 = IT_LFA1-NAME1.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;WA_OUT-INTAD = IT_LFB1-INTAD.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;APPEND WA_OUT TO IT_OUT.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ENDLOOP.&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;Screen 1002 . Your screen with table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;IT_OUT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;into &lt;SPAN style="color: #333333; font-size: 12px;"&gt;IT_OUT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;control &lt;/SPAN&gt;t_tabl_ctrl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;cursor &lt;/SPAN&gt;t_tabl_ctrl&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;current_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;t_tabl_ctrl_get_lines&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;SPWIZARD:&amp;nbsp;&amp;nbsp; MODULE T_TABL_CTRL_CHANGE_FIELD_ATTR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endloop&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;PAI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at it_out.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;field wa_out-lifnr.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;field wa_out-name1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;wa_out-intad&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;insert &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;on &lt;/SPAN&gt;chain&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;request&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;t_tabl_ctrl_modify &lt;SPAN class="L0S52"&gt;on &lt;/SPAN&gt;chain&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;request&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;Endloop.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;insert &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;input&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;read &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;table &lt;/SPAN&gt;it_out &lt;SPAN class="L0S52"&gt;index &lt;/SPAN&gt;t_tabl_ctrl&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;current_line &lt;SPAN class="L0S52"&gt;transporting &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;no &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;fields&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &amp;lt;&amp;gt; &lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;insert &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;initial &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;line &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;it_out &lt;SPAN class="L0S52"&gt;index &lt;/SPAN&gt;t_tabl_ctrl&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;current_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;endmodule&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" INSERT&amp;nbsp; INPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;t_tabl_ctrl_modify &lt;SPAN class="L0S52"&gt;input&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;modify it_out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;from wa_out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;index &lt;/SPAN&gt;t_tabl_ctrl&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;current_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;endmodule&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;Here make sure that IT_OUT is defined as your internal table for the Table control and wa_out is work area for that.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 05:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153855#M1907107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-03T05:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153856#M1907108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply gaurav but the solution u gave me is not working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data of 3 fields are not appearing inside the&amp;nbsp; table control field&amp;nbsp; as soon as enter that table control screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data should be displayed there in the table control field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 07:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153856#M1907108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-03T07:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153857#M1907109</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;In 1st screen, one file for Vendor - like ---GV_LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in 2nd screen Table control like ( Vendor, Name, ...etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Press button in 1st screen, in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select single NAME from LFA1 into gv_name where lifnr eq GV_lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO of 2nd screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at Table_control_table into wa with table Control_obj.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa-lifnr = GV_LIFNR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa-name = gv_name.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this, vendor name and number will come by default for all line of table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 07:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153857#M1907109</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-07-03T07:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153858#M1907110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got those fields in the table control but now the problem is that all the rows of vendor number and vendor name are showing the same data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EX:- IF I enter vendor number 6 in the first screen then it fills all the rows of vendor number with vendor number 6 and corresponding vendor name in the vendor name field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ONLY NEED IT TO SHOW IN THE FIRST ROW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 08:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153858#M1907110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-03T08:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153859#M1907111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok..but change on existing logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Loop at Table_control_table into wa with table Control_obj.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if sy-tabix eq 1.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa-lifnr = GV_LIFNR.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa-name = gv_name.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Endloop.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;You will get information, only in 1st row.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 09:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153859#M1907111</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-07-03T09:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153860#M1907112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;srry praveen but the solution u gave is not helping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am attaching my codes below u can take a look at them and then please help me out in correcting my codes.&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;aakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 10:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153860#M1907112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-03T10:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153861#M1907113</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;As you said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;I ONLY NEED IT TO SHOW IN THE FIRST ROW.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Means, you have to display vendor and name only in 1st row of table control?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;So if you are updating information only for 1st row, then the same will display only for 1st row, the rest of the rows will be empty.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Or something else you are looking for, please provide you output information in excel format, so it could be easy to understand, what kind of output you are looking for.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Regard,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Praveer,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 10:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153861#M1907113</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-07-03T10:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153862#M1907114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first screen , i enter a vendor number from vendor table( LFA1-LIFNR) . Now after i input the vendor number i enter the second screen ( SCREEN WITH TABLE CONTROL) . Here , there are several fields (YOU CAN LOOK AT THE ATTACHED FILE) . But in the vendor number and vendor name field i want the data to come from vendor table (LFA1) automatically .(( I dont need to enter vendor number and vendor name again in the table control screen). (the remaining fields of the table fields are to be filled manually). After that, when i save the data i should go to ztable (ZTASK).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the whole process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot attach Excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 10:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153862#M1907114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-03T10:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153863#M1907115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to add Vendor No and Name only in very 1st row of the Table control, then update your Internal table before comes to second screen with Vendor No and Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;1st screen PAI.&lt;/P&gt;&lt;P&gt;Append LIFNR &amp;amp; Name to Final_internal_table.(Single Time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO.&lt;/P&gt;&lt;P&gt;only pass the information internal table information to table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveer,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 10:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153863#M1907115</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-07-03T10:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153864#M1907116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried doing that in the starting but the internal table is not containing that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check my codes in my third message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 11:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153864#M1907116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-03T11:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153865#M1907117</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;If you see, i ask you to do append single row in your table control.&lt;/P&gt;&lt;P&gt;As per your code, table control will contain only one row with respect to vendor, so that you can initialize at the PAI of 100 screen to append Vendor and Name and make a single records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sscreen 101, only one row will display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 12:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153865#M1907117</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-07-03T12:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic table control field insertion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153866#M1907118</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;TRY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;FIELD LFA1-LIFNR MODULE VENDOR ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MODULE VENDOR.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;SELECT&amp;nbsp; LIFNR NAME1 FROM LFA1 INTO TABLE IT_LFA1 WHERE LIFNR =&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;LFA1-LIFNR.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;SELECT LIFNR INTAD FROM LFB1 INTO TABLE IT_LFB1 WHERE LIFNR =&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;LFA1-LIFNR.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;SORT IT_LFA1 BY LIFNR.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;SORT IT_LFB1 BY LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;LOOP AT IT_LFA1 INTO WA_LFA1.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;READ TABLE IT_LFB1 INTO WA_LFB1 WITH KEY LIFNR = IT_LFA1-LIFNR.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;WA_OUT-LIFNR = IT_LFA1-LIFNR.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;WA_OUT-NAME1 = IT_LFA1-NAME1.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;WA_OUT-INTAD = IT_LFB1-INTAD.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;APPEND WA_OUT TO IT_OUT.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ENDLOOP.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;CALL SCREEN 101.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG&gt;ENDMODULE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hope it Helpful,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2015 02:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-table-control-field-insertion/m-p/11153866#M1907118</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2015-07-04T02:14:57Z</dc:date>
    </item>
  </channel>
</rss>

