<?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: XD01 Customer data Additional Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386693#M1841267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shouldn't the button only be showing when you actually navigate to the tab?&amp;nbsp; That sounds like you would have edited the standard screen instead of creating a subscreen that gets called based on the BADI stuff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2014 13:44:26 GMT</pubDate>
    <dc:creator>Ryan-Crosby</dc:creator>
    <dc:date>2014-05-15T13:44:26Z</dc:date>
    <item>
      <title>XD01 Customer data Additional Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386690#M1841264</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 have created a BADI implementation for XD01/02/03 to add custom screen with additional customer fields using BADI CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS. Works well, customer master now has a new button that brings me to a screen I defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a requirement to only show this additional screen button for certain Sales Area and I cannot find a way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can hide tabs on custom screen by Sales Organization, but activating whole button+screen functionality looks to only be possible before Sales Area data is known during IF_EX_CUSTOMER_ADD_DATA~CHECK_ADD_ON_ACTIVE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jurijs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386690#M1841264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-15T13:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: XD01 Customer data Additional Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386691#M1841265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jurijs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked the method 'SUPPRESS_TAXI_TABSTRIPS' for the BADI definition 'CUSTOMER_ADD_DATA_CS'?&amp;nbsp; It looks like maybe you can use this to suppress the tabs based on your sales area requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ryan Crosby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386691#M1841265</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2014-05-15T13:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: XD01 Customer data Additional Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386692#M1841266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I tried that, but it only hides the tab. So the button is still there, bit goes to empty screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386692#M1841266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-15T13:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: XD01 Customer data Additional Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386693#M1841267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shouldn't the button only be showing when you actually navigate to the tab?&amp;nbsp; That sounds like you would have edited the standard screen instead of creating a subscreen that gets called based on the BADI stuff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386693#M1841267</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2014-05-15T13:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: XD01 Customer data Additional Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386694#M1841268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Button appears automatically when activating the add-on in CUSTOMER_ADD_DATA-CHECK_ADD_ON_ACTIVE method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when this is checked, I don't yet have information on Sales Area&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 14:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386694#M1841268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-15T14:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: XD01 Customer data Additional Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386695#M1841269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhh, I misread that part and thought you were speaking of the tab and not the button.&amp;nbsp; I'm unaware of a way to hide the button but I'll check to see if I can find anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 14:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xd01-customer-data-additional-screen/m-p/10386695#M1841269</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2014-05-15T14:41:51Z</dc:date>
    </item>
  </channel>
</rss>

