<?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: Hide tabs in Tcode VD02 ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-tabs-in-tcode-vd02/m-p/6484682#M1419525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am little hesitant, on using this BADI to hide a tab...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The documentation of the BADI says to add a new sub screen  to one of the tabs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Example: "from the documentation
You can use the Business Add-In to integrate subscreens in the standard dialog 
of the customer master. On these subscreens you can enable the processing of 
your own data.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 23:59:14 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2010-01-21T23:59:14Z</dc:date>
    <item>
      <title>Hide tabs in Tcode VD02 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-tabs-in-tcode-vd02/m-p/6484679#M1419522</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;In transaction VD02 (Customer change )I need to hide certain tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this  I am trying to use &lt;/P&gt;&lt;P&gt;BADI: CUSTOMER_ADD_DATA_CS&lt;/P&gt;&lt;P&gt;Method: SUPPRESS_TAXI_TABSTRIPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put some (test code ) and set the breakpoints but its not stopping in this method when I execute VD02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to do any SPRO changes to implement this BADI?  How we can use this method to hide tabs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me how I can use this method to hide tabs in the screen. ?  If any one has sample code for this method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Kevin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 18:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-tabs-in-tcode-vd02/m-p/6484679#M1419522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T18:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide tabs in Tcode VD02 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-tabs-in-tcode-vd02/m-p/6484680#M1419523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The breakpoint is not stopping in BADI: CUSTOMER_ADD_DATA_CS Method: SUPPRESS_TAXI_TABSTRIPS because its simply defination. To use it you need to implement through SE19 tcode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please serach on SDM itself, you will get the steps to implement the BADI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Following sample code might help you to suppress the tab in method SUPPRESS_TAXI_TABSTRIPS :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  l_FCOD        TYPE FCODE VALUE 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Put the fcode of your tab you will get it by starting the dubugging and clicking the tab with system variable sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Suppressing the tab&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;      APPEND L_FCODEC TO E_NOT_USED_TAXI_FCODES.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 07:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-tabs-in-tcode-vd02/m-p/6484680#M1419523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T07:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hide tabs in Tcode VD02 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-tabs-in-tcode-vd02/m-p/6484681#M1419524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SHEFALI GANGRADE ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I think you did not read my question properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I implemented this BADI and put the sample code and activated breakpoints, but still when I execute the Tcode VD02 and entering the Customer no and hit enter - is it supposed to stop in the method??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has any idea why it is not stopping?&lt;/P&gt;&lt;P&gt;Do we need to do any SPRO changes for this requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 23:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-tabs-in-tcode-vd02/m-p/6484681#M1419524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T23:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hide tabs in Tcode VD02 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-tabs-in-tcode-vd02/m-p/6484682#M1419525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am little hesitant, on using this BADI to hide a tab...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The documentation of the BADI says to add a new sub screen  to one of the tabs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Example: "from the documentation
You can use the Business Add-In to integrate subscreens in the standard dialog 
of the customer master. On these subscreens you can enable the processing of 
your own data.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 23:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-tabs-in-tcode-vd02/m-p/6484682#M1419525</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2010-01-21T23:59:14Z</dc:date>
    </item>
  </channel>
</rss>

