<?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: BDC Session method : Screen Resolution Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080133#M1179897</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 this way..&lt;/P&gt;&lt;P&gt;logon to SAP...&lt;/P&gt;&lt;P&gt;press Cntrl+F12...to pop up the Customize local layout menu...&lt;/P&gt;&lt;P&gt;select Default size...and record the transaction...and proceed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naveen Natarajan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2009 07:06:13 GMT</pubDate>
    <dc:creator>naveen1241</dc:creator>
    <dc:date>2009-02-06T07:06:13Z</dc:date>
    <item>
      <title>BDC Session method : Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080127#M1179891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have created a BDC for Sales Order(VA01) and Call Transaction method working perfectly but when Iam creating a session and running in background then the session is ending up with errors.When I processed it in foreground mode I observed that the screen resolution is smaller.I tried checikng the checkbox 'Display standard size' but it is not working.Any Idea how to resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 06:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080127#M1179891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T06:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session method : Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080128#M1179892</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;Please Uncheck the Default Size in SHDB and try Recording once again.&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;kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 06:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080128#M1179892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T06:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session method : Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080129#M1179893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;it is really hard once again to do recording once again and write the whole program once again.Any other way we can solve this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 06:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080129#M1179893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T06:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session method : Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080130#M1179894</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;These kind of problem come into picture when you go for filling values in table control....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like filling in 20 number of lines on the screen when you can fill only 10 on the scrren.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in such casees what you can do is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start recoding using SHDB&lt;/P&gt;&lt;P&gt;do operations and when it come to filling of table control&lt;/P&gt;&lt;P&gt;fill the first line with value  and then use some option on the application tool bar to go to the next line&lt;/P&gt;&lt;P&gt;then fill the another line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was getting same problem as your but this way it was done perfectly and u can apply it at number of places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************************************&lt;/P&gt;&lt;P&gt;or if you dont want to go for the lengthy process just record again and use option on tool bar of SHDB to generate a report for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mohit Kumar on Feb 6, 2009 7:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 06:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080130#M1179894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T06:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session method : Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080131#M1179895</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 sorry my friend, but u have to repeat the procedure again with default size unchecked.&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;Ravi Aswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 06:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080131#M1179895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T06:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session method : Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080132#M1179896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why can't u use BAPI "BAPI_SALESORDER_CREATEFROMDAT2" instead of BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 06:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080132#M1179896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T06:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session method : Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080133#M1179897</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 this way..&lt;/P&gt;&lt;P&gt;logon to SAP...&lt;/P&gt;&lt;P&gt;press Cntrl+F12...to pop up the Customize local layout menu...&lt;/P&gt;&lt;P&gt;select Default size...and record the transaction...and proceed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naveen Natarajan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080133#M1179897</guid>
      <dc:creator>naveen1241</dc:creator>
      <dc:date>2009-02-06T07:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session method : Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080134#M1179898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for u r replies and precious time spared from u r work for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 09:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method-screen-resolution-problem/m-p/5080134#M1179898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T09:18:29Z</dc:date>
    </item>
  </channel>
</rss>

