bharatbajaj
Active Participant
Member since ‎2013 Aug 29

User Statistics

  • 87 Posts
  • 1 Solutions
  • 53 Kudos given
  • 114 Kudos received

User Activity

Dear community members,I need to create a CDS view entity with a calculated filed as CURR / QUAN to get the per unit amount.For Example: CDS VIEW ENTITY on BSEG which should have ( DMBTR(type CURR) / MENGE(type QUAN) ) AS UNIT_PRICESounds like a very...
I want to consume an OData service from my SAP BTP ABAP environment in my SAP Build Apps to read a dataset. The business application studio has in-built connection to SAP BTP ABAP environment, but for SAP Build apps, a dedicated destination needs t...
Hi SAP Experts, We are using the method GET_SRV_DATA of interface IF_SERVICES_MM in order to get the services data in the method PROCESS_HEADER or CHECK of BADI ME_PROCESS_REQ_CUST. This works correctly when the PR is being created or modified from...
Hello SAP experts, I am using Eclipse 2020-06 with all the SAP plugins installed(ADT, HANA tools, BW etc.) I have also installed java JDK 11, as per the prerequisites mentioned in https://tools.hana.ondemand.com/#hanatools Despite all this, I'm...
Hi SAP Experts, I am calling an external OData Service in my SAP ECC System (Netweaver version 7.0) using CL_HTTP_CLIENT. When I call the service, I get the Date in JSON format, which the Unix/Epoch Format : “\/Date(1567981296000)\/” As per the...