<?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: Skip first screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556345#M251908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters p_maktx like makt-maktx memory id pmakt&lt;/P&gt;&lt;P&gt;                  obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter id &amp;lt;b&amp;gt;'P_MAKTX'&amp;lt;/b&amp;gt; field 'REM'.&lt;/P&gt;&lt;P&gt;      call transaction 'ZTCODE'&lt;/P&gt;&lt;P&gt;        and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;set parameter id &amp;lt;b&amp;gt;'PMAKT'&amp;lt;/b&amp;gt; field 'REM'.&lt;/P&gt;&lt;P&gt;      call transaction 'ZTCODE'&lt;/P&gt;&lt;P&gt;        and skip first 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;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Prashant Patil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2006 02:43:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-26T02:43:42Z</dc:date>
    <item>
      <title>Skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556337#M251900</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 a 'ztcode' with obligatory fields. i want to call 'ztcode' from another program using the following:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call transaction 'ztcode' and skip first screen.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;is there a way to avoid error since obligatory fields will not be filled up if above code is executed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 10:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556337#M251900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T10:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556338#M251901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use  &amp;lt;b&amp;gt;submit report&amp;lt;/b&amp;gt; via selection scree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for  syntex of  submit  just click f1 on submit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 10:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556338#M251901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T10:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556339#M251902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ONE way is by using SET AND GET PARAMETER IDS.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;in the calling program use &lt;/P&gt;&lt;P&gt;SET PARAMETER ID (See help on this)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and that value will be populated automatically to this field.but this field should have an PARAMETER ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to assign a parameter id,go to that field data element there you have to assign a parameter id. &lt;/P&gt;&lt;P&gt;and then in the calling program use SET parameter ID 'z1' value &amp;lt;VALUE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt; you can use SUBMIT with that program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 10:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556339#M251902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T10:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556340#M251903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   use submit program via selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 10:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556340#M251903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556341#M251904</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;u have to fill the mandatory flds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using 'set parameter id '&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 10:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556341#M251904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T10:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556342#M251905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use  SET AND GET PARAMETER IDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID value field-value.&lt;/P&gt;&lt;P&gt;call transaction 'ZTCODE' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to create a parameter id for this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 11:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556342#M251905</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-09-25T11:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556343#M251906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sid, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As others have said, you can use the SUBMIT statement via selection-screen and fill up the obligatory fields. Sorry I'm at home so I cannot give specific examples. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please award points for useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 11:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556343#M251906</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-09-25T11:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556344#M251907</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;thanks 4 d reply. submit is ok. right now im trying to learn the set parameters statement. can u tell me exactly how it works by example. i can't seem follow the sap help documents. in my report program 'ZTCODE' i put this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters p_maktx like makt-maktx memory id pmakt
                  obligatory.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then at another program, 'ZCALLER', i called 'ZTCODE' which points to my program, as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;set parameter id 'pmaktx' field 'REM'.
      call transaction 'ZTCODE'
        and skip first screen.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i ran the 'ZCALLER' and as soon as it called 'ZTCODE' the program stops with the message 'make an entry in all required fields'. can u tell me what i missed?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 02:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556344#M251907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T02:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Skip first screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556345#M251908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters p_maktx like makt-maktx memory id pmakt&lt;/P&gt;&lt;P&gt;                  obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter id &amp;lt;b&amp;gt;'P_MAKTX'&amp;lt;/b&amp;gt; field 'REM'.&lt;/P&gt;&lt;P&gt;      call transaction 'ZTCODE'&lt;/P&gt;&lt;P&gt;        and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;set parameter id &amp;lt;b&amp;gt;'PMAKT'&amp;lt;/b&amp;gt; field 'REM'.&lt;/P&gt;&lt;P&gt;      call transaction 'ZTCODE'&lt;/P&gt;&lt;P&gt;        and skip first 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;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Prashant Patil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 02:43:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1556345#M251908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T02:43:42Z</dc:date>
    </item>
  </channel>
</rss>

