<?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: XREF1_HD field added on FB01 screen doesn't show up occasionally. BADI is already active. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010973#M1897249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found out the issue. In the user parameters, need to pass parameter id BUK = (default it to any of the country for which BADI &lt;SPAN style="color: #333333; font-size: 12px;"&gt;FI_HEADER_SUB_1300 is implemented).&amp;nbsp; Ocassionally XREF1_HD field was not showing up on FB01 since this BADI is implemented only for certain coutnries( based on filter).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2015 04:20:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-05-13T04:20:55Z</dc:date>
    <item>
      <title>XREF1_HD field added on FB01 screen doesn't show up occasionally. BADI is already active.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010970#M1897246</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;We have recently created a new BADI implementation for the BADI definition&amp;nbsp; &lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;FI_HEADER_SUB_1300 with filter on countries US, Japn and Germany.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;We populated XREF1_HD field using the new BADI implementation and activated the BADI. Our intent is to display XREF1_HD field on FB01 screen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is XREF1_HD field appears in FB01 screen sometimes and doesn't appear at times under my userid. Similarly, other users are facing the same issue. There is no code/restriction applied on Userids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone&amp;nbsp; suggest as to why this happens? Also, could it be due to an existing standard implementation ( please note this existing standard implementation has filters for Brazil and Canada only ... My code is for US...I believe,it shouldn't affect)? Appreciate help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 15:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010970#M1897246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-16T15:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: XREF1_HD field added on FB01 screen doesn't show up occasionally. BADI is already active.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010971#M1897247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BADI FI_HEADER_SUB_1300 is not multiple use BADI. So, you can't have two active implementations for that at the same time. That might be the reason for discrepancy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 16:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010971#M1897247</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2015-04-16T16:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: XREF1_HD field added on FB01 screen doesn't show up occasionally. BADI is already active.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010972#M1897248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;I have deactivated one of the implementations. But,still the field doesn't show up regularly. One peculiar thing I have noticed is that when we open FB01 for the first time, XREF1_HD field doesn't show up. If we open FB01 for the second time it shows up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though there are multiple implementations active due to different filters,it should pick the correct implementation based on the country. This way, it should display the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure, why XREF1_HD doesn't show up for the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 04:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010972#M1897248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-17T04:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: XREF1_HD field added on FB01 screen doesn't show up occasionally. BADI is already active.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010973#M1897249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found out the issue. In the user parameters, need to pass parameter id BUK = (default it to any of the country for which BADI &lt;SPAN style="color: #333333; font-size: 12px;"&gt;FI_HEADER_SUB_1300 is implemented).&amp;nbsp; Ocassionally XREF1_HD field was not showing up on FB01 since this BADI is implemented only for certain coutnries( based on filter).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 04:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010973#M1897249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-13T04:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: XREF1_HD field added on FB01 screen doesn't show up occasionally. BADI is already active.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010974#M1897250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, it's late.&lt;/P&gt;&lt;P&gt;You have to fill the company code. If the company code is not filled, the BAdI is not called. So fill the company code, press enter and restart the transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 08:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010974#M1897250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-13T08:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: XREF1_HD field added on FB01 screen doesn't show up occasionally. BADI is already active.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010975#M1897251</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We work with several company codes, so, do we need to inform 'BUK' parameter in user profile if we don't know wich company code we will use every time we execute FB01?&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 09:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010975#M1897251</guid>
      <dc:creator>Idroj1981</dc:creator>
      <dc:date>2019-04-15T09:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: XREF1_HD field added on FB01 screen doesn't show up occasionally. BADI is already active.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010976#M1897252</link>
      <description>&lt;P&gt;Yes. We faced similar issue and defaulted Company code in User profile.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 08:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xref1-hd-field-added-on-fb01-screen-doesn-t-show-up-occasionally-badi-is/m-p/11010976#M1897252</guid>
      <dc:creator>avinash_narayan87</dc:creator>
      <dc:date>2021-01-18T08:12:24Z</dc:date>
    </item>
  </channel>
</rss>

