Introduction
We are view ODATA API that are published in SAP API Hub. These APIs can be consumed through various tools available in the market. POSTMAN is one such tool that we might be using to query the ODATA API for retrieving the data.
There are...
Service Confirmation Grouping Behavior in Manage Service Order Application
Manage Service Order is a harmonized application wherein the Service Order can be created and as a follow-up Service Confirmation can be created for a particular Service Order...
Hello Colleagues,
I have 2 tiles which needs to be connected to 2 different systems. For e.g. Clicking on one tile, should connect to DEV system and retrieve the information using the ODATA service. Similarly, clicking on other tile should conne...
Introduction
The data quality can be measured through metrics which in turn helps to identify the issue and helps the performance engineer to create the data or modify the data to adhere to the quality. Data quality depends on type of application, ty...
Hello Ezra,You can use API_SERVICE_ORDER_TEMPLATE_SRV ODATA API. This API supports $batch call. In the batch call, you can query for PATCH operation with field "SrvcOrdTmplIsReleased": "X".API Link: https://api.sap.com/api/OP_API_SERVICE_ORDER_TEMPLA...
Hello Venky,Try using ODataModel.setUseBatch(false); If you want to have 2 different requests then try disabling the request as above and see whether it serves your purpose.
Hello Crew Reynolds,The issue is fixed with SAP GUI 7.40 patch 2 onwards.The issue is fixed with note number 2074926. This note has fix for both Unicode and Non Unicode version of function control.Thanks and Regards,Dinesh
Hi,I didn't get what you meant by "didn't see the transaction in SAP".However, please add the following lines:Set oBAPICtrl = CreateObject("SAP.Functions")oBAPICtrl.LogFileName="C:\FunctionLog.log"oBAPICtrl.LogLevel=10This will generate the trace fil...