<?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 selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208147#M764769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nahoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use SET PARAMETER ID before the CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But prior to that u have to do a small job. We have some pre-defined parameter ID's in the system like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUN - order number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IFN for inquiry number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then after, u can use the following stmt, for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID : 'AUN'  field &amp;lt;field name&amp;gt;&lt;/P&gt;&lt;P&gt;CALL TRANSCATION..........................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even u can create ur own pid's but they should not be created in foriegn namespaces.(check the ID's in F1 or F4 help)&lt;/P&gt;&lt;P&gt;Try it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: subbu sravan on Dec 17, 2007 6:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Dec 2007 17:56:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-17T17:56:18Z</dc:date>
    <item>
      <title>Skip selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208138#M764760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick one here. i've created a program which calls another transaction using the " CALL TRANSACTION 'XXX' AND SKIP FIRST SCREEN ". This way, i've managed to bypass the first selection screen. However, there is a field in the selection screen that i need to populate first. How can i do that? Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 07:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208138#M764760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T07:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208139#M764761</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;You can use set and get parameters to pass the data to selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of call transaction, you can use SUBMIT with selection and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 07:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208139#M764761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T07:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208140#M764762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nahoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use SET/GET PARAMETER or SET/GET CURSOR for passing selection screen parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at DEMO_PROGRAM_CALL_TRANSACTION&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;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 07:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208140#M764762</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2007-12-17T07:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208141#M764763</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 use SET PARAMETER ID FOR THAT FIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID &amp;lt;idname&amp;gt; FIELD FIELDNAME..&lt;/P&gt;&lt;P&gt;CALL TRANSACTION TCODE AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can get the parameter id ,by pressing f1 help on the field and go to the technical information of that field and u will get the id..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the below sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Set parameter ID for transaction screen field&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      SET PARAMETER ID 'BES' FIELD wa_ekko-ebeln.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Sxecute transaction ME23N, and skip initial data entry screen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 07:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208141#M764763</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-12-17T07:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208142#M764764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nahoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First check the Parameter Id for that field.&lt;/P&gt;&lt;P&gt;Use that Id in following syntax for passing value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID &amp;lt;PARAMETERID&amp;gt; FIELD &amp;lt;VALUE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example to call transaction FB03 following is the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        set parameter id 'BLN' field &amp;lt;value&amp;gt;.&lt;/P&gt;&lt;P&gt;        set parameter id 'BUK' field &amp;lt;value&amp;gt;.&lt;/P&gt;&lt;P&gt;        set parameter id 'GJR' field &amp;lt;value&amp;gt;.&lt;/P&gt;&lt;P&gt;        call transaction 'FB03' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 07:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208142#M764764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T07:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208143#M764765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the quick reply. HOwever, the field in the selection screen does not have any 'parameter ID'. Is there anyway that i could add the 'parameter ID' ? Sorry guys, relatively new to ABAP :). basically i would like to test my program by passing a constant PERNR value to the selection screen. Thnaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 08:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208143#M764765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T08:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208144#M764766</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;I Got it to work using the SUBMIT function in my program. i've hardcoded the 'pernr' screen field value in my program. Now, how can i make the 'pernr' value field more dynamic? basically, i would like to get the logon userID and from there get the 'pernr' and feed this value to the field in my program. Any ideas? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 14:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208144#M764766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T14:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208145#M764767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your main program you can deriva the value of the PERNR from the USER ID or you can create a PARAMETER on screen where user can put the value. Then pass this value to the SUBMIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: P_PERNR TYPE PERNR.

...

SUMBIT 'ZZZZZ'
  WITH PERNR WITH P_PERNR.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 15:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208145#M764767</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-17T15:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208146#M764768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure about your requirement.....but you can assign userID like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERNR = SY-UNAME.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 15:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208146#M764768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T15:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208147#M764769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nahoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use SET PARAMETER ID before the CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But prior to that u have to do a small job. We have some pre-defined parameter ID's in the system like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUN - order number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IFN for inquiry number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then after, u can use the following stmt, for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID : 'AUN'  field &amp;lt;field name&amp;gt;&lt;/P&gt;&lt;P&gt;CALL TRANSCATION..........................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even u can create ur own pid's but they should not be created in foriegn namespaces.(check the ID's in F1 or F4 help)&lt;/P&gt;&lt;P&gt;Try it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: subbu sravan on Dec 17, 2007 6:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 17:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/3208147#M764769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T17:56:18Z</dc:date>
    </item>
  </channel>
</rss>

