Hello experts,
Happy new year.
Our Dev on prem system has two cleints ( 021 - configuration, 041-test ). With OData V2 I can deault the client in SICF. So when the end-point is called it hits the test client. However, I don't know how to do that ...
Hello experts,
I am trying to use First WSDL (Type Document/Literal ) in exernal defintion as the WSDL is referring to Second WSDL which in turn references the XSD. I have imporeted all the three files. The external refences ( Source and Name ) loo...
Hello experts,
Greetings.
We have extented the FIORI standard inbox and the config is in place as per the note
https://launchpad.support.sap.com/#/notes/2421088.
The custom inbox was working fine with the custom attributes. However, after ou...
Hi Experts
We need to call several API's hosted on the same base domain. We think, we can dynamamically construct the URL endpoint. However, the response structures are different for each API. The Response format section on the REST Adapter takes o...
Dear friends,
We are POSTing a .CSV file from the front end to upload some data for which I am using an entity type with Media and reading the file content in "/IWBEP/IF_MGW_APPL_SRV_RUNTIME~CREATE_STREAM" and this works like a charm.
However,...
Thank you very much for exaplaining @Jocelyn_Dart .As the custom fields need a workbench request, am I right in assumining that, for the custom fields/workbench req we either need to have a Fiori enviromant connected to our customising client with wo...
@Jocelyn_Dart - Morning Jocelyn. I know this is an old thread. But hoping to get an answer.We have 2 clients in our development system. Client 1 for development and Client 2 has business data for testing etc. Client 2 is not modifiable ( can't creat...
Hi,We are on S/4HANA FOUNDATION 2022 02 (05/2023). I can see the failed as a changing parameter in the SAVE method in CL_ABAP_BEHAVIOR_SAVER. However, when I try to use it in the impl. class, I get an error saying "failed is unknown. Any ideas why th...
You are only updating one record at a time in the DB. You can either 1. collect them in an internal table and use MODIFY <db_table> FROM TABLE <itab> or 2. Have a local variable to count the individual updates and use that as a counter.