<?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: Problem with Submit statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479724#M1254546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you on a release &amp;gt; 4.6? The report you use has been released as of this release and the first time you run this program a popup is issued, which will not be issued the next time (unless you log off and log on again).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use report RVV50R10_PRESTEP instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2009 14:42:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-28T14:42:37Z</dc:date>
    <item>
      <title>Problem with Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479723#M1254545</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 am using below submit statement in my program.When I freshly log in to SAP and try to execute my program , program stops at selection screen  of submit program rv50sbt1.With no values on selection screen even though in debugger I can see that values are being passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this if I again try to execute my Z program SUBMIT works fine and everything goes well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then what is the issue that SUBMIT doesnt work only when I freshly log in to system and execute  Z program.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT rv50sbt1&lt;/P&gt;&lt;P&gt;             WITH vstel         EQ w_vstel&lt;/P&gt;&lt;P&gt;             WITH s_ledat-high  EQ w_date&lt;/P&gt;&lt;P&gt;             WITH s_ledat       IN s_ledat&lt;/P&gt;&lt;P&gt;             WITH s_vbeln       IN t_vbeln1&lt;/P&gt;&lt;P&gt;             WITH samml         EQ c_const2&lt;/P&gt;&lt;P&gt;             WITH anzei         EQ c_const1&lt;/P&gt;&lt;P&gt;             AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 08:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479723#M1254545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T08:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479724#M1254546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you on a release &amp;gt; 4.6? The report you use has been released as of this release and the first time you run this program a popup is issued, which will not be issued the next time (unless you log off and log on again).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use report RVV50R10_PRESTEP instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 14:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479724#M1254546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T14:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479725#M1254547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you try to log for the first time and execute the Program the value of the&lt;/P&gt;&lt;P&gt;Parameter Id &lt;STRONG&gt;LE_VL10_VL04_OLD&lt;/STRONG&gt; is not 'X' which is why values are not passed.&lt;/P&gt;&lt;P&gt;Just Debug the code and check the value of the parameter id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try these codes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : w_VSTEL TYPE   vbco2-vstel,
       c1.
w = '0001'.
GET PARAMETER ID  'LE_VL10_VL04_OLD'
                  FIELD  c1.                " Get the value                      

IF c1 NE 'X'.                   " If execute for the first time it will no be 'X'
  c1 = 'X'.                     
  SET PARAMETER ID 'LE_VL10_VL04_OLD'
                  FIELD  c1.       " Seting the parameter ID if Its no 'X'
ENDIF.

SUBMIT rv50sbt1
WITH vstel EQ w_VSTEL
and return.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: If the Value of Parameter Id &lt;STRONG&gt;LE_VL10_VL04_OLD&lt;/STRONG&gt; is not 'X' value will not be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 15:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479725#M1254547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T15:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479726#M1254548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the INFO button help ON POPUP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The upgrade information dialog box appears a maximum of once per  &lt;/P&gt;&lt;P&gt;terminal session. You can avoid this message after a system restart&lt;/P&gt;&lt;P&gt;or when you call up the old delivery list processing function for  &lt;/P&gt;&lt;P&gt;the first time if you set user parameter LE_VL10_UPG_NOMSG = 'X' by&lt;/P&gt;&lt;P&gt;choosing System -&amp;gt; User profile -&amp;gt; Own data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 15:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479726#M1254548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T15:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479727#M1254549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh Joshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   As per my knowledge what all screen fields names in rv50sbt1 program should be same, I mean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT rv50sbt1&lt;/P&gt;&lt;P&gt;WITH vstel EQ w_vstel   " This should be vstel = vstel (you need to declare in our Zprogram as same)&lt;/P&gt;&lt;P&gt;WITH s_ledat-high EQ w_date  " Same with all like s_ledat-high = s_ledat-high&lt;/P&gt;&lt;P&gt;WITH s_ledat IN s_ledat         " and s_ledat in s_ledat&lt;/P&gt;&lt;P&gt;WITH s_vbeln IN t_vbeln1       " s_vbeln in s_vbeln&lt;/P&gt;&lt;P&gt;WITH samml EQ c_const2    " samml = samml&lt;/P&gt;&lt;P&gt;WITH anzei EQ c_const1     " anzei = anzei&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;Suneel G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 03:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479727#M1254549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T03:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479728#M1254550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2009 06:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479728#M1254550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-07T06:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479729#M1254551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the report&lt;/P&gt;&lt;P&gt;rv50sbt1&lt;/P&gt;&lt;P&gt; is not defined accepting the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2009 06:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-statement/m-p/5479729#M1254551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-07T06:47:57Z</dc:date>
    </item>
  </channel>
</rss>

