Hi experts,i'm currently using the v24.8.0 of SAP BTP SDK for Android with with offline odataBut I can't figure it out how to batch my CUD operations. In the last versions of the SDK, I was using the class OfflineODataRequestOptions and his Transac...
Hi experts,
I'm currently using SAP BTP SDK for iOS v9.2.0. My question is, is it possible to build a welcome screen "from scratch". My client need a welcome screen very different from the SDK.
When I'm using the SAP BTP SDK for Android, I could ...
Hi experts,
I'm using SAP BTP SDK Assistant for iOS v9.2.0 and I can't find how to generate an OnlineOdata app. By default, it's OfflineOdata.
Is it possible to generate an Online odata application from the assistant ?
If not, do some OnlineOd...
Hi experts,
i'm currently using SAP Android SDK 7.0 to develop an application mobile.
The authentification is delegate to an IDP (SAP cloud identity services) and we are using the field LOGIN NAME during the authentification.
But after the onbo...
Hi experts,
I'm working on Android with the SAP Android SDK 7.0.0
I'm trying to create a deep entity request from a JSON using the documentation (JSON Serialisation) with Online odata.
here my code :
val query = FromJSON.entity(newEntity)....
Fred, Thanks for your answer but the information is not present in the UserService.We use SAP mobile service with SAML authentication througt the SDK.My need is to get the username that the user uses to connect to the app. Like we use SAML, i don't h...
Hi Evan and thanks a lot for your quick answer.Your solution works :
headerEntity.unsetDataValue(Header.serviceOrder)headerEntity.isNew = trueheaderEntity.partners = headerEntity.partners.map { it.isNew = true it}.toMutableList()
Thanks again