<?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>Question Re: Barcode scanner button provideFallback property is not working in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708222#M193531</link>
    <description>&lt;P&gt;Hi David&lt;BR /&gt;getScanDialog function is not actually in BarcodeScanner class, it's inside the library. &lt;BR /&gt;About 'BarcodeScannerUIContainer' maybe I messed up the correct name of the library they use.&lt;BR /&gt;Try to do how I described above, I attache the code of &lt;A href="https://answers.sap.com/storage/temp/2098022-custombarcodescannerjs.txt" data-attachment="2098022"&gt;custombarcodescannerjs.txt&lt;/A&gt;my 'custombarcodescanner.js' - it is the needed library with  the changed getScanDialog. &lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2022 09:00:46 GMT</pubDate>
    <dc:creator>maximt</dc:creator>
    <dc:date>2022-10-05T09:00:46Z</dc:date>
    <item>
      <title>Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaq-p/708206</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;I’m using the sap.ndc.BarcodeScannerButton for the barcode scanning. It is working fine on the fiori client.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;But I want to hide the button if scanning is not possible (like on a desktop browser). I set therefore the property provideFallback to false, but the button is still visible. When I click on the button then the fallback popup appears and says that the scanner is not available. How can I hide the button if scanning is not possible?&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;ndc:BarcodeScannerButton scanSuccess="onScanSuccess" provideFallback="false" /&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/216367-barcode.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;I tested also the sap.ndc.BarcodeScanner.getStatusModel method. It returns always available = true.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;I have additional an issue with the cancelation of the scanning. If the user cancels the scanning then also the fallback popup appears where the user can enter the value manual. Is it possible to skip this popup?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaq-p/708206</guid>
      <dc:creator>frankmueller9</dc:creator>
      <dc:date>2018-09-14T14:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708207#M193516</link>
      <description>&lt;P&gt;You can create a JSON model with device information like this&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;var oModel = new JSONModel(Device); 

oModel.setDefaultBindingMode("OneWay");

this.setModel(oModel, "device");&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;and than in your XML you can hide the button if &lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;{device&amp;gt;/system/desktop}&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 07:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708207#M193516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-09-15T07:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708208#M193517</link>
      <description>&lt;P&gt;Hi Emanuele,&lt;/P&gt;
  &lt;P&gt;thank you very much for your replay.&lt;/P&gt;
  &lt;P&gt;I know that I can check the device type. But I also must distinguish between the fiori client and the browser on the phone / tablet. I hopped that this API will check this.&lt;/P&gt;
  &lt;P&gt;Is there another way to check if the fiori client (cordova) or the kapsel plugin is running?&lt;/P&gt;
  &lt;P&gt;Best regards&lt;/P&gt;
  &lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 06:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708208#M193517</guid>
      <dc:creator>frankmueller9</dc:creator>
      <dc:date>2018-09-17T06:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708209#M193518</link>
      <description>&lt;P&gt;Maybe I don't get it. Do you want to hide that button if you're on a desktop device right? So why would it matter if you're on your Fiori app or on a kapsel/hybrid app? You just want to hide it if you're not on a mobile device.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 20:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708209#M193518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-09-17T20:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708210#M193519</link>
      <description>&lt;P&gt;The button uses the cordova barcode scanner. This one is only available in the fiori client app. It is not available in the browser. So if the user calls the app in a browser on the phone then the scanner is not working. That's why I'd like to hide this button there as well.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 04:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708210#M193519</guid>
      <dc:creator>frankmueller9</dc:creator>
      <dc:date>2018-09-18T04:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708211#M193520</link>
      <description>&lt;P&gt;Got it. So I think that the only thing you can do is to have two different apps, one deployed with cordova lib that shows the button and another one that is not embedding cordova and so does not have the button.&lt;/P&gt;
  &lt;P&gt;I don't think you can handle it in another way.&lt;/P&gt;
  &lt;P&gt;Are you using WebIDE to deploy this application?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 05:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708211#M193520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-09-18T05:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708212#M193521</link>
      <description>&lt;P&gt;We are using WebIDE to deploy the app. But our app is very complex. It has 48 views. The effort to maintain 2 apps is not in the relation to hide a button. If I don't find another solution then I will hide the button based on the the device type. So if a user calls the app on the phone browser then he will see the fallback popup.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 04:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708212#M193521</guid>
      <dc:creator>frankmueller9</dc:creator>
      <dc:date>2018-09-19T04:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708213#M193522</link>
      <description>&lt;P&gt;I've never tested it because right now I've no time to setup this kind of example but what you could do is this.&lt;/P&gt;
  &lt;P&gt;On the startup of your app, print in a dialog the JSON of the Device object (what I've showed to you in the comment) and compare that info between the version embedded in the app and the one opened by the browser on the phone.&lt;/P&gt;
  &lt;P&gt;Than you should check if you have some value to play with to show/hide the button.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 06:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708213#M193522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-09-19T06:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708214#M193523</link>
      <description>&lt;P&gt;Hi Frank,&lt;/P&gt;
  &lt;P&gt;Hope this helps.&lt;/P&gt;
  &lt;P&gt;In init:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;var mData = { cordovaEnabled: false };

if (typeof cordova !== 'undefined') {
mData.cordovaEnabled = true;
}
var oModel = new JSONModel(mData); 

oModel.setDefaultBindingMode("OneWay");

this.setModel(oModel, "cordova");
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;In view:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;visible="{cordova&amp;gt;/cordovaEnabled}"&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Good Luck!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 08:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708214#M193523</guid>
      <dc:creator>imsuryapandiyan</dc:creator>
      <dc:date>2018-09-19T08:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708215#M193524</link>
      <description>&lt;P&gt;Hi Suriya,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;thank you very much for your reply.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;The cordova flag is working, but I'm facing issues with the onInit event. Sometimes the flag is not set. It looks like that the cordova libary is not yet loaded. So I added a setTimeout (1000ms) and then it is working fine. Is there a better way to wait until the cordova libary is loaded if it is available?&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Best regards &lt;/P&gt;
  &lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 11:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708215#M193524</guid>
      <dc:creator>frankmueller9</dc:creator>
      <dc:date>2018-09-19T11:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708216#M193525</link>
      <description>&lt;P&gt;Ideally cordova should be defined before application is loaded as it loads in Fiori Client container.&lt;/P&gt;
  &lt;P&gt;Did you try with onAfterRendering or attachPatternMatched method?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 12:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708216#M193525</guid>
      <dc:creator>imsuryapandiyan</dc:creator>
      <dc:date>2018-09-19T12:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708217#M193526</link>
      <description>&lt;P&gt;Yes, I tried both, but it is not working.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 13:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708217#M193526</guid>
      <dc:creator>frankmueller9</dc:creator>
      <dc:date>2018-09-19T13:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708218#M193527</link>
      <description>&lt;P&gt;Hello. The second part of the question is not answered here.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;I have additional an issue with the cancelation of the scanning. If the user cancels the scanning then also the fallback popup appears where the user can enter the value manual. Is it possible to skip this popup?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I faced the same issue. I don't need at all the follow-up popup when I cancel QR scanning.. I found the solution. Maybe who finds this post again my answer will be helpful. &lt;/P&gt;&lt;P&gt;There are no properties in the standard control library that could customize this behavior, which is definitely not convenient and looks like not developed completely.. After I read the standard code of the library, I found out this popup is just hardcoded. &lt;A href="https://answers.sap.com/storage/temp/2032822-2022-03-22-16-47-01.png" data-attachment="2032822"&gt;2022-03-22-16-47-01.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So the only way to solve it - rewrite this part with a custom js file. How to do that is written for example in&lt;A href="https://blogs.sap.com/2015/08/31/extending-a-sapui5-control/"&gt; this blog &lt;/A&gt;&lt;/P&gt;&lt;P&gt;For me it works fine, I just rewrite the press function this way: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;		function getScanDialog(fnSuccess, fnFail, fnLiveUpdate, sTitle) {
			var oDialogModel;
			oScanDialogController.onSuccess = fnSuccess;
			oScanDialogController.onFail = fnFail;
			oScanDialogController.onLiveUpdate = fnLiveUpdate;


			if (!oScanDialog || (oScanDialog &amp;amp;&amp;amp; oScanDialog.getContent().length === 0)) {
				oDialogModel = new JSONModel();
				oScanDialog = new Dialog('sapNdcBarcodeScannerDialog', {
					icon: 'sap-icon://bar-code',
					title: "",
					stretch: true,
					horizontalScrolling: false,
					verticalScrolling: false,
					endButton: new Button({
						text: "{i18n&amp;gt;BARCODE_DIALOG_CANCEL}",
						enabled: false,
						press: function () {
							BarcodeScanner.closeScanDialog();
						}
					}),
					afterClose: function () {
						closeZXingScanContain();
						oScanDialog.destroyContent();
						oScanDialog.destroy();
						oScanDialog = null;
					}
				});
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Mar 2022 14:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708218#M193527</guid>
      <dc:creator>maximt</dc:creator>
      <dc:date>2022-03-22T14:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708219#M193528</link>
      <description>&lt;P&gt;Hi Maxim,&lt;/P&gt;&lt;P&gt;We are facing the exact same problem. I've extended the BarcodeScannerButton, but the getScanDialog is not getting triggered.&lt;/P&gt;&lt;P&gt;I was able to trigger the Scan via customBarcodeScanner.prototype.scan.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2099963-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Could you please advise?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 13:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708219#M193528</guid>
      <dc:creator>adtoth_s</dc:creator>
      <dc:date>2022-10-04T13:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708220#M193529</link>
      <description>&lt;P&gt;Hi David, &lt;/P&gt;&lt;P&gt;There was a bit trickier.. In standard they wrote method 'getScanDialog' not right inside the BarcodeScannerButton class but in the their internal library. So I needed to implement two JS controls. I describe in steps to be more clear. &lt;BR /&gt;1) I created new folder 'extcontrol' in the webapp folder. &lt;BR /&gt;2) There I created two js files custombarcode.js and custombarcodescanner.js. &lt;BR /&gt;custombarcode.js is for rewriting BarcodeScannerButton class for _onBtnPressed method. Specifically this method comes first in debugger and we need to redefine it to call not the standard library BarcodeScannerUIContainer, but our custom one (in my case it is custombarcodescanner.js ). And only in custombarcodescanner.js rewrite the function getScanDialog.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2098006-custom-control.png" /&gt;&lt;/P&gt;&lt;P&gt;3) Then on the View we need to define our folder as a library on the very above &lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"xmlns:ext="&amp;lt;id&amp;gt;.extcontrol"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;4) Use the extended custom control on the needed place on the View &lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;ext:custombarcode id="sampleBarcodeScannerButton" scanSuccess="onScanSuccess" scanFail="onScanError" provideFallback="false"
