<?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 Table control lines cannot be controlled in Batch Input session ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-lines-cannot-be-controlled-in-batch-input-session/m-p/5196045#M1202448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a program which creates Batch Input sessions for the transaction FCHR (Online cashed checks) . The second screen is that of a table control where the check number is entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I observed that while doing SHDB, if we tick the default size then changing the desktop resolution has no effect on the number of lines in table control - we see 14 lines in both cases.However, when the batch input session is &lt;U&gt;processed&lt;/U&gt;, the number of table control lines varies according to the resoution(9 lines for 800&lt;STRONG&gt;600 and approx 15 for 1024&lt;/STRONG&gt;768). Selecting the 'Dynpro standard size' option while processing the session has no effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I know call transaction with 'default' parameter in optparam will take care of this problem. But I want to know whether Batch Input Session is known to have a problem with different resolutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2009 11:03:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-19T11:03:17Z</dc:date>
    <item>
      <title>Table control lines cannot be controlled in Batch Input session ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-lines-cannot-be-controlled-in-batch-input-session/m-p/5196045#M1202448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a program which creates Batch Input sessions for the transaction FCHR (Online cashed checks) . The second screen is that of a table control where the check number is entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I observed that while doing SHDB, if we tick the default size then changing the desktop resolution has no effect on the number of lines in table control - we see 14 lines in both cases.However, when the batch input session is &lt;U&gt;processed&lt;/U&gt;, the number of table control lines varies according to the resoution(9 lines for 800&lt;STRONG&gt;600 and approx 15 for 1024&lt;/STRONG&gt;768). Selecting the 'Dynpro standard size' option while processing the session has no effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I know call transaction with 'default' parameter in optparam will take care of this problem. But I want to know whether Batch Input Session is known to have a problem with different resolutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 11:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-lines-cannot-be-controlled-in-batch-input-session/m-p/5196045#M1202448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T11:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table control lines cannot be controlled in Batch Input session ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-lines-cannot-be-controlled-in-batch-input-session/m-p/5196046#M1202449</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 had the same problem once.... i dealt in the following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while entering values in table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) enter value in the first line &lt;/P&gt;&lt;P&gt;2) look for button on application toolbar using which you can increment line &lt;/P&gt;&lt;P&gt;3) you will not find difference for first line but you will find it when you insert second line and go for next line.&lt;/P&gt;&lt;P&gt;4) now for every increment you will get table conrol as (02) if you are going for recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will surely solve all issue related to table control as it solved for me&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;Edited by: Mohit Kumar on Feb 19, 2009 12:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 11:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-lines-cannot-be-controlled-in-batch-input-session/m-p/5196046#M1202449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T11:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table control lines cannot be controlled in Batch Input session ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-lines-cannot-be-controlled-in-batch-input-session/m-p/5196047#M1202450</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 number of lines of table control seen at the time of recording using SHDB, are the default number of lines irrespective of your monitor resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on these number of lines, use P+, page down using MOD and DIVIDE (to add the records)&lt;/P&gt;&lt;P&gt;This will eliminate use of optparam and can be used in the background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kartavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 11:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-lines-cannot-be-controlled-in-batch-input-session/m-p/5196047#M1202450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T11:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table control lines cannot be controlled in Batch Input session ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-lines-cannot-be-controlled-in-batch-input-session/m-p/5196048#M1202451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Do you mean the '&lt;EM&gt;' or the new entries button we see in SM30. Unfortunately , there is no such button in FCHR screen.. Only next page/last page buttons can be seen.. At the moment, the program presses 'Enter' after each line followed by 'P&lt;/EM&gt;' okcode for page down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 11:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-lines-cannot-be-controlled-in-batch-input-session/m-p/5196048#M1202451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T11:51:52Z</dc:date>
    </item>
  </channel>
</rss>

