I am doing some work to connect to an API using an ABAP HTTP Client. How do I get the data structure to populate and send?Note: I am working on an ECC system so I might not have access to all solutions proposed.At this point I have reverse engineered...
Solution – with “No Counter”Part 1 is here: https://community.sap.com/t5/technology-blogs-by-members/abap-cds-views-is-it-possible-to-select-single/ba-p/13762857 This solution is a little more subtle. Can you fetch the first record, or can you only f...
Can you achieve "select single" in a CDS view join? (Part 1)There is no “select single” command in the SQL used within ABAP CDS Views. And even though the developer can use a select single OpenSQL command in an ABAP program, this is often not where t...
This is for an older version of ABAP - SAP_BASIS 740 support pack 0010I am having a problem with a value being displayed as an exponent when I want a "normal" number. The value is part of a case statement and regarded as a case statement by the datab...
I have created an SAP Fiori Elements app. At first the list report would not even let me resize the columns (and they were very badly spaced out) but eventually I discovered that it would let me resize columns if I change the table to "Grid Table".I ...
@Ryan-Crosby, not sure how I feel about you saying words like "simple" and "sufficient" when it was neither. It's not a great process. In fact I regard it as broken.
Thanks @rajnag that is what I did. I just assumed there would be an easier way as this is a silly admin load to put onto the developer. Doesn't feel like it respects the developer's time.
Thanks. That last piece of code really helped. I was looking for an easy way to display some JSON for testing purposes and your sample eliminated a lot of admin code I would have had to write to get it into a usable format.
V_T52D1 is a maintenance view, not a database table. Whenever you are doing dynamic code try and run the code that is generated in the program inserted into a test program as-is (not dynamically) to see if it works. By this I mean get the dynamic cod...