We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
To setting URL Query parameters using CL_HTTP_CLIENT with GET Methodafter call cl_http_client=>create_by_url and get a object client cl_http_client=>create_by_url(
EXPORTING
url = lc_trans_url
IMPORTING
client = lo_htt...
Hi People,
Error: Referencing requests in a change set not supported
This error was present in client with this lanscape: SCP Fiori Portal, Sap Cloud Conector , Netweaver Gateway 2.0 as oData Service Provider.
It happens that SAP updates the ...
Hi People!
Experts!
Using FM ADS_CREATE_PDF_SPOOLJOB is possible Deletes the spool request after the output has been implemented?.
parameter "AUTO_DELETE = 'X' " work for this?
Thank in advance!!!
Hola a todos!
Recientemente tuve un problema al tratar de activar el SAP EASY MENU en Fiori.
Bueno, para iniciar seguimos los pasos presentados en la guía:
2441101 - How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step
https://h...
Hi people,
I have a client where exist many groups and catalogs fiori, "Z", and it is changing from SAP gateway to another SAP gateway 2.0 . Exist any sap tool to copy tiles, groups and catalogs or any way to migrate this content?
thank in ad...
Hi Manuel,
I had the same issue some time ago.
Check your code in the file sap-mobile-hybrid.js. When you define the serviceRoot property, make sure its length is less than 63 characters.
"serviceRoot": (fiori_client_appConfig.appID + "_" + mobile_...
It Work for me, thank you!In my case "CodOper" is type Guid, then initial value valid for this type is "00000000000000000000000000000000"Then solution was:key case
when CodOper is null then '00000000000000000000000000000000'
when CodOper = ''...
Hello, This works for me, thank for idea gaurav.shami ...read this: https://bugs.chromium.org/p/chromium/issues/detail?id=370363#c7onAfterRendering: function () {
$(".sapMInputBaseInner").attr("autocomplete", 'new-password');/* Idea from Gaurav Sham...
Hi Sapui5 People, I had this same problem and the solution was simple... on Frontend server had this: "Die Data-Services-Anforderung wurde wegen einer deformierten Syntax nicht verstanden."In zzz.controller.js filemy variable "sPath" had 1 backslash ...