<?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: BDC Back button problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-back-button-problem/m-p/6594570#M1436324</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;instead of calling transaction SM37 from your program, use FM BP_JOBLOG_SHOW to display job log, FM RSPO_DISPLAY_SPOOLJOB to display spool output. Also check other FMs in function groups BTCH and SPOX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2010 08:27:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-25T08:27:10Z</dc:date>
    <item>
      <title>BDC Back button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-back-button-problem/m-p/6594569#M1436323</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;&lt;/P&gt;&lt;P&gt;I am Calling SM37 transaction from My ALV report output by supplying job name.&lt;/P&gt;&lt;P&gt;when double click i am able to get job output but when click on back button of that screen&lt;/P&gt;&lt;P&gt;i am going back to sm37 initial screen,is there any solution to back to report output screen directly with out going sm37 initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please sugest ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 08:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-back-button-problem/m-p/6594569#M1436323</guid>
      <dc:creator>sarath_7</dc:creator>
      <dc:date>2010-01-25T08:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Back button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-back-button-problem/m-p/6594570#M1436324</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;instead of calling transaction SM37 from your program, use FM BP_JOBLOG_SHOW to display job log, FM RSPO_DISPLAY_SPOOLJOB to display spool output. Also check other FMs in function groups BTCH and SPOX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 08:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-back-button-problem/m-p/6594570#M1436324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T08:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Back button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-back-button-problem/m-p/6594571#M1436325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may bypass BDC by using in sequence FM of group BTCH : BP_JOB_READ and BP_JOB_EDITOR (with job_editor_dialog = 'Y' and job_editor_opcode = 12, check constants in include LBTCHDEF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: AND SKIP FIRST SCREEN wont be suitable here as one of the two conditions required is that the own dynpro number of the initial screen must not be specified as the next screen number...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 08:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-back-button-problem/m-p/6594571#M1436325</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-01-25T08:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Back button problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-back-button-problem/m-p/6594572#M1436326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you must call the transaction using with addition 'SKIP INITIAL SCREEN'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 08:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-back-button-problem/m-p/6594572#M1436326</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-25T08:30:51Z</dc:date>
    </item>
  </channel>
</rss>

