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...
Genius... this did the trick for me.Although it's not elegent and easy to understand with human eyes, but certainly works quite well.this is how I used it for my requirement:replace( replace( concat( concat(concat( rpad( ltrim(afpo.matnr, '0'), 18 , ...
Thanks for the blog.I am trying the step : 2.2.3 Variant for activating objects listed in external table from your blog to activate DDIC objects from TACOB table.However, the selection field "External Table" is no longer available in my system S/4HAN...
Hi Bheemesh,Thanks for the suggestion. I tried this, but this gives amount in FLTP, with large number of decimals.I needed the amount in 2 decimals, so I used the abap.dec(23,2) in the cast expression, instead of abap.fltpthat worked well and you can...
So I have finally managed to solve this problem by using the CAST expressions on both the AMOUNT and QUANTITY fields. That ofcouse needs the refernece to the Currency Code as well.Here is the correct CAST expression I used to achieve the Amount per U...