Hi,
In a REST-to-REST scenario in SAP PI (REST sender to REST receiver),
Is it possible to preserve the http code of the external service (preferably w/o a mapping)?
e.g.
When the external service returns http code 406 (caught by the receiver...
In the community blogs, pressing on the Follow button doesn't work anymore.
Error "Uncaught (in promise) SyntaxError: Unexpected token 'u', "user nonce"... is not valid JSON" is returned.
Hi,I'm using sap.ui.export.Spreadsheet to export date from table to Excel (not using Smart table).
The table includes also date, time columns.
When data is exported, date/time values are being saved in UTC.
Is there any way to configure export ...
Hi,
I'm using sap.m.Table (with binding to JSON model) with growing enabled.
I would like to add a new button "Load All" which will load all the data (once), despite the standard growing behavior.
Is there any way to load all data at once when ...
Hi,I am using the ALP (Analytical List Page) and I wonder:Is there any way to define the KPIs dynamically (annotation-based or in code) instead of statically in the app descriptor (manifest) file?
For the conversion of a CSV line into ABAP structure, you should better make use of FM RSDS_CONVERT_CSV. It support also handling of values which include the separator character ("," in your case) by utilizing an escape character, like described in t...