carljschmidt
Participant
Member since ‎08-30-2021

User Statistics

  • 37 Posts
  • 0 Solutions
  • 29 Kudos given
  • 3 Kudos received

User Activity

Hi experts,I would like to read the most recent entry from an internal table itab based on a condition.Let's assume the table looks like this and is sorted by the field Timestamp:FlagTimestamp (DD-MM-YYYY HH:MM:SS)A01-03-2024 12:00:00C01-03-2024 11:0...
Hi experts,I am trying to query a nested table in ABAP. Something along the lines of:  SELECT action FROM lt_data WHERE lt_data-action = 'SU01' AND lt_data-timestamp-hour = '15' INTO lt_action_at_15.  Where lt_data might look like this:actiontime...
Hi there, I am in a situation, where I want to filter a table in SAC via its onSelect() event with the following code: // The variable `selection` may have two dimensional columns `KeyColumn` and `ValueColumn`.<br>var selection = Table_1.getSele...
Dear Experts, I created a simple SAC story with two pages using the Optimized Design Experience. The first page provides an overview of the data in the form of a table and the second page provides more details on an individual item from the first p...
Hi there, working with transport request and tasks, I realized, that I could assign an object (e.g. a function module Z_CUSTOM_FM) to either the parent request (e.g. DEVK000001) or the task (e.g. DEVK000002) included in the parent request.What is t...