Hi Guy,I implemented a UPDATE process to update my ENTITIES in RAP Webservice. But I have this message when I execute the PUT method: The specified HTTP method is not allowed for the resource identified by the Data Service Request URI On the other ha...
Hello Guys,I am working on a RAP Service type: "Unmanaged Implementation"And I would like to modify the ENTITIES values in the respond. Below my POSTMAN request, when I execute it (POST), I want to fill the parameter: "RESERVATION" in the RESPOND.Her...
Hello Guys,A basic question, I created a Table in my page, and I want to HIDE a ROW by default in JAVASCRIPT cause I will add afterwards conditions. The problem is: my row is never HIDDEN but only INVISIBLE. Consequently, the others rows below never ...
Hi Guys,
please, find below an example of an ABAP code to create an iBase.
REPORT ztest_ibase.DATA: lo_engine TYPE REF TO cl_ibase_engine, lv_moment TYPE ibxx_ref-moment, ls_ibib TYPE ibib1, ls_ibibt TYPE ibibt1, lt...
Hello Guys,
sorry for the noob question, I forgot the correct syntax for this and didn't find anything in SCN.
- ERROR: Specified length can contain only numeric literals or constants
Any suggestion?
Best regards,
RR.
Hi,I just told you that it is not possible to update the response in the JSON when updating data in SAP.SAP does not allow modifying the return data during a POST request.So, if you choose to update the data via the POST method, you will need to send...
Hi Nicmon,Hope you are doing well too.In fact, it is not possible to execute 2 actions simultaneously in a web service. This is part of the general architecture of web services.You cannot update data (POST) and retrieve data (GET) in a single action....