https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/Mobile-qa.xml SAP Community - Mobile 2024-05-20T11:11:02.307955+00:00 python-feedgen Mobile Q&A in SAP Community https://community.sap.com/t5/technology-q-a/mdk-note-control-getvalue-not-returning-correct-data/qaq-p/12671912 MDK Note Control getValue not returning correct data 2023-02-13T12:28:29+01:00 m_aguilera_zorzo https://community.sap.com/t5/user/viewprofilepage/user-id/600495 <P>Hello experts,<BR />I have a "note" control in MDK.</P> <PRE><CODE>"Controls": ["_Type": "Control.Type.FormCell.Note", "_Name": "FCNObsInternas", "IsEditable": true, "IsVisible": true, "MinNumberOfLines": 10}] </CODE></PRE> <BR /> <BR />Whenever I try to get the value in a web enviroment, it works: <BR /> <PRE><CODE> let oObsInternas = oSTDGenerales.getControl('FCNObsInternas')._context.clientAPIProps.newControlValue; let oObsInternas2 = oSTDGenerales.getControl('FCNObsInternas').getValue(); </CODE></PRE> But in a mobile enviroment, both returns the old value. <BR /> <BR />Is this a bug? <BR />Is there any other method to get the modified value? <BR /> <BR /> <BR /> <BR />Thanks. <BR /> <BR /> 2023-02-13T12:28:29+01:00 https://community.sap.com/t5/technology-q-a/mdk-tab-control-doesn-t-keep-position-when-returning/qaq-p/12674479 MDK Tab Control doesn't keep position when returning 2023-02-15T09:12:49+01:00 m_aguilera_zorzo https://community.sap.com/t5/user/viewprofilepage/user-id/600495 <P>Hello Experts,<BR />I have a Tabs Control in my MDK app.<BR />It works, but I have a problem.<BR />Whenever I navigate to a subpage of one of the tabs, when I return, the focus is still in then correct tab, but the control resets to its original position.<BR />This is not a problem in the web version, but in mobile it makes the user scroll the tab control again.<BR />What baffles me is that the tab is still selected.<BR /><BR />Do you know any fix?<BR /><BR />Thanks.</P> 2023-02-15T09:12:49+01:00 https://community.sap.com/t5/technology-q-a/is-there-any-table-list-like-layout-using-grid/qaq-p/12722762 Is there any Table/List like layout using Grid 2023-03-09T09:39:36+01:00 avisheksharmacoder https://community.sap.com/t5/user/viewprofilepage/user-id/793463 <P>Hi, </P> <P>I wanted to know if there is any Table/List type layout for grid, where Items inside the grid can be binded to a Model. The items can be Tiles as well. </P> <P>Thank You. </P> 2023-03-09T09:39:36+01:00 https://community.sap.com/t5/technology-q-a/mdk-android-bottom-navigation-item-onpress-returns-incorrect-tab-name/qaq-p/12681369 MDK Android Bottom Navigation Item OnPress returns incorrect tab name 2023-03-22T09:14:30+01:00 sopizaken https://community.sap.com/t5/user/viewprofilepage/user-id/787283 <P>Hi team,</P> <P>I have a Bottom Navigation with 2 tabs and 2 action bar items. When i click on the second tab, i want to display the 2nd action bar item and hide the first action bar item, and vice versa. I added a rule in the OnPress event of each of the tabs to check the tab name and hide/unhide the action bar items based on the tab name.</P> <P>In IOS, this is working fine. When i click on the 2nd tab, it gets the name of the 2nd tab. When i click on the 1st tab, it gets the name of the 1st tab.</P> <P>However in Android, it becomes opposite. When i click on the 2nd tab, its gets the name of the 1st tab. When i click on the 1st tab, it gets the name of the 2nd tab.</P> <P>Here is the rule i am using in the OnPress event:</P> <PRE><CODE>let pageproxy = clientAPI.getPageProxy(); let oTab = pageproxy.getControl('BottomNavigation_Home'); let sTabName = oTab.getSelectedTabItemName(); if (sTabName === "RequestTab") { pageproxy.setActionBarItemVisible(0, true); pageproxy.setActionBarItemVisible(1, false); } else { pageproxy.setActionBarItemVisible(0, false); pageproxy.setActionBarItemVisible(1, true); }<BR /></CODE></PRE> We appreciate your help on this. Thank you very much! 2023-03-22T09:14:30+01:00 https://community.sap.com/t5/technology-q-a/error-in-listpicker-property-ispickerdismissedonselection/qaq-p/12719189 Error in ListPicker property IsPickerDismissedOnSelection 2023-03-28T00:35:09+02:00 sapwolf https://community.sap.com/t5/user/viewprofilepage/user-id/784289 <P>Hi Experts.</P> <P>We have an application MDK, in its main page (Tabs type) it has a navigation from the action bar element to another page with some ListPicker, the problem is that now the IsDismissedOnSelection property does not work when selecting an option in the listpicker (does not go back).</P> <P>I appreciate your support.</P> 2023-03-28T00:35:09+02:00 https://community.sap.com/t5/technology-q-a/is-offline-mobile-apps-achievable-with-sap-build-apps/qaq-p/12660968 Is offline mobile apps achievable with SAP Build Apps? 2023-04-02T23:10:35+02:00 Ger https://community.sap.com/t5/user/viewprofilepage/user-id/120817 <P>Is it possible to create offline mobile apps with SAP Build Apps at present or planned for?</P> <P>Our team is responsible for creating demo solutions for customers and events so offline possibilities would be an advantage both for us to create and for us to show citizen development as a demo if required.<BR /><BR />I did come across this very informative posting by <SPAN class="mention-scrubbed">dengi7</SPAN> in November 2022. I guess just as SAP Build was being released but it seems to be progressing at pace so was wondering if anything has changed, is planned for the future or already available.</P> <P><A href="https://blogs.sap.com/2022/11/20/first-look-into-sap-build-sap-build-apps-qa/" target="_blank" rel="noopener noreferrer">First look into SAP Build &amp; SAP Build Apps – QA</A></P> <H4 id="toc-hId-362209098"><EM><STRONG>How can we compare SAP Build Apps with SAP Mobile Services Mobile Development Kit?</STRONG></EM></H4> <P>MDK is a pro-code offering, while SAP Build Apps is a no-code citizen dev tool. Both can be used to develop mobile Android and iOS applications. MDK supports offline scenarios.</P> <H4 id="toc-hId-165695593"><STRONG><EM>Can I use offline for my OData in SAP Build Apps?</EM></STRONG></H4> <P>As of now offline is not supported with SAP Build Apps.</P> <P>Thanks for any assistance with this.</P> <P>Ger</P> 2023-04-02T23:10:35+02:00 https://community.sap.com/t5/technology-q-a/location-from-background-mdk-extension-help/qaq-p/12702159 Location from background mdk extension #Help 2023-04-28T15:32:41+02:00 ayhamz https://community.sap.com/t5/user/viewprofilepage/user-id/842605 <P>Hello MDK Experts, <BR />I'm trying to make an extension who runs in the background and fetch for the location of the device always , <BR />i was able to get the device location using "CLLocationManager" because i want it for IOS , <BR />but i couldn't make the extension run in the background , is it even possible in MDK to make such a thing ? and if it is , how can i achieve it ?</P> <P> <BR />Thank you in advance .</P> 2023-04-28T15:32:41+02:00 https://community.sap.com/t5/technology-q-a/mdk-plug-in-sdk-not-found-in-sap-download-center/qaq-p/12646973 MDK Plug-In SDK not found in SAP Download Center 2023-05-10T13:22:39+02:00 julvic https://community.sap.com/t5/user/viewprofilepage/user-id/784904 <P>Hello Experts, </P> <P>i want to configure SAP MDK. I need to get MDK Plug-In SDK (MDKPLGNSDK). But i can't find the Zip.Files through the recommneded path from SAP in SAP Download Center. There is not SAP Asset Manager Folder neither the Zip.files for the Plug-In. Do you have any suggestions?<BR /><BR />"Software Downloads By Category -&gt; SAP Mobile Solutions -&gt; SAP Asset Manager"</P> <P><STRONG><A href="https://help.sap.com/docs/SAP_ASSET_MANAGER/d2e76ee96b6141c9bfc3afae96b7aa71/50d2c45ad08b4231b1c3fcc0c096f95f.html" target="test_blank" rel="noopener noreferrer">https://help.sap.com/docs/SAP_ASSET_MANAGER/d2e76ee96b6141c9bfc3afae96b7aa71/50d2c45ad08b4231b1c3fcc0c096f95f.html</A></STRONG></P> <P><STRONG><BR /></STRONG></P> <P><STRONG><BR /></STRONG></P> <P><STRONG>Best Regards</STRONG></P> <P><STRONG>Victor</STRONG></P> 2023-05-10T13:22:39+02:00 https://community.sap.com/t5/technology-q-a/failed-to-initialize-application-data-service/qaq-p/12684025 Failed to initialize application data service. 2023-05-16T11:53:17+02:00 former_member843005 https://community.sap.com/t5/user/viewprofilepage/user-id/843005 <P>Greeting experts, I am developing MDK application using custom oData servies e.g. S4HANA services, I am getting following error while deploying the app in Cloud Foundry and in local web app: <STRONG>Failed to initialize application data service - Error: Unknown schema: com.sap.vocabularies.CodeList.v1,com.sap.vocabularies.CodeList.v1.</STRONG></P> <P>NOTE: I am using SAP BAS and Cloud Foundry Environment<A href="https://answers.sap.com/storage/temp/2169921-microsoftteams-image-1.png" data-attachment="2169921" rel="noopener noreferrer">microsoftteams-image-1.png</A>.</P> 2023-05-16T11:53:17+02:00 https://community.sap.com/t5/technology-q-a/sap-mobile-start-and-sap-analytics-cloud-sac/qaq-p/12718162 SAP Mobile Start and SAP Analytics Cloud (SAC) 2023-05-25T12:52:02+02:00 siegfried_keusch2 https://community.sap.com/t5/user/viewprofilepage/user-id/463382 <P>Hi,<BR />Is there a possibility to include SAC stories / alerts etc. in the SAP Mobile Start app on an iPhone?<BR />Any whitepapers or how-tos existing?<BR />br,<BR />Siegfried</P> 2023-05-25T12:52:02+02:00 https://community.sap.com/t5/technology-q-a/sap-business-one-on-mobile-can-t-install-on-some-andriod-mobile/qaq-p/12791669 SAP Business one on mobile can't install on some Andriod Mobile 2023-06-11T11:34:10+02:00 sarawut_c https://community.sap.com/t5/user/viewprofilepage/user-id/834754 <P>Hi all</P> <P>User can not install SAP Business one on mobile. Error message was "This app isn't available for your device because it was made for an older version of andriod"</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2172754-7210.jpg" /></P> <P>how i can fix this issue? </P> <P>Thank you</P> <P>Sarawut</P> 2023-06-11T11:34:10+02:00 https://community.sap.com/t5/human-capital-management-q-a/scorm-upload-failure/qaq-p/12740722 SCORM upload failure 2023-07-07T18:04:16+02:00 RHUBB https://community.sap.com/t5/user/viewprofilepage/user-id/89160 <P>When using the content import tool, the item fails to upload. I receive the following error (see below). This seems localized to content created with Rise. I am not experiencing this issue with other content files/packages. I have read this article: <A rel="noreferrer noopener nofollow" href="https://articulate.com/support/article/troubleshooting-lms-issues" target="_blank">https://articulate.com/support/article/troubleshooting-lms-issues</A> and followed the steps, but am still receiving a failed message. Is anyone else experiencing this, and how did you resolve?</P> <PRE><CODE>f8a7c278-6d04-4b2a-b21f-6e798be388c4</CODE></PRE> 2023-07-07T18:04:16+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/b1-sales-mobile-can-t-print-layout/qaq-p/12787649 B1 Sales Mobile can't print layout 2023-07-19T02:22:38+02:00 peeraput_nithithanaanan https://community.sap.com/t5/user/viewprofilepage/user-id/322779 <P>Dear Expert,</P> <P><A href="https://answers.sap.com/storage/temp/2188522-s-107356162.jpg" data-attachment="2188522" rel="noopener noreferrer">s-107356162.jpg</A></P> <P>I use B1 Sales Mobile. I have some issue when print invoice layout from the mobile app., I get error message as " Processing Failed Log in to SAP HANA database failed; check that the company is enabled in the SAP HANA database"</P> <P>Please find attachment for sample screen shot</P> <P>Best Regards,</P> <P>Peeraput N.</P> 2023-07-19T02:22:38+02:00 https://community.sap.com/t5/technology-q-a/mobile-start-app-is-not-loading-my-inbox-details-screen-while-accessing/qaq-p/12800358 Mobile Start App is not loading My Inbox details screen while accessing Task Center Workitem 2023-09-02T07:00:00+02:00 alokpandey01 https://community.sap.com/t5/user/viewprofilepage/user-id/120326 <P>Hello Team,</P> <P>I have done configuration of BTP Task Center app with My Inbox application. Because of that, when I am selecting any workitem from TaskCenter, it loads details screen of My Inbox application. Basically it embedded My Inbox details links along with Task Center workitems, so that whenver we are selecting any workitem, it display My Inbox details screen. </P> <P>However when we are accessing Task Center workitem through Mobile start app, its not loading My Inbox details screen. But same is working on SAP Build work Zone with Task Center Tile. Any idea??</P> 2023-09-02T07:00:00+02:00 https://community.sap.com/t5/technology-q-a/sap-mobile-sale-app-connection-failed/qaq-p/12767163 SAP Mobile Sale App Connection Failed 2023-11-22T10:06:46+01:00 SokcheangLean https://community.sap.com/t5/user/viewprofilepage/user-id/864536 <P>Why I can log in only one user session to the SAP B1 mobile?<BR />I have setup steps by steps for Sales and Service app by <A href="https://answers.sap.com/questions/566365/mobile-sales-app-error---connection-failed.html" rel="noopener noreferrer">Mobile Sales App: Error - Connection Failed | SAP Community</A> <BR />The b1 sale Apps have been connected to the server. But can not log in for all users, it only one user can log in to the system (database) if other users try to log in, the old user session has been disconnected from the system.</P> <P>I use SAP B1 V10.0 for HANA FP 2208</P> <P><BR />*Connection Failed: You have logged on from another location.</P> 2023-11-22T10:06:46+01:00 https://community.sap.com/t5/technology-q-a/enabling-and-configuring-mdk-offline-paging/qaq-p/12769857 Enabling and configuring MDK Offline Paging 2023-12-11T20:25:29+01:00 cabraldaniel https://community.sap.com/t5/user/viewprofilepage/user-id/143286 <P>Hi!<BR /><BR />We've developed an MDK solution and need to activate paging for the offline sync due to the amount of data we're dealing with. Where we can activate it and configure the page size? I'm been searching here <A href="https://help.sap.com/doc/f53c64b93e5140918d676b927a3cd65b/Cloud/en-US/docs-en/guides/features/offline/admin/config.html" rel="noopener noreferrer">Defining Offline Settings for Applications - SAP Mobile Services Documentation</A> and similar configurations, without success.<BR /><BR />Can anyone give us a tip? <span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:">😄</span><BR /><BR />Thanks in advance!<BR /></P> 2023-12-11T20:25:29+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/sap-service-and-asset-manager-2310-online-service-maintain-issue/qaq-p/12782649 SAP Service and Asset Manager 2310 Online Service maintain issue 2023-12-15T13:20:49+01:00 aelsiar https://community.sap.com/t5/user/viewprofilepage/user-id/301913 <P>Hello Experts,</P> <P>We are in the process of enabling SAP Service and Asset Manager 2310 in our SAP ECC system. As part of the SSAM 2310 enablement, we activated the BC set (/MERP/SAP_SRV_ASSET_MGR_2310_REF) and encountered an issue when attempting to maintain the service for Online Lookup (/MERP/SAP_ONLINE_LOOKUP_EXT_2310) in the SAP ECC.</P> <P>We can maintain other SSAM 2310 services without any issues. We are facing the issue only with the online service. Can you please let me know if I am missing anything?</P> <P>Please find the attached screenshots for your reference.</P> <P><A href="https://answers.sap.com/storage/temp/2231842-ssam-2310-maintainservice-errorlog.jpg" data-attachment="2231842" rel="noopener noreferrer">ssam-2310-maintainservice-errorlog.jpg</A></P> <P><A href="https://answers.sap.com/storage/temp/2231843-ssam-2310-maintainservice-onlineservice-failed.jpg" data-attachment="2231843" rel="noopener noreferrer">ssam-2310-maintainservice-onlineservice-failed.jpg</A></P> <P><A href="https://answers.sap.com/storage/temp/2231844-ssam-2310-maintainservice-success.jpg" data-attachment="2231844" rel="noopener noreferrer">ssam-2310-maintainservice-success.jpg</A></P> 2023-12-15T13:20:49+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/ssl-certificate-for-b1if/qaq-p/12799159 SSL Certificate for B1if . 2023-12-18T13:44:59+01:00 SokcheangLean https://community.sap.com/t5/user/viewprofilepage/user-id/864536 <P>Hello </P> <P>Please kindly help guide me with the SSL certificate for B1if. Below is some information detail :</P> <P>I have installed SAP Business One for HANA V.10. FP 2208.I need to set up SAP Business One Mobile App(B1 Sales, B1 Services, and Business One App). I have purchased a signed certificate from a trusted third-party certification authority (CA) vendor. I have deployed a CA to SLD, Services Layer, Web Clients, Mobile Services, and Web Browser Access by its components wizard and it is working well (B1 Sales App and B1 Services App) on mobile phones, but for Business One App is working with B1if. so I would like to ask you some questions : </P> <P><BR />1. Can my CA, be used for B1if (Web Browser Access and B1if were installed in a server)?<BR />2. Is there any steps before deploying CA ssl to B1if and what is the way to deploy it?</P> 2023-12-18T13:44:59+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/permission-denied-on-sap-mobile-app-ios-version-1-11-23/qaq-p/12816165 Permission Denied on SAP Mobile App(iOS) Version: 1.11.23 2023-12-25T13:03:23+01:00 SokcheangLean https://community.sap.com/t5/user/viewprofilepage/user-id/864536 <P>Hello SAP Community.<BR />I have followed and set up secured connectivity from the SAP Business One mobile app to B1if by <A href="https://help.sap.com/doc/16e0a7310eae4dc4808607a1fa38a6a3/9.0/en-US/Setup_Secured_Connectivity_to_SAP_Business_One_Mobile_App.pdf" rel="noopener noreferrer">Setup_Secured_Connectivity_to_SAP_Business_One_Mobile_App.pdf</A>. </P> <P>I installed B1if (Version 2.0.27) and deployed CA (vendor) to B1if.On test connectivity from Android to B1if is ok, but I have an issue with the iOS (Version 1.11.23): Permission Denied.<BR />Please see my capture.<A href="https://answers.sap.com/storage/temp/2233165-setup-id-on-sap-b1.png" data-attachment="2233165" rel="noopener noreferrer">setup-id-on-sap-b1.png</A><A href="https://answers.sap.com/storage/temp/2233166-mobile-setup-on-ios.jpg" data-attachment="2233166" rel="noopener noreferrer">mobile-setup-on-ios.jpg</A><A href="https://answers.sap.com/storage/temp/2233167-permission-denied.jpg" data-attachment="2233167" rel="noopener noreferrer">permission-denied.jpg<BR /><BR /></A>Thank You</P> <P>Sokcheang</P> 2023-12-25T13:03:23+01:00 https://community.sap.com/t5/technology-q-a/deploy-failed-detail-cannot-read-properties-of-undefined-reading-flowing/qaq-p/13689827 Deploy failed. Detail: Cannot read properties of undefined (reading 'flowing') 2024-05-02T17:49:49.621000+02:00 devangelgb https://community.sap.com/t5/user/viewprofilepage/user-id/158831 <P>Hello everybody,</P><P>I have a issue when I try to deploy on<SPAN>&nbsp;</SPAN><STRONG>Mobile Services.<SPAN>&nbsp;</SPAN></STRONG>Could someone help me with this error?</P><P><STRONG><EM>ERROR</EM></STRONG>: <SPAN>Deploy failed. Detail: Cannot read properties of undefined (reading 'flowing')</SPAN></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devangelgb_1-1714664805745.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/105111i99E49F0525BE2C85/image-size/medium?v=v2&amp;px=400" role="button" title="devangelgb_1-1714664805745.png" alt="devangelgb_1-1714664805745.png" /></span></P><P>I do not have any error on validation&nbsp;application.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devangelgb_2-1714664833124.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/105113iE66FB28A7CFDEAD2/image-size/medium?v=v2&amp;px=400" role="button" title="devangelgb_2-1714664833124.png" alt="devangelgb_2-1714664833124.png" /></span></P><P>&nbsp;</P><P>Best regards,</P><P>Angel Gutierrez</P> 2024-05-02T17:49:49.621000+02:00