<?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: Deactivate custom tab in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-custom-tab/m-p/9942572#M1797438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can use this BADI, 'ME_CHECK_ALL_ITEMS', when check the header data, you export the&amp;nbsp; LFM1 data to memory, then, in ME_GUI_PO_CUST, you can import those data to judgement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 02:34:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-03T02:34:19Z</dc:date>
    <item>
      <title>Deactivate custom tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-custom-tab/m-p/9942569#M1797435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a new custom tab at item level in ME21N/22N/23N using ME_GUI_PO_CUST and ME_PROCESS_PO_CUST badis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this tab has to be activated for only specific condition. The condition has to be checked based on header data in LFM1 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually in ME_GUI_PO_CUST BADI, in subscribe method we activate the tab but I am unable to retrieve header data in the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, can anyone help me out on which method do we need to handle and how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 21:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-custom-tab/m-p/9942569#M1797435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-02T21:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate custom tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-custom-tab/m-p/9942570#M1797436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Get the header data from the badi which trigger before ME_GUI_PO_CUST and store that as singleton class attribute, then get those values in ME_GUI_PO_CUST&amp;nbsp; from singleton class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 23:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-custom-tab/m-p/9942570#M1797436</guid>
      <dc:creator>former_member219762</dc:creator>
      <dc:date>2013-12-02T23:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate custom tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-custom-tab/m-p/9942571#M1797437</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;Try Exporting the header data in the exit and Importing in the BADI's ( &lt;SPAN style="color: #333333; font-size: 12px;"&gt;ME_GUI_PO_CUST BADI ) Subscribe method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 02:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-custom-tab/m-p/9942571#M1797437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-03T02:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate custom tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-custom-tab/m-p/9942572#M1797438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can use this BADI, 'ME_CHECK_ALL_ITEMS', when check the header data, you export the&amp;nbsp; LFM1 data to memory, then, in ME_GUI_PO_CUST, you can import those data to judgement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 02:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-custom-tab/m-p/9942572#M1797438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-03T02:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate custom tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-custom-tab/m-p/9942573#M1797439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried to retrieve the Header and item data in FIELDSELECTION_ITEM method of ME_PROCESS_PO_CUST and checked the condition, it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I believe this should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 05:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-custom-tab/m-p/9942573#M1797439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-03T05:05:27Z</dc:date>
    </item>
  </channel>
</rss>

