<?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: screen resolutions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolutions/m-p/2095738#M436273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to use the CTU_PARAM structure alon with the call transaction statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------" /&gt;&lt;P&gt;**&amp;lt;b&amp;gt;Sturcture of CTU_PARAM&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;**DISMODE : Display mode (like the MODE addition 'A' , 'E', 'N') &lt;/P&gt;&lt;P&gt;**UPDMODE: Update mode (like the UPDATE addition 'S', 'A') &lt;/P&gt;&lt;P&gt;**DEFSIZE : Use default window size (Here we are handling those transaction by giving default window size) &lt;/P&gt;&lt;P&gt;**RACOMMIT: Do not end transaction at COMMIT WORK &lt;/P&gt;&lt;P&gt;**NOBINPT : No batch input mode (that is, SY-BINPT = SPACE) &lt;/P&gt;&lt;P&gt;**NOBIEND : No batch input mode after the end of BDC data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values: &lt;/P&gt;&lt;P&gt;'X' Yes &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------" /&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : L_OPTION TYPE CTU_PARAMS, "Parameter string for runtime of CALL TRANSACTION
L_SUBRC TYPE SYSUBRC.


L_OPTION-DEFSIZE = 'X'.
L_OPTION-DISMODE = P_MODE.
L_OPTION-UPDMODE = 'S'.

CALL TRANSACTION 'FK01' "FK01-Vendor master creation
USING IT_BDCDATA
MESSAGES INTO IT_MESSTAB
OPTIONS FROM L_OPTION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2007 15:07:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-03T15:07:25Z</dc:date>
    <item>
      <title>screen resolutions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolutions/m-p/2095737#M436272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could any one provide the code how to handle screen resolutions while uploading the data .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 15:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolutions/m-p/2095737#M436272</guid>
      <dc:creator>former_member557020</dc:creator>
      <dc:date>2007-04-03T15:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: screen resolutions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolutions/m-p/2095738#M436273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to use the CTU_PARAM structure alon with the call transaction statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------" /&gt;&lt;P&gt;**&amp;lt;b&amp;gt;Sturcture of CTU_PARAM&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;**DISMODE : Display mode (like the MODE addition 'A' , 'E', 'N') &lt;/P&gt;&lt;P&gt;**UPDMODE: Update mode (like the UPDATE addition 'S', 'A') &lt;/P&gt;&lt;P&gt;**DEFSIZE : Use default window size (Here we are handling those transaction by giving default window size) &lt;/P&gt;&lt;P&gt;**RACOMMIT: Do not end transaction at COMMIT WORK &lt;/P&gt;&lt;P&gt;**NOBINPT : No batch input mode (that is, SY-BINPT = SPACE) &lt;/P&gt;&lt;P&gt;**NOBIEND : No batch input mode after the end of BDC data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values: &lt;/P&gt;&lt;P&gt;'X' Yes &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------" /&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : L_OPTION TYPE CTU_PARAMS, "Parameter string for runtime of CALL TRANSACTION
L_SUBRC TYPE SYSUBRC.


L_OPTION-DEFSIZE = 'X'.
L_OPTION-DISMODE = P_MODE.
L_OPTION-UPDMODE = 'S'.

CALL TRANSACTION 'FK01' "FK01-Vendor master creation
USING IT_BDCDATA
MESSAGES INTO IT_MESSTAB
OPTIONS FROM L_OPTION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 15:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolutions/m-p/2095738#M436273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T15:07:25Z</dc:date>
    </item>
  </channel>
</rss>

