Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jrodriguez-rc/abap-dev-utilities

ABAP Development Utilities
https://github.com/jrodriguez-rc/abap-dev-utilities

abap abap-development

Last synced: 8 days ago
JSON representation

ABAP Development Utilities

Awesome Lists containing this project

README

        

[![abap package version](https://img.shields.io/endpoint?url=https://shield.abap.space/version-shield-json/github/jrodriguez-rc/abap-dev-utilities/src/zcl_adu_apack.clas.abap/gc_version&label=version)](.apack-manifest.xml)
[![license](https://img.shields.io/github/license/jrodriguez-rc/abap-dev-utilities)](LICENSE)
![GitHub branch check runs](https://img.shields.io/github/check-runs/jrodriguez-rc/abap-dev-utilities/main)

# ABAP Development Utilities
This repository has a group of utilities that you can use in your development

| Group | Class | Interface | Description |
| ------ | ------ | ------ | ------ |
| General | ZCL_ADU_GENERAL | | General utilities|
| General | ZCL_ADU_TABLE_PACK | ZIF_ADU_TABLE_PACK | Internal table packet selection |
| ATC | ZCL_ADU_RUN_ATC | ZIF_ADU_RUN_ATC | Can run ATC checks and get results |
| Email | ZCL_ADU_EMAIL | ZIF_ADU_EMAIL | e-mail utilities |
| GOS | ZCL_ADU_GOS | ZIF_ADU_GOS | GOS Utility |
| Messages | ZCL_ADU_MESSAGES | ZIF_ADU_MESSAGES | Messages handler |
| Serialization | ZCL_ADU_OO_SERIALIZE | | Object serialization |
| Texts | ZCL_ADU_TEXTS | ZIF_ADU_TEXTS | Utilities for text processing |
| Switch | ZCL_ADU_SWITCH | ZIF_ADU_SWITCH | Check [Wiki](https://github.com/jrodriguez-rc/abap-dev-utilities/wiki/Switch) |
| Transport request | ZCL_ADU_TRANSPORT_REQUEST | ZIF_ADU_TRANSPORT_REQUEST | Transport request management |
| Transport request | ZCL_ADU_UTL_TRANSPORT_REQUEST | ZIF_ADU_UTL_TRANSPORT_REQUEST | Utilities for transport requests |
| Transport request | ZCL_ADU_CHECK_TRANSPORT | ZIF_ADU_CHECK_TRANSPORT | Execute different checks for a transport request. Based on Transport Check Report (See note [2475591](https://launchpad.support.sap.com/#/notes/2475591)) |
| Transport request | ZCL_ADU_CHECK_TRANSPORT_READER | ZIF_ADU_CHECK_TRANSPORT_READER | Read transport checks |