<?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: Runtime error RAISE_EXCEPTION has occurred in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888784#M678778</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;In background processing we cannot access the Presentation Server Files (GUI_UPLOAD). It will raise the exception in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means u create the Session in Foreground and Schedule the session in Background using the Standard program RSBDCSUB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2007 09:33:53 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-09-27T09:33:53Z</dc:date>
    <item>
      <title>Runtime error RAISE_EXCEPTION has occurred</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888781#M678775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts...&lt;/P&gt;&lt;P&gt;I am unable to run BDC for transaction GMGRANT in background but this program run successfully in foreground. The log created was like follow :&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Runtime error RAISE_EXCEPTION has occurred&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice or views would be of great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;P&gt;Saiful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 09:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888781#M678775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T09:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error RAISE_EXCEPTION has occurred</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888782#M678776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;U can use the following code.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION tcode USING  bdcdata MODE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't use any message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be very much usefull to u.&lt;/P&gt;&lt;P&gt;reward point pls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srimanta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888782#M678776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T04:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error RAISE_EXCEPTION has occurred</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888783#M678777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srimanta,&lt;/P&gt;&lt;P&gt;Thanks 4 da suggest.. i already used dat.. but right now my program is to upload a .xls file n dis will going tru background and not foreground. What i need right now is i want to execute a batch input (transaction SM35) in background form, but an error don't let it be processed. The error is:&lt;/P&gt;&lt;P&gt; - "Control Framework: Fatal error - GUI cannot be reached"&lt;/P&gt;&lt;P&gt; - "Runtime error RAISE_EXCEPTION has occurred"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is bdc coding that i copy and used in my program.. who knows i might missing sumthing in da coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPLBDT_GMGR' '1000'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'GMG_HEADER_FIELDS-GRANT_NBR'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=CREATE'.&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPLBDT_GMGR' '1000'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BDT_RETURN'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'GMG_HEADER_FIELDS-GRANT_TYPE'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'GMG_HEADER_FIELDS-GRANT_NBR'&lt;/P&gt;&lt;P&gt;                              itab_val-gnbr.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'GMG_HEADER_FIELDS-GRANT_TYPE'&lt;/P&gt;&lt;P&gt;                              itab_val-type.&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPLBDT_GMGR' '1000'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BDT_RETURN'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'GMG_FIELDS-COMPANY_CODE'&lt;/P&gt;&lt;P&gt;                              itab_val-co_code.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'GMG_FIELDS-GRANT_SHORT_DESC'&lt;/P&gt;&lt;P&gt;                              itab_val-name.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'GMG_FIELDS-GRANT_DESC'&lt;/P&gt;&lt;P&gt;                              itab_val-desc.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'GMG_FIELDS-VALID_FROM'&lt;/P&gt;&lt;P&gt;                              w_datab.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'GMG_FIELDS-VALID_TO'&lt;/P&gt;&lt;P&gt;                              w_datbis.&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPLBDT_GMGR' '1000'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=SAVE'.&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMSSY0' '0120'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=ENT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find any bapi that can be used in my program.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saiful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 07:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888783#M678777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T07:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error RAISE_EXCEPTION has occurred</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888784#M678778</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;In background processing we cannot access the Presentation Server Files (GUI_UPLOAD). It will raise the exception in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means u create the Session in Foreground and Schedule the session in Background using the Standard program RSBDCSUB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 09:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888784#M678778</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-27T09:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error RAISE_EXCEPTION has occurred</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888785#M678779</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;Presentation server files cannot be accessed during background processing.&lt;/P&gt;&lt;P&gt;So transfer the file to application server, and then use open dataset, read dataset statements for reading from the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hope this is helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Runal Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 09:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888785#M678779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T09:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error RAISE_EXCEPTION has occurred</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888786#M678780</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;thanks 4 da advice. i already do the exactly things that you told me here but the schedule session in background also give me the same result with the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't get it why the background session can't be process. or mayb my program can't be schedule to the background session? i really don't get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other advice pls....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 03:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888786#M678780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T03:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error RAISE_EXCEPTION has occurred</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888787#M678781</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;if u r using gui_upload it wl not work in background.&lt;/P&gt;&lt;P&gt;use &amp;lt;b&amp;gt;ws_upload&amp;lt;/b&amp;gt; in place of gui_upload.&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;Reward point if helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 04:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888787#M678781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T04:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error RAISE_EXCEPTION has occurred</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888788#M678782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm not using the gui_upload.. but ws_upload.&lt;/P&gt;&lt;P&gt;this is make me headache.. &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;P&gt;cause i use the standard coding n i also compare wit other upload program..&lt;/P&gt;&lt;P&gt;but my program can't be process in background...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;really need solutions.... thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 04:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888788#M678782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T04:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error RAISE_EXCEPTION has occurred</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888789#M678783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got problems related to grant transaction.. need to fix the grant problem first&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 06:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception-has-occurred/m-p/2888789#M678783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T06:39:18Z</dc:date>
    </item>
  </channel>
</rss>

