<?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 How to pass a value and call SE38 program using SUBMIT statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-a-value-and-call-se38-program-using-submit-statement/m-p/6298381#M1390831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write a batch program in SE38, that calls other SE38 Programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to use Parameter command to see the value on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I want is to send a range of date (ToDate &amp;amp; FromDate) and generate different reports satisfying this date range condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one please help me with this. I would really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the command SUBMIT with options of filling the input fields of the subsequent programs but I don't want to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want all the sub programs to be called one after another and the reports generated using the date varialbles I send from the main program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to use se37 functions because of the client's request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 18:04:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-26T18:04:54Z</dc:date>
    <item>
      <title>How to pass a value and call SE38 program using SUBMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-a-value-and-call-se38-program-using-submit-statement/m-p/6298381#M1390831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write a batch program in SE38, that calls other SE38 Programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to use Parameter command to see the value on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I want is to send a range of date (ToDate &amp;amp; FromDate) and generate different reports satisfying this date range condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one please help me with this. I would really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the command SUBMIT with options of filling the input fields of the subsequent programs but I don't want to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want all the sub programs to be called one after another and the reports generated using the date varialbles I send from the main program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to use se37 functions because of the client's request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 18:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-a-value-and-call-se38-program-using-submit-statement/m-p/6298381#M1390831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T18:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a value and call SE38 program using SUBMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-a-value-and-call-se38-program-using-submit-statement/m-p/6298382#M1390832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUBMIT &lt;STRONG&gt;IS&lt;/STRONG&gt; THE WAY TO DO IT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for writing in CAPs but can you please explain why wont you use submit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 19:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-a-value-and-call-se38-program-using-submit-statement/m-p/6298382#M1390832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T19:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a value and call SE38 program using SUBMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-a-value-and-call-se38-program-using-submit-statement/m-p/6298383#M1390833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am using SUBMIT command but I was not using the right options with the SUBMIT command and once I used the right options, it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 12:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-a-value-and-call-se38-program-using-submit-statement/m-p/6298383#M1390833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T12:56:36Z</dc:date>
    </item>
  </channel>
</rss>

