<?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 not working? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-not-working/m-p/4232897#M1010736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, finally it was an authorization issue! Thanks anyway!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 12:49:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T12:49:10Z</dc:date>
    <item>
      <title>SUBMIT not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-not-working/m-p/4232895#M1010734</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 wrote a program that makes a call to another program with the SUBMIT statement and it works great on the Development Enviroment. When we transported it to the Testing Enviroment the SUBMIT call it just doesn't work. SAP version 4.6c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debug the program in the Testing Enviroment and all the ranges (R_AUFNR, R_ERSA, etc) are completed as they should be, but the execution of this statement always returns the same result in Test: no values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I executed the program that it is called in the SUBMIT (RIAFRU20 - transaction IW47), and manually filled all the fields with exactly the same values that I pass to it in the code and I have the results that I wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything that it could be blocking this? Can anybody help me? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

SUBMIT RIAFRU20 WITH DY_IAR = 'X'       
                WITH DY_ABG = 'X'       
                WITH AUFNR_O IN R_AUFNR 
                WITH ERSDA_C IN R_ERSDA 
                WITH PERNR_C IN R_PERNR 
                WITH ISDD_C IN ini_t    
                WITH IEDD_C IN fin_t    
                AND RETURN.             
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 17:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-not-working/m-p/4232895#M1010734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T17:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-not-working/m-p/4232896#M1010735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Huh ....pretty strange ... Hey look at how Std SAP code is calling it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI  &lt;STRONG&gt;INCLUDE :LCOIHF51&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT RIAFRU20   WITH DY_IAR   = YX&lt;/P&gt;&lt;P&gt;                    WITH DY_ABG   = YX&lt;/P&gt;&lt;P&gt;                    WITH AUFNR_O  = CAUFVD-AUFNR&lt;/P&gt;&lt;P&gt;                    WITH ERSDA_C IN ERSDA_RANGES&lt;/P&gt;&lt;P&gt;                    WITH BUDAT_C IN BUDAT_RANGES&lt;/P&gt;&lt;P&gt;                    &lt;EM&gt;*&lt;STRONG&gt;WITH P_OCALL  = YX&lt;/STRONG&gt;*&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                    WITH RUECK_C = AFVGD-RUECK&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;This parameteris doing the magic :   &lt;STRONG&gt;p_ocall NO-DISPLAY.                  " 'X' =&amp;gt; prog called from&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Saquib Khan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 18:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-not-working/m-p/4232896#M1010735</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2008-08-12T18:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-not-working/m-p/4232897#M1010736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, finally it was an authorization issue! Thanks anyway!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 12:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-not-working/m-p/4232897#M1010736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T12:49:10Z</dc:date>
    </item>
  </channel>
</rss>

