<?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: Calling SE38 display screen and return to calling program when BACK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856570#M1592508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suman,&lt;/P&gt;&lt;P&gt;     Is this Work only for SE38..?? actualy i want to navigate to script based on the user selectd from the list, i am trying this for script but it is not going in to the script(SE71 display Screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 May 2011 08:01:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-22T08:01:00Z</dc:date>
    <item>
      <title>Calling SE38 display screen and return to calling program when BACK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856568#M1592506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Exports,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is, I am calling SE38 tcode display screen form my report output based on the user selected program name and when user clicks on back butten it should come to my report output list insted of SE38 initial screen. please provide me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now calling the SE38 display screen based on the selected program name by using BDC, but while clicks on BACK butten it is comming to SE38 initial screen insted of my report output. i need go my report output when i clicks on back button, please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Firdous&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 May 2011 15:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856568#M1592506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-21T15:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SE38 display screen and return to calling program when BACK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856569#M1592507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of calling SE38 through BDC, Call the function module "RS_TOOL_ACCESS" with the below parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'RS_TOOL_ACCESS'
  EXPORTING
    OPERATION                 = 'SHOW'
    OBJECT_NAME               = LV_PROGNAME
    OBJECT_TYPE               = 'PROG'
 EXCEPTIONS
    NOT_EXECUTED              = 1
    INVALID_OBJECT_TYPE       = 2
    OTHERS                    = 3.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 May 2011 20:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856569#M1592507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-21T20:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SE38 display screen and return to calling program when BACK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856570#M1592508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suman,&lt;/P&gt;&lt;P&gt;     Is this Work only for SE38..?? actualy i want to navigate to script based on the user selectd from the list, i am trying this for script but it is not going in to the script(SE71 display Screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 May 2011 08:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856570#M1592508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-22T08:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SE38 display screen and return to calling program when BACK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856571#M1592509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi....Please any one help me on this....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 05:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856571#M1592509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-23T05:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SE38 display screen and return to calling program when BACK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856572#M1592510</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;    Please check the below code&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters: p type matnr.


WRITE: P.

AT LINE-SELECTION.
call transaction 'SE38'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dande&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 05:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856572#M1592510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-23T05:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SE38 display screen and return to calling program when BACK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856573#M1592511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you just need to call the transaction Se71- try and use call transaction 'SE71'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you intend to display the script? or just the transaction screen for SE71?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 05:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856573#M1592511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-23T05:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SE38 display screen and return to calling program when BACK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856574#M1592512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to display the script..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 07:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856574#M1592512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-23T07:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SE38 display screen and return to calling program when BACK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856575#M1592513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ...Please let me know the Object_type for Script in rs_tool_access function module..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 07:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-se38-display-screen-and-return-to-calling-program-when-back/m-p/7856575#M1592513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-23T07:13:34Z</dc:date>
    </item>
  </channel>
</rss>

