<?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 BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/4835268#M1131166</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 can use this code and u can select what ever the line items are there in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  pass variables for this code and make changes .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     concatenate  'RC27X-FLG_SEL( ' w4 ' )' into w3_f4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      perform bdc_field       using  w3_f4&lt;/P&gt;&lt;P&gt;          'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2008 11:46:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-05T11:46:24Z</dc:date>
    <item>
      <title>table control in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/4835267#M1131165</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 am doing a BDC for PP01 t.code. In the first screen there is a table control in which i need to select particular infotype and need to create the record. Now i need to select Job Evaluation Results info type but i am unable to select that def. size is 10. how to do page down and select that infotype.without that i cannot proceed further.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/4835267#M1131165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T11:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: table control in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/4835268#M1131166</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 can use this code and u can select what ever the line items are there in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  pass variables for this code and make changes .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     concatenate  'RC27X-FLG_SEL( ' w4 ' )' into w3_f4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      perform bdc_field       using  w3_f4&lt;/P&gt;&lt;P&gt;          'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/4835268#M1131166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T11:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: table control in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/4835269#M1131167</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;this is my code&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMH5A0' '5000'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=P+'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'TT_T777T-ITEXT(10)'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'PM0D1-TIMR6'&lt;/P&gt;&lt;P&gt;                                  'X'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'MARKFELD(10)'&lt;/P&gt;&lt;P&gt;                                  'X'.&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMH5A0' '5000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=INSE'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'TT_T777T-ITEXT(09)'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'PM0D1-TIMR6'&lt;/P&gt;&lt;P&gt;                                  'X'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'MARKFELD(09)'&lt;/P&gt;&lt;P&gt;                                  'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to select 19 line item.by the code i able to select 19 line item. but my question is if screen resolution gets changed then it will be a problem. How to handle it dynamically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 13:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/4835269#M1131167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T13:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: table control in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/4835270#M1131168</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;  For Screen Resolution you have to goto BDC_INSERT Function module  and give  &lt;/P&gt;&lt;P&gt; ctuparams   = wa_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before that declare data statement for that as below then you problem will get solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : wa_params type ctu_params.&lt;/P&gt;&lt;P&gt;wa_params-dismode = 'A'.&lt;/P&gt;&lt;P&gt;wa_params-updmode = 'S'.&lt;/P&gt;&lt;P&gt;wa_params-defsize = 'X'.&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;Sudhakar Reddy.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 06:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/4835270#M1131168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T06:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: table control in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/4835271#M1131169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first declare&lt;/P&gt;&lt;P&gt; data:  gwa_ctu_params  TYPE ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then within the loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*If the CNT increases what was specified in sel screen, reset it to 1&lt;/P&gt;&lt;P&gt;    IF cnt &amp;gt; 10.&lt;/P&gt;&lt;P&gt;      cnt = 1.&lt;/P&gt;&lt;P&gt;      g_flag = 'X'.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Trigger a new page when the limit reaches.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF g_flag = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                    '=CP+'.    " function code&lt;/P&gt;&lt;P&gt;      g_flag = space.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    gwa_ctu_params-defsize = 'X'.&lt;/P&gt;&lt;P&gt;      gwa_ctu_params-dismode = l_mode.  ( A, E or N)&lt;/P&gt;&lt;P&gt;      gwa_ctu_params-updmode  = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL TRANSACTION 'PP01'  USING i_bdcdata&lt;/P&gt;&lt;P&gt;                               OPTIONS  FROM gwa_ctu_params&lt;/P&gt;&lt;P&gt;                               MESSAGES INTO i_bdcmsgcoll.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 09:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/4835271#M1131169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T09:05:43Z</dc:date>
    </item>
  </channel>
</rss>

