<?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: badi on T-code XK02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054722#M1502428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi...in VENDOR_ADD_DATA....i write the code....in " check_add_on_active.".....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i_screen_group EQ 'Z1'.&lt;/P&gt;&lt;P&gt;   e_add_on_active = 'X'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in vendor_add_data_cs...i write the code in "get_taxi_screen".&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CHECK flt_val = 'Z1'.&lt;/P&gt;&lt;P&gt;  CASE i_taxi_fcode.&lt;/P&gt;&lt;P&gt;    WHEN 'ZAIR_TAB1'.&lt;/P&gt;&lt;P&gt;      e_screen  = '5000'.                   "&amp;lt;--- Set dynpro&lt;/P&gt;&lt;P&gt;      e_program = 'SAPMZADD_VENDOR'. "&amp;lt;--- Set dynpro program&lt;/P&gt;&lt;P&gt;      e_headerscreen_layout = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   WHEN OTHERS.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any mistake in above code.....plzzz mention......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankx &amp;amp; regards&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jul 2010 09:00:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-12T09:00:47Z</dc:date>
    <item>
      <title>badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054717#M1502423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is i hav to add 4 custom fields in transaction XK02.....i hav find the exact badi where i write the code and made a screen ....this screen individually works properly..but when i call this screen in my badi.....then no error will shown...i made a button on toolbar to call that subscreen.... But in output when i click on that button it doesn't show any thing....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx &amp;amp; regards...&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 07:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054717#M1502423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T07:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054718#M1502424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check BADI :  VENDOR_ADD_DATA &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;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 08:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054718#M1502424</guid>
      <dc:creator>Abhijit74</dc:creator>
      <dc:date>2010-07-12T08:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054719#M1502425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi...thankx..for ur suggestion...but i hav already check vendor_add_data &amp;amp; vendor_add_data_cs. there is no error in badi.but the problem is still there....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzzz i m waiting for ur suggestion.&lt;/P&gt;&lt;P&gt;thankx &amp;amp; regards.&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 08:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054719#M1502425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T08:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054720#M1502426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you have defined the subscreen &amp;amp; the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you define the screen group &amp;amp; the associated function codes in SPRO ? After defining this you have to use the CHECK_ADD_ON_ACTIVE of BAdI VENDOR_ADD_DATA to activate the add-on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you done these steps ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 08:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054720#M1502426</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-07-12T08:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054721#M1502427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi....thankx for suggestion...but i hav followed all that steps....but i cant get output.....i think i made a very simple mistake which cant noticed......so plzzz help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankx &amp;amp; regards...&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 08:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054721#M1502427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T08:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054722#M1502428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi...in VENDOR_ADD_DATA....i write the code....in " check_add_on_active.".....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i_screen_group EQ 'Z1'.&lt;/P&gt;&lt;P&gt;   e_add_on_active = 'X'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in vendor_add_data_cs...i write the code in "get_taxi_screen".&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CHECK flt_val = 'Z1'.&lt;/P&gt;&lt;P&gt;  CASE i_taxi_fcode.&lt;/P&gt;&lt;P&gt;    WHEN 'ZAIR_TAB1'.&lt;/P&gt;&lt;P&gt;      e_screen  = '5000'.                   "&amp;lt;--- Set dynpro&lt;/P&gt;&lt;P&gt;      e_program = 'SAPMZADD_VENDOR'. "&amp;lt;--- Set dynpro program&lt;/P&gt;&lt;P&gt;      e_headerscreen_layout = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   WHEN OTHERS.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any mistake in above code.....plzzz mention......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankx &amp;amp; regards&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054722#M1502428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T09:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054723#M1502429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you define the function code (I_TAXI_FCODE) for the screen group ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define this in 2 ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SM34 --&amp;gt; VC_VENDOR_EXP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. SPRO --&amp;gt; Financial Accounting --&amp;gt; Accounts Receivable and Accounts Payable --&amp;gt; Vendor Accounts --&amp;gt; Master Data --&amp;gt; Preparations for Creating Vendor Master Data --&amp;gt; Adoption of Customer's Own Master Data fields --&amp;gt; Prepare Modification-Free Enhancement in Vendor Master Record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back with your comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054723#M1502429</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-07-12T09:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054724#M1502430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi...thankx for ur rply....&lt;/P&gt;&lt;P&gt;i hav follow the second procedure....and create 'Z1' as a screen group. then i select that one and double click on "lable tab page"&lt;/P&gt;&lt;P&gt;there i give the NUMBER= 1&lt;/P&gt;&lt;P&gt;                        FUNCTION_CODE = ZAIR_TAB1&lt;/P&gt;&lt;P&gt;thats all .now i save that then go back and again save.....is there any mistakes happend in those steps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankx &amp;amp; regards&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054724#M1502430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T09:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054725#M1502431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sory i think i cant define taxi_fcode........how to define that...whats the procedure......plzz explain step by step....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankx &amp;amp; regards&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054725#M1502431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T09:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054726#M1502432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't think so. Try putting break-points in your BAdI code &amp;amp; debug. Should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the documentation maintained for this SPRO node. It is explained in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054726#M1502432</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-07-12T09:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054727#M1502433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi...i set a break point in get_taxi_screen method.....but when i run the t-code....the subscreen  cant enter in debugger mode.....just simply show the screen.....with out my custom fields....now what i hav to do...plz help....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &amp;amp; regards&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054727#M1502433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T09:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054728#M1502434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you defined any filter for the implementation of VENDOR_ADD_DATA_CS ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CHECK flt_val = 'Z1'.