tooltip="{i18n&amp;gt;scanQRtooltip}"/&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Oct 2022 16:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708220#M193529</guid>
      <dc:creator>maximt</dc:creator>
      <dc:date>2022-10-04T16:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708221#M193530</link>
      <description>&lt;P&gt;Hi Maxim,&lt;/P&gt;&lt;P&gt;Thanks for your quick answer.&lt;/P&gt;&lt;P&gt;I was trying to redefine the BarcodeScanner because the getScanDialog is implemented there. But it's not possible to extend that control.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2099973-image.png" /&gt;&lt;/P&gt;&lt;P&gt;The BarcodeScannerUIContainer has only a renderer function.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 08:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708221#M193530</guid>
      <dc:creator>adtoth_s</dc:creator>
      <dc:date>2022-10-05T08:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708222#M193531</link>
      <description>&lt;P&gt;Hi David&lt;BR /&gt;getScanDialog function is not actually in BarcodeScanner class, it's inside the library. &lt;BR /&gt;About 'BarcodeScannerUIContainer' maybe I messed up the correct name of the library they use.&lt;BR /&gt;Try to do how I described above, I attache the code of &lt;A href="https://answers.sap.com/storage/temp/2098022-custombarcodescannerjs.txt" data-attachment="2098022"&gt;custombarcodescannerjs.txt&lt;/A&gt;my 'custombarcodescanner.js' - it is the needed library with  the changed getScanDialog. &lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 09:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708222#M193531</guid>
      <dc:creator>maximt</dc:creator>
      <dc:date>2022-10-05T09:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode scanner button provideFallback property is not working</title>
      <link>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708223#M193532</link>
      <description>&lt;P&gt;Hi Maxim,&lt;/P&gt;&lt;P&gt;Yes, this is. also what I've ended up with. Basically the full code of the BarcodeScanner is inluded in my custom file, and there I've changed the getScanDialog function. Works as expected.&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 10:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/barcode-scanner-button-providefallback-property-is-not-working/qaa-p/708223#M193532</guid>
      <dc:creator>adtoth_s</dc:creator>
      <dc:date>2022-10-05T10:48:58Z</dc:date>
    </item>
  </channel>
</rss>

