{"id":15148631,"url":"https://github.com/devepos/abap-code-search-tools","last_synced_at":"2025-10-24T05:30:17.837Z","repository":{"id":39888706,"uuid":"346019142","full_name":"DevEpos/abap-code-search-tools","owner":"DevEpos","description":"ABAP Code Search","archived":false,"fork":false,"pushed_at":"2024-05-30T20:45:18.000Z","size":446,"stargazers_count":22,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-30T22:51:33.074Z","etag":null,"topics":["abap","adt","code-search","tools"],"latest_commit_sha":null,"homepage":"","language":"ABAP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevEpos.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-09T13:39:59.000Z","updated_at":"2024-06-17T14:46:29.000Z","dependencies_parsed_at":"2023-02-19T15:45:22.142Z","dependency_job_id":"a6bb3750-2469-4c3b-9f59-8fef53433fc7","html_url":"https://github.com/DevEpos/abap-code-search-tools","commit_stats":{"total_commits":173,"total_committers":5,"mean_commits":34.6,"dds":"0.16763005780346818","last_synced_commit":"58f90667ce7666bf8171634380ac263845fac49e"},"previous_names":["devepos/abap-code-search-tools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevEpos%2Fabap-code-search-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevEpos%2Fabap-code-search-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevEpos%2Fabap-code-search-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevEpos%2Fabap-code-search-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevEpos","download_url":"https://codeload.github.com/DevEpos/abap-code-search-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237915423,"owners_count":19386724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abap","adt","code-search","tools"],"created_at":"2024-09-26T13:21:21.165Z","updated_at":"2025-10-24T05:30:17.831Z","avatar_url":"https://github.com/DevEpos.png","language":"ABAP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/ABAP-v7.40+-green)\n[![abap package version](https://img.shields.io/endpoint?url=https://shield.abappm.com/github/DevEpos/abap-code-search-tools/-main/src/zif_adcoset_version.intf.abap/version\u0026label=version)](https://github.com/DevEpos/abap-code-search-tools/blob/main/src/zif_adcoset_version.intf.abap)\n\n# abap-code-search\n\nABAP Advanced Code Search Tools\n\n## Description\n\nSearches Code in ABAP sources like\n\n- [X] Classes (CLAS)\n- [X] Interfaces (INTF)\n- [X] Programs (PROG)\n- [X] Type Groups (TYPE)\n- [X] Function Groups (FUGR)\n- [X] Data Definitions (DDLS)\n- [X] Metadata Extensions (DDLX)\n- [X] Access Controls (DCLS)\n- [X] Behavior Definitions (BDEV)\n- [X] Simple Transformations (XSLT)\n- [X] Structures (STRU)      --\u003e ABAP 7.50\n- [X] Database Tables (DTAB) --\u003e ABAP 7.52\n\nThe search is done entirely via ABAP (as opposed to the ADT Source Search). There is an option to run the search in parallel for better performance\n\n### Search features\n\nSearch can be done via normal String search or with Regular Expressions. If supported by the system it is also possible to activate PCRE (Perl Compatible Regular Expressions)\n\n### UI\n\nYou can execute the search via report `ZADCOSET_SEARCH`, where most of the options are available as well, but the main focus of the UI will be ADT (see [ABAP Code Search](https://github.com/DevEpos/eclipse-adt-plugins/tree/main/features/code-search)).\n\n### Package overview\n\n- **/src**  \n  Root package which currently also holds the search API  \n  Important Objects in package:\n  \n  | Object Name               | Purpose                                   |\n  | ------------------------- | ----------------------------------------- |\n  | ZCL_ADCOSET_SEARCH_ENGINE | Access point to code search               |\n  | ZADCOSET_SEARCH           | ABAP Report for executing the code search |\n  \n- **/src/adt**  \n  Implementation of the ADT backend\n  \n- **/src/parl**  \n  Implementation of parallel processing - needed for the code search\n\n## Installation\n\nInstall this repository using [abapGit](https://github.com/abapGit/abapGit#abapgit).\n\n### Choosing the correct branch for your System\n\n| NW version   | Branch name                                                             |\n| ------------ | ----------------------------------------------------------------------- |\n| \u0026#8805; 7.51 | **main**                                                                |\n| 7.50         | [nw-740](https://github.com/DevEpos/abap-code-search-tools/tree/nw-740) |\n| 7.40         | [nw-740](https://github.com/DevEpos/abap-code-search-tools/tree/nw-740) |\n| \u003c 7.40       | *Not officially supported*                                              |\n\n## Supported Databases at branch `nw-740`\n\nA certain part of the implementation for the ABAP releases 7.40 and 7.50 uses `ADBC` (ABAP Database Connectivity).  \nOnly the following databases are supported at the moment:\n\n- Oracle\n- SAP HANA\n- Microsoft SQL Server\n\n## Necessary Authorizations\n\nTo access the backend from ADT a user must have the following authorizations\n| Authorization Object | Authorization Field | Value              |\n| -------------------- | ------------------- | ------------------ |\n| S_ADT_RES            | URI                 | /devepos/adt/cst/* |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevepos%2Fabap-code-search-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevepos%2Fabap-code-search-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevepos%2Fabap-code-search-tools/lists"}