ABAPMarty
Participant
Member since ‎2014 Apr 09

User Statistics

  • 94 Posts
  • 3 Solutions
  • 69 Kudos given
  • 42 Kudos received

User Activity

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 ...