dschiener
Explorer
Member since ‎02-21-2023

User Statistics

  • 24 Posts
  • 0 Solutions
  • 6 Kudos given
  • 2 Kudos received

User Activity

Hi there,I am searching for a possibility to access all selected personnel numbers when using logical database in ABAP HCM/HR.Example:NODES: peras. TABLES: pernr. START-OF-SELECTION. GET peras.In the GET peras event an implicit loop is performed ov...
Hi there,currently I am on an example for a CDS table function to determine the number of records of a specific attribute.Note: This is just an example for me to unterstand the functionality of such a CDS table function.Please do not suggest differen...
Hi there,I would like to know if there is a possibility to determine all classes of a class pool using RTTI in ABAP.It should be possible to determine all containing class in both directions:Starting from global class -> local class(es) -> local test...
Hi there, I want to get the number of work days (days without weekend and holidays) based on both, a factory calendar and a year (or date period). So regarding transaction scal I would simply like to get as result 248 for year 2023:(Or 117 when a...
Hi there, given the following database table structure including data. |contract_id|personnel_number|metadata| |ABC123 |1122 | ... ||ABC124 |1122 | ... ||ABC125 |1122 | ... ||ABC126 |2233 ...
Kudos from