<?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: passing parameters through submit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905640#M56050</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;1. Check selection screen number of teh callign program , it need not be 1000 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Run the called report directly with the same values which you are trying to pass , see if it runs for those values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally what is the report which your are trying to call ?&lt;/P&gt;&lt;P&gt;(if i may have to ask you).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2005 16:10:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-13T16:10:25Z</dc:date>
    <item>
      <title>passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905635#M56045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; i would like to pass 2 parameters to another program via submit statement how can i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 2 parameters in my program and i am calling another selection-screen program using submit and i need to pass these 2 parameters to the called program.&lt;/P&gt;&lt;P&gt;Can anybody help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2005 15:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905635#M56045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-13T15:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905636#M56046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUBMIT reportname USING SELECTION-SCREEN '1000'&lt;/P&gt;&lt;P&gt;             WITH s_field1 IN  s_value1 &lt;/P&gt;&lt;P&gt;             WITH p_field2 EQ  value2&lt;/P&gt;&lt;P&gt;             AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2005 15:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905636#M56046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-13T15:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905637#M56047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi mano,&lt;/P&gt;&lt;P&gt; Thanks for your reply.&lt;/P&gt;&lt;P&gt; I did the same way but i am not getting the value in the passed fields as i debugged and checked .&lt;/P&gt;&lt;P&gt; Can you please let me know is there any wrong thing i am doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2005 15:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905637#M56047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-13T15:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905638#M56048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aasr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the code you are using as well as the code of the program you are trying to submit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2005 16:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905638#M56048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-13T16:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905639#M56049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remeber,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SUBMIT reportname USING SELECTION-SCREEN '1000'
WITH s_field1 IN s_value1 
WITH p_field2 EQ value2
AND RETURN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the names of the parameters s_field1 and p_field2 need to have the same names as in the report you are submitting, and the fields s_value1 and value2 must be the same type as those in the report you are submitting (in the case of s_value1, this must be a select option or range).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2005 16:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905639#M56049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-13T16:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905640#M56050</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;1. Check selection screen number of teh callign program , it need not be 1000 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Run the called report directly with the same values which you are trying to pass , see if it runs for those values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally what is the report which your are trying to call ?&lt;/P&gt;&lt;P&gt;(if i may have to ask you).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2005 16:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905640#M56050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-13T16:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905641#M56051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt; In my calling program i have two parameters ABC an BBC and in the called program, i have to use these two parameters ABC and BBC for validation in the called program. so i am doing the submit statement in the calling program as &lt;/P&gt;&lt;P&gt; submit called-program using selection-screen '1000'&lt;/P&gt;&lt;P&gt;                  with ABC EQ ABC(variable holding value)&lt;/P&gt;&lt;P&gt;                  with BBC EQ BBC(variable holdoing value)&lt;/P&gt;&lt;P&gt;                  and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC and BBC are parameters.&lt;/P&gt;&lt;P&gt;can you please let me know what is the wrong in above statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2005 17:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905641#M56051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-13T17:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905642#M56052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; here the called program has one selection screen and the calling program had other selection screen, will this scenario requires any change in the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2005 18:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905642#M56052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-13T18:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905643#M56053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the called prgram screen is standard selection-screen you dont need the addition using selection-screen '1000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
... USING SELECTION-SCREEN scr 


Effect 
When you execute the report, the system uses the selection screen number that you specify in the scr field. This must be a selection screen defined using the SELECT-OPTIONS, PARAMETERS and SELECTION-SCREEN statements.If you omit the addition, the system uses the standard selection screen 1000. 
This addition allows you to start the same report in different situations, using a different selection screen each time. 


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;submit called-program &lt;/P&gt;&lt;P&gt;with ABC EQ ABC(variable holding value)&lt;/P&gt;&lt;P&gt;with BBC EQ BBC(variable holdoing value)&lt;/P&gt;&lt;P&gt;and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this and let us know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2005 05:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905643#M56053</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-05-14T05:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905644#M56054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear AASR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seen your code,&lt;/P&gt;&lt;P&gt;As far as i know EQ just do the comparision and not assigning values. If rest of your code work try the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit called-program and return&lt;/P&gt;&lt;P&gt;with ABC = abcvalue&lt;/P&gt;&lt;P&gt;with BBC = bbcvalue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used above kind of code since long and it is working fine. Tell me if it does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2005 15:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905644#M56054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-14T15:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905645#M56055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try use this code i used it and it work&lt;/P&gt;&lt;P&gt;SUBMIT your_REPORT&lt;/P&gt;&lt;P&gt;        WITH P_parm1 = p_parm1&lt;/P&gt;&lt;P&gt;        with p_parm2 = p_parm2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       AND RETURN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2005 08:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905645#M56055</guid>
      <dc:creator>former_member395795</dc:creator>
      <dc:date>2005-05-15T08:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters through submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905646#M56056</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;I have gone through this situation...., I have succeeded by filling ranges table with the respective values before submitting the program....&lt;/P&gt;&lt;P&gt;Let me know the status back...&lt;/P&gt;&lt;P&gt;I hope you will rate this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;R Nittala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2005 13:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-parameters-through-submit/m-p/905646#M56056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-15T13:29:05Z</dc:date>
    </item>
  </channel>
</rss>

