<?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 screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen/m-p/2431894#M543710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sapian,&lt;/P&gt;&lt;P&gt; Seems you are facing this problem from yesterday.&lt;/P&gt;&lt;P&gt;See I would suggest you to take the ME2N program package and make Z copy of it. And then try to modify it.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2007 06:53:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-27T06:53:25Z</dc:date>
    <item>
      <title>Calling screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen/m-p/2431893#M543709</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 am customizing standard Transaction ME2N in ZME2N with little changes, i,.e instead of standard report ZME2N will display ALV report and few additional flds in the display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to adapt GUI STATUS from standard one customized one.&lt;/P&gt;&lt;P&gt;'PO History', 'Changes' 'Delivery schedule' buttons are not working in the customized one.&lt;/P&gt;&lt;P&gt;I have called dynamic subroutine(from reuse_*grid_display).  and copied same subroutines from standard. in debugging the values are updating and sy-title of report changing. but not the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code for subroutine(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Set pf-Status&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;FORM set_pf_status USING rt_extab TYPE slis_t_extab.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'LEER'." EXCLUDING rt_extab.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;user-command&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING r_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;rs_selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;    WHEN 'DIEN'.&lt;/P&gt;&lt;P&gt; PERFORM READ_SERVICES USING HIDP-PACKNO HIDK-EBELN HIDP-EBELP.&lt;/P&gt;&lt;P&gt;    WHEN 'ZURU'.&lt;/P&gt;&lt;P&gt;      PERFORM ZURUECK.&lt;/P&gt;&lt;P&gt;    WHEN 'XIT '.&lt;/P&gt;&lt;P&gt;      PERFORM ZURUECK.&lt;/P&gt;&lt;P&gt;      LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;    WHEN 'EKBE'.&lt;/P&gt;&lt;P&gt;    SET PF-STATUS 'EKBE' OF PROGRAM SY-CPROG.&lt;/P&gt;&lt;P&gt;      PERFORM EKBE_PICK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'EKCD'.&lt;/P&gt;&lt;P&gt;      PERFORM EKCD_PICK.&lt;/P&gt;&lt;P&gt;    WHEN 'EKET'.&lt;/P&gt;&lt;P&gt;      PERFORM EKET_PICK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 06:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen/m-p/2431893#M543709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T06:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calling screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen/m-p/2431894#M543710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sapian,&lt;/P&gt;&lt;P&gt; Seems you are facing this problem from yesterday.&lt;/P&gt;&lt;P&gt;See I would suggest you to take the ME2N program package and make Z copy of it. And then try to modify it.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 06:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen/m-p/2431894#M543710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T06:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calling screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen/m-p/2431895#M543711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Copy the Status of the Main Std Program LEER to your ZSTATUS and to your Zprogram from SE41 and use that Zstatus in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 07:09:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen/m-p/2431895#M543711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T07:09:32Z</dc:date>
    </item>
  </channel>
</rss>

