<?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: SUBMIT - donot know parameter name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966877#M947533</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 can simply double click on the program report_1 and see&lt;/P&gt;&lt;P&gt;what are the selection-screen parameters and select-options&lt;/P&gt;&lt;P&gt;in that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can also try this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit report report_1 &lt;/P&gt;&lt;P&gt;with &amp;lt;parameter name&amp;gt; = &amp;lt;YOur value&amp;gt;&lt;/P&gt;&lt;P&gt; and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2008 17:35:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-20T17:35:04Z</dc:date>
    <item>
      <title>SUBMIT - donot know parameter name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966874#M947530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling a report from another report. Inside report_2 i am using,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT report_1&lt;/P&gt;&lt;P&gt;AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting one more screen,with one parameter which can be filled dynamically.&lt;/P&gt;&lt;P&gt;I want to hard code this in my code itself just to make sure i get the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i do that? I am not able to find the name of the paramter that comes up on screen.&lt;/P&gt;&lt;P&gt;How do i pass the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using:&lt;/P&gt;&lt;P&gt;rspar_line-selname = 'INPUT'.  // using input as i donot know the parameter name&lt;/P&gt;&lt;P&gt;rspar_line-kind    = 'S'.&lt;/P&gt;&lt;P&gt;rspar_line-sign    = 'I'.&lt;/P&gt;&lt;P&gt;rspar_line-option  = 'EQ'.&lt;/P&gt;&lt;P&gt;rspar_line-low     = 'ABC'.     // 'ABC'  is say, the hard coded value i want to pass&lt;/P&gt;&lt;P&gt;APPEND rspar_line TO rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i do,&lt;/P&gt;&lt;P&gt;SUBMIT report_1&lt;/P&gt;&lt;P&gt;WITH SELECTION-TABLE rspar_tab&lt;/P&gt;&lt;P&gt;AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i proceed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the function module, i found that the value goes into a feild symbol 'input'&lt;/P&gt;&lt;P&gt;name of parametr i cud not get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rashmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 15:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966874#M947530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T15:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT - donot know parameter name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966875#M947531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi chech this and pass the fields like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT REPORT01&lt;/P&gt;&lt;P&gt;       VIA SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;       USING SELECTION-SET 'VARIANT1'&lt;/P&gt;&lt;P&gt;       USING SELECTION-SETS OF PROGRAM 'REPORT00'&lt;/P&gt;&lt;P&gt;       AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/submit.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/submit.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 15:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966875#M947531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T15:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT - donot know parameter name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966876#M947532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Execute Report_1 only and set the cursor on the field you would pass the parameter to. Hit F1 and go to technical settings, that should tell you the name of the screen field which you need to pass the value for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 17:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966876#M947532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T17:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT - donot know parameter name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966877#M947533</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 can simply double click on the program report_1 and see&lt;/P&gt;&lt;P&gt;what are the selection-screen parameters and select-options&lt;/P&gt;&lt;P&gt;in that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can also try this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit report report_1 &lt;/P&gt;&lt;P&gt;with &amp;lt;parameter name&amp;gt; = &amp;lt;YOur value&amp;gt;&lt;/P&gt;&lt;P&gt; and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 17:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966877#M947533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T17:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT - donot know parameter name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966878#M947534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when is a selection-screen you use in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;submit report report_name
with &amp;lt;selection_screen&amp;gt; in &amp;lt;table&amp;gt;
and return.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 17:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966878#M947534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T17:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT - donot know parameter name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966879#M947535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you gurus.&lt;/P&gt;&lt;P&gt;I made the changes accordingly.&lt;/P&gt;&lt;P&gt;but, there are 2 stages to get output from my 1st report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i execute report1, i enter some values(now i have hard-coded them in program)&lt;/P&gt;&lt;P&gt;then again, i get PRINT DIALOG BOX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i need to enter the put device name. and again exceute.&lt;/P&gt;&lt;P&gt;I am not able to automate this in my program. Could you suggest?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Through F1 help, i found the screen_field name to be 'SFPOUTPAR-DEST'&lt;/P&gt;&lt;P&gt;and i enter default output device 'PDEST'&lt;/P&gt;&lt;P&gt;where do i give this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also, after this, i need to do a 'Print Preview' and see if file is opening up.&lt;/P&gt;&lt;P&gt;Can i automate these actions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. The previous inputs did help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rashmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 12:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-donot-know-parameter-name/m-p/3966879#M947535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T12:03:06Z</dc:date>
    </item>
  </channel>
</rss>

