<?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: i need help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-help/m-p/2412284#M538148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at the following links....it might help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=11601" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=11601&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=23010" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=23010&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roshani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 08:39:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-05T08:39:38Z</dc:date>
    <item>
      <title>i need help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-help/m-p/2412280#M538144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have coded for interactive ALV &amp;amp; i want that whenever i double click on the particular field named 'gpr_no', i want the screen no. say- 9012 to call.&lt;/P&gt;&lt;P&gt;For that i did :-------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WHEN '&amp;amp;IC1'.
IF WA_SELFIELD-FIELDNAME = 'GPR_NO'.
        READ TABLE IST_OUTPUT INTO WA_OUTPUT INDEX WA_SELFIELD-TABINDEX.
        IF SY-SUBRC EQ 0.
          SET PARAMETER ID 'GPR' FIELD WA_OUTPUT-GPR_NO.
          CALL SCREEN 9012.
        ENDIF.
      ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just want to know that ..... is there any other way to call a screen or transaction w/o SET PARAMETER ID...........&amp;lt;b&amp;gt;not using OOABAP&amp;lt;/b&amp;gt; ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz help me &lt;/P&gt;&lt;P&gt;ThanQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 06:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-help/m-p/2412280#M538144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T06:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: i need help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-help/m-p/2412281#M538145</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;u should not call screen like by halt coding ex: 9012 or 1000 like that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; bcaz there r somany screens with the same numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction ' '  then skip your screen.&lt;/P&gt;&lt;P&gt;that's all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code,&lt;/P&gt;&lt;P&gt;when 'MD04'.&lt;/P&gt;&lt;P&gt;      if g_wa_globe is initial.&lt;/P&gt;&lt;P&gt;        message i000(zf_mes) with text-048.&lt;/P&gt;&lt;P&gt;        exit.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      if g_wa_globe-matnr is not initial and g_wa_globe-werks is not initial.&lt;/P&gt;&lt;P&gt;        set parameter id 'MAT' field g_wa_globe-matnr.&lt;/P&gt;&lt;P&gt;        set parameter id 'WRK' field g_wa_globe-werks.&lt;/P&gt;&lt;P&gt;        call transaction 'MD04' and skip first screen .&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        message i000(zf_mes) with text-045.&lt;/P&gt;&lt;P&gt;        exit.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 07:03:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-help/m-p/2412281#M538145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T07:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: i need help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-help/m-p/2412282#M538146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First hing, do not use CALL SCREEN, use CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if you are using CALL TRANSACTION then you can pass parameter values only using SET..GET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't need the screen to be shown to the user then use SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 07:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-help/m-p/2412282#M538146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T07:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: i need help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-help/m-p/2412283#M538147</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;You can use FM - COPF_CALL_TRANSACTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;    when '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;     CALL FUNCTION 'COPF_CALL_TRANSACTION'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          tcode       = 'Enter you Transaction here'&lt;/P&gt;&lt;P&gt;          new_session = ' '.  "  &amp;lt;-- if you want it to open in a new session window then mark 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samson Rodrigues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 08:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-help/m-p/2412283#M538147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T08:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: i need help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-help/m-p/2412284#M538148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at the following links....it might help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=11601" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=11601&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=23010" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=23010&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roshani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 08:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-help/m-p/2412284#M538148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T08:39:38Z</dc:date>
    </item>
  </channel>
</rss>

