<?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: Regarding Tool bars in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tool-bars/m-p/5748811#M1302831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Revanth,

It is simple. 
Just follow the steps.
1.  Normally when you copy the programs , pf-status is not copied.
2.  Search with SET PF-STATUS in the copied program, If you find the statement like below
&lt;PRE&gt;&lt;CODE&gt;SET PF-STATUS 'XYZ'.&lt;/CODE&gt;&lt;/PRE&gt;
3. Take that satus XYZ.
4. Go to SE41 and give Original program name  as Program.
5. Click on COPY STATUS button in Application toolbars(CTRL+F6).
6. Once status is copied from original program, Activate Copied program status by giving program and status in the SE41 transaction code.

I hope that you will solve the problem.

Thanks
Venkat&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2009 01:49:06 GMT</pubDate>
    <dc:creator>venkat_o</dc:creator>
    <dc:date>2009-06-05T01:49:06Z</dc:date>
    <item>
      <title>Regarding Tool bars</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tool-bars/m-p/5748810#M1302830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;      i copied a program to another name and checked the copy variants, included documentaion and all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the program is copied and i activated it but the problem is in the copied version there is no standard tool bar and application tool bar which is there in the original version .i activated all the includes as well.&lt;/P&gt;&lt;P&gt;even i went to the pf-status standard01 and activated it as well .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i executed the copied report along with the output iam getting the folowing message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;status STANDARD01 of the user interface SAPLKKBL missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 23:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tool-bars/m-p/5748810#M1302830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T23:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Tool bars</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tool-bars/m-p/5748811#M1302831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Revanth,

It is simple. 
Just follow the steps.
1.  Normally when you copy the programs , pf-status is not copied.
2.  Search with SET PF-STATUS in the copied program, If you find the statement like below
&lt;PRE&gt;&lt;CODE&gt;SET PF-STATUS 'XYZ'.&lt;/CODE&gt;&lt;/PRE&gt;
3. Take that satus XYZ.
4. Go to SE41 and give Original program name  as Program.
5. Click on COPY STATUS button in Application toolbars(CTRL+F6).
6. Once status is copied from original program, Activate Copied program status by giving program and status in the SE41 transaction code.

I hope that you will solve the problem.

Thanks
Venkat&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 01:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tool-bars/m-p/5748811#M1302831</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-06-05T01:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Tool bars</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tool-bars/m-p/5748812#M1302832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Revanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Used one time similar requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
      I_CALLBACK_PROGRAM          = SY-REPID
      IS_LAYOUT                   = LAYOUT
      IT_FIELDCAT                 = FIELDCAT
      I_CALLBACK_USER_COMMAND     = 'USER_COMMAND'
      I_CALLBACK_PF_STATUS_SET    = *'PF_STATUS_SET'*
    TABLES
      T_OUTTAB                    = L_AFKO.



FORM PF_STATUS_SET USING UT_EXTAB TYPE SLIS_T_EXTAB.        "#EC CALLED

  DELETE UT_EXTAB WHERE FCODE = GC_REFRESH.

  SET PF-STATUS 'STANDARD_FULLSCREEN' OF PROGRAM 'SAPLKKBL'
      EXCLUDING UT_EXTAB.

ENDFORM.                    "pf_status_set
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 01:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tool-bars/m-p/5748812#M1302832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T01:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Tool bars</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tool-bars/m-p/5748813#M1302833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah i changed the program name now in the call back program and it is working fine now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 02:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tool-bars/m-p/5748813#M1302833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T02:00:36Z</dc:date>
    </item>
  </channel>
</rss>

