<?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: FBL5N-Add button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758514#M2022361</link>
    <description>&lt;P&gt;None, the BAdI will handle it &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Look at current FBL5n status, you should find some function keys such as +CUS01, +CUS02, etc. which are placeholders provided by SAP for those custom function keys, BAdI will activate them and change their text&lt;/LI&gt;&lt;LI&gt;Similarly, if a standard menu contains such codes, there must be a BAdI, Customer-Exit or Customizing Option to handle them.&lt;/LI&gt;&lt;LI&gt;Those functions are shared between detail FI ALV reports (FBL1n and FBL3n too) so add non required functions to exclude list in method SHOW_BUTTONS&lt;/LI&gt;&lt;LI&gt;Methods LIST_ITEMS01-04 are executed when function code is executed&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 12 Jul 2023 07:29:18 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2023-07-12T07:29:18Z</dc:date>
    <item>
      <title>FBL5N-Add button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758511#M2022358</link>
      <description>&lt;P&gt;Your professional help will help me a lot&lt;/P&gt;
  &lt;P&gt;Do you have any information for me where to add the button?&lt;/P&gt;
  &lt;P&gt;I need to add to the FBL5N transaction a button that, when clicked, will take all the selected records and display the output of the invoice on the screen&lt;/P&gt;
  &lt;P&gt;Where to add the button? And where to write the logic?&lt;/P&gt;
  &lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 20:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758511#M2022358</guid>
      <dc:creator>former_member861928</dc:creator>
      <dc:date>2023-07-11T20:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: FBL5N-Add button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758512#M2022359</link>
      <description>&lt;P&gt;Look at BAdI such as &lt;A href="https://me.sap.com/servicessupport/search#?q=FI_ITEMS_MENUE01&amp;amp;tab=All&amp;amp;f-documenttype=SAP%20Community%20Question"&gt;FI_ITEMS_MENUE01&lt;/A&gt;, 02, 03&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 05:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758512#M2022359</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-07-12T05:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: FBL5N-Add button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758513#M2022360</link>
      <description>&lt;P&gt;Thank you very much, I will check&lt;/P&gt;&lt;P&gt;Do you know which GUI STATUS/SCREEN AT POROGRAM I should intervene to add the button?‏&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 06:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758513#M2022360</guid>
      <dc:creator>former_member861928</dc:creator>
      <dc:date>2023-07-12T06:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: FBL5N-Add button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758514#M2022361</link>
      <description>&lt;P&gt;None, the BAdI will handle it &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Look at current FBL5n status, you should find some function keys such as +CUS01, +CUS02, etc. which are placeholders provided by SAP for those custom function keys, BAdI will activate them and change their text&lt;/LI&gt;&lt;LI&gt;Similarly, if a standard menu contains such codes, there must be a BAdI, Customer-Exit or Customizing Option to handle them.&lt;/LI&gt;&lt;LI&gt;Those functions are shared between detail FI ALV reports (FBL1n and FBL3n too) so add non required functions to exclude list in method SHOW_BUTTONS&lt;/LI&gt;&lt;LI&gt;Methods LIST_ITEMS01-04 are executed when function code is executed&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 12 Jul 2023 07:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758514#M2022361</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-07-12T07:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: FBL5N-Add button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758515#M2022362</link>
      <description>&lt;P&gt;understand that I have to write the logic of the button in the implementation of the BADI&lt;/P&gt;&lt;P&gt;Where to actually add the button?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 08:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758515#M2022362</guid>
      <dc:creator>former_member861928</dc:creator>
      <dc:date>2023-07-12T08:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: FBL5N-Add button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758516#M2022363</link>
      <description>&lt;P&gt;Don't use answer, but comment on previous answer/comment, answer is intended for answer to original question (read the Before answering at lower right part of this screen)&lt;/P&gt;&lt;H3&gt;&lt;/H3&gt;</description>
      <pubDate>Wed, 12 Jul 2023 15:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758516#M2022363</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-07-12T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: FBL5N-Add button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758517#M2022364</link>
      <description>&lt;P&gt;SAP already provided 4 function codes, first one is associated to a button in the application toolbar, every button is available in extras menu once activated.&lt;/P&gt;&lt;P&gt;Look at the 'function code' tab of BAdI definition and read BAdI documentation.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 15:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758517#M2022364</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-07-12T15:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: FBL5N-Add button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758518#M2022365</link>
      <description>&lt;P&gt;Thank you very much for your patience in answering,&lt;/P&gt;&lt;P&gt;Could you explain to me a little more - how and how to add the button? How to create it?&lt;/P&gt;&lt;P&gt;What is the method we will use?&lt;/P&gt;&lt;P&gt;And what is the method in which I will write the logic of the button?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 15:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/12758518#M2022365</guid>
      <dc:creator>former_member861928</dc:creator>
      <dc:date>2023-07-12T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: FBL5N-Add button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/13884599#M2031167</link>
      <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;I am implementing the addition of a function button in the standard application bar of the alv resulting from the transaction FBL5N.&lt;BR /&gt;In se41, program SAPLFI_ITEMS, status GRID_ITEMS_AR, I chose the function code +CUS01. And I modified and activated the descriptive text. I generated the status too but the button +CUS01 still does not appear.&lt;/P&gt;&lt;P&gt;In se19, I created the BADI ZFI_ITEMS_MENUE01 from 'FI_ITEMS_MENUE01'.&lt;BR /&gt;Could you please tell me the code to put in the methods LIST_ITEMS01, LIST_ITEMS02, LIST_ITEMS03, LIST_ITEMS04,&lt;BR /&gt;SHOW_BUTTONS or what to do?&lt;BR /&gt;The goal is to see the button associated with the function code +cus01 appear in the ALV application bar of the tc FBL5N.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 13:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n-add-button/m-p/13884599#M2031167</guid>
      <dc:creator>Tieno91</dc:creator>
      <dc:date>2024-10-01T13:35:50Z</dc:date>
    </item>
  </channel>
</rss>

