<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/5732749#M1300191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;to maintain Screen Resolution just try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the BDC Program source code u will find &lt;/P&gt;&lt;P&gt;include BDCRECX1 just double click on it,u can see the selection screen of BDC &lt;/P&gt;&lt;P&gt;and form definitions for Open_Group ,BdcTransaction &amp;amp; CloseGroup,since it is a std include program &lt;/P&gt;&lt;P&gt;u cannot change it so copy this to a Z include and use that Z include instead of BDCRECX1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to form BDCTRANSACTION using TCODE&lt;/P&gt;&lt;P&gt;in that form Declare a workarea(eg: opt) of structure type CTU_PARAMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:   messtab like bdcmsgcoll occurs 0 with header line.&lt;/P&gt;&lt;P&gt;data : opt type ctu_params.&lt;/P&gt;&lt;P&gt;pass the values to it &lt;/P&gt;&lt;P&gt;dismode-&amp;gt; Processing mode (A,E,N,P)&lt;/P&gt;&lt;P&gt;updmode-&amp;gt; Update mode (L,S,A)&lt;/P&gt;&lt;P&gt;defsize-&amp;gt; Default Screen Size (X) to maintain Screen Resolution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  opt-dismode = ctumode.&lt;/P&gt;&lt;P&gt;  opt-updmode = cupdate.&lt;/P&gt;&lt;P&gt;  opt-defsize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if session = 'X'.&lt;/P&gt;&lt;P&gt;    call function 'BDC_INSERT'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;       tcode                  = tcode&lt;/P&gt;&lt;P&gt;       ctuparams              = 'OPT'&lt;/P&gt;&lt;P&gt;      tables&lt;/P&gt;&lt;P&gt;        dynprotab              = bdcdata.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;    refresh messtab.&lt;/P&gt;&lt;P&gt;    call transaction tcode using bdcdata options from opt messages into messtab.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 05:23:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-28T05:23:32Z</dc:date>
    <item>
      <title>bdc session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/5732745#M1300187</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;&lt;/P&gt;&lt;P&gt;where BDC_OK  fields  will store  in which table .&lt;/P&gt;&lt;P&gt;and also how to reslove the screen resolution  in bdc session method . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards , &lt;/P&gt;&lt;P&gt;Kiran .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 10:55:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/5732745#M1300187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T10:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: bdc session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/5732746#M1300188</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;While doing the recording from the SHDB..you need to check the Default Size check box in the Popup window. This will take care of the screen Resoluiton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 10:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/5732746#M1300188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: bdc session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/5732747#M1300189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The database table for BDC_OKCODE is WDKSCRIPTBDC under the field name FVALBDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 11:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/5732747#M1300189</guid>
      <dc:creator>dhirendra_pandit</dc:creator>
      <dc:date>2009-05-27T11:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: bdc session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/5732748#M1300190</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;There is a parameter called CTUPARAMS in BDC_INSERT function module. so u need to populate &lt;/P&gt;&lt;P&gt;CTUPARAMS-DEFSIZE = 'X'. then it will take the default size for table control for all the systems with different resolutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vineel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 11:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/5732748#M1300190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T11:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: bdc session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/5732749#M1300191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;to maintain Screen Resolution just try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the BDC Program source code u will find &lt;/P&gt;&lt;P&gt;include BDCRECX1 just double click on it,u can see the selection screen of BDC &lt;/P&gt;&lt;P&gt;and form definitions for Open_Group ,BdcTransaction &amp;amp; CloseGroup,since it is a std include program &lt;/P&gt;&lt;P&gt;u cannot change it so copy this to a Z include and use that Z include instead of BDCRECX1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to form BDCTRANSACTION using TCODE&lt;/P&gt;&lt;P&gt;in that form Declare a workarea(eg: opt) of structure type CTU_PARAMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:   messtab like bdcmsgcoll occurs 0 with header line.&lt;/P&gt;&lt;P&gt;data : opt type ctu_params.&lt;/P&gt;&lt;P&gt;pass the values to it &lt;/P&gt;&lt;P&gt;dismode-&amp;gt; Processing mode (A,E,N,P)&lt;/P&gt;&lt;P&gt;updmode-&amp;gt; Update mode (L,S,A)&lt;/P&gt;&lt;P&gt;defsize-&amp;gt; Default Screen Size (X) to maintain Screen Resolution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  opt-dismode = ctumode.&lt;/P&gt;&lt;P&gt;  opt-updmode = cupdate.&lt;/P&gt;&lt;P&gt;  opt-defsize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if session = 'X'.&lt;/P&gt;&lt;P&gt;    call function 'BDC_INSERT'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;       tcode                  = tcode&lt;/P&gt;&lt;P&gt;       ctuparams              = 'OPT'&lt;/P&gt;&lt;P&gt;      tables&lt;/P&gt;&lt;P&gt;        dynprotab              = bdcdata.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;    refresh messtab.&lt;/P&gt;&lt;P&gt;    call transaction tcode using bdcdata options from opt messages into messtab.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 05:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/5732749#M1300191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T05:23:32Z</dc:date>
    </item>
  </channel>
</rss>