CASE i_taxi_fcode.
WHEN 'ZAIR_TAB1'.
e_screen = '5000'. "&amp;lt;--- Set dynpro
e_program = 'SAPMZADD_VENDOR'. "&amp;lt;--- Set dynpro program
e_headerscreen_layout = ' '.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you defined the screen '5000' as a subscreen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Jul 12, 2010 3:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054728#M1502434</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-07-12T09:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054729#M1502435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya definitly.....5000 is defined as subscreen.....and Z1 is defined in spro-logistics-business partner-vendor-control-adoption os customer's own master data fields - prepare modification -free enhancement of vendor master data....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my question to define Z1 there is any option to write a code for Z1...if it is then where ANd how to write the codes....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &amp;amp; regards&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 10:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054729#M1502435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T10:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054730#M1502436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sory to ask u another question ..that is ...is this screen group  and filter is same...or both are different.....if it then i think i cant define filter ....but in Vendor_add_data_cs....i define in attributes.....the filter = Z1.......becas when i want to give a input i press f4  help then those Z1 is visible in that list.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx &amp;amp;regards&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 10:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054730#M1502436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054731#M1502437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; hi...i set a break point in get_taxi_screen method.....but when i run the t-code....the subscreen  cant enter in debugger mode.....just simply show the screen.....with out my custom fields....&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your BAdI VENDOR_ADD_DATA_CS will not trigger when you run the tcode XK02. Are you able to see the custom tab defined for screen group Z1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you click on that custom tab GET_TAXI_SCREEN will be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 10:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054731#M1502437</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-07-12T10:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054732#M1502438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya the custom tab is visible in Xk02......but when i click on it it cant show that custom fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx &amp;amp; regards&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 10:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054732#M1502438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T10:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054733#M1502439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; ya the custom tab is visible in Xk02......&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that the BAdI implementation for VENDOR_ADD_DATA is working correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;but when i click on it it cant show that custom fields....&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you click on the tab, the method GET_TAXI_SCREEN should get triggered. Put a break-point &amp;amp; check if the code is being executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 11:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054733#M1502439</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-07-12T11:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054734#M1502440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx for ur suggestion.....sir...but i told u before.....that i put a breakpoint on get_taxi_screen.......but when i run that t-code &amp;amp; press that custom tab......insted to enter debugger mode.....its only shown the screen with out fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx &amp;amp; regards&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 11:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054734#M1502440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T11:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: badi on T-code XK02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054735#M1502441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi...&lt;/P&gt;&lt;P&gt;    ...thanx for ur support ......the problem is solved.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &amp;amp; regards&lt;/P&gt;&lt;P&gt;Arijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 04:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-on-t-code-xk02/m-p/7054735#M1502441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T04:50:01Z</dc:date>
    </item>
  </channel>
</rss>

