<?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: call tcode and skip first screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157279#M1515386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pasala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have done everything right and your program will work with simple addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add the statement below in your transaction 'ZEDIT' in PBO of screen on which mandatory field exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get parameter id 'EHS00PERSONID' field 'XXX.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where XXX is the name of mandatory field on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit Singla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Aug 2010 11:52:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-02T11:52:01Z</dc:date>
    <item>
      <title>call tcode and skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157272#M1515379</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;before i think of posing a question i have searched SDN for 2days but dint get the desired results.&lt;/P&gt;&lt;P&gt;so i am posting a question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my prog am calling a TCODE and in that TCODE i have a mandatory field so when i say skip first screen it does not skip as their is a mandatory field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i used my code like this and checked twice and i found i have value in L_PERNO and id is: EHS00PERSONID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a value in L_PERNO.&lt;/P&gt;&lt;P&gt;parameter id of the tcode field is : EHS00PERSONID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter id 'EHS00PERSONID' field L_PERNO.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ZEDIT' AND SKIP FIRST SCREEN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it does not set the value... what am i missing still to get it done can i have some input pls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot in advance,&lt;/P&gt;&lt;P&gt;pasala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 08:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157272#M1515379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-02T08:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: call tcode and skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157273#M1515380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are facing problems do it via bdc.&lt;/P&gt;&lt;P&gt;record the first screen of transaction and call it like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'ZEDIT' with i_bdcdata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 09:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157273#M1515380</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-08-02T09:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: call tcode and skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157274#M1515381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can in your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT L_PERNO TO MEMORY ID 'L_PERNO'. &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ZEDIT' AND SKIP FIRST SCREEN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the other program:&lt;/P&gt;&lt;P&gt;IMPORT L_PERNO FROM MEMORY ID 'L_PERNO'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 09:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157274#M1515381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-02T09:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: call tcode and skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157275#M1515382</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 to call the tcode passing the options ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : opt TYPE ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  opt-dismode = 'E'.&lt;/P&gt;&lt;P&gt;  opt-defsize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'ZEDIT' USING bdcdata_tab OPTIONS FROM opt.&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;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 09:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157275#M1515382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-02T09:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: call tcode and skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157276#M1515383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont Post Same Message in multiple threads&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 09:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157276#M1515383</guid>
      <dc:creator>Sridharnekkanti</dc:creator>
      <dc:date>2010-08-02T09:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: call tcode and skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157277#M1515384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've rejected the other thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 09:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157277#M1515384</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-08-02T09:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: call tcode and skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157278#M1515385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the data type of mandatory field in tcode  ZEDIT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 10:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157278#M1515385</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2010-08-02T10:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: call tcode and skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157279#M1515386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pasala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have done everything right and your program will work with simple addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add the statement below in your transaction 'ZEDIT' in PBO of screen on which mandatory field exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get parameter id 'EHS00PERSONID' field 'XXX.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where XXX is the name of mandatory field on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit Singla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 11:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157279#M1515386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-02T11:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: call tcode and skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157280#M1515387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all and its been sorted using one of your threads i,e using BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-and-skip-first-screen/m-p/7157280#M1515387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:05:38Z</dc:date>
    </item>
  </channel>
</rss>

