abapdotabapdeveloper-tools
来源资料待手动核验
Easy ABAP development
Easy ABAP Development
Also check out https://github.com/Kaszub09/abapEasyDevDesign for ABAP design examples!
via https://github.com/abapGit/abapGit
Most modules are independent. Some may depend on each other or on https://github.com/Kaszub09/abapEasyALV. Config tables use https://github.com/Kaszub09/ZABAP_TABLE_EDIT.
| Module | Description | Info |
|---|---|---|
| BDC | Wrapper for easy BDC table building and calling transaction | |
| Change document | Create change document entry directly from code, without SCD0 and cumbersome function modules. Force tracking changes for data elements not marked as such. | Examples |
| Datetime | Date and time functions for calculations and parsing/formatting from/to string. Stopwatch. | |
| Documentation | Display documentation window for various objects. | |
| Encoding | Encoding/decoding between different codepages; base64; | |
| File explorer | File manipulation on aplication server and on user machine via GUI. File dialogue for file/directory picking. | |
| ICF files | Easy upload/serving of files via ICF | Screens |
| iDOC | Report for easy navigation between iDOC stuff (jump from iDOC to partner, type, called funciton module etc.) | |
| Images | Easy upload/display of images | |
| Logger | Custom logging - without relying on standard SAP Application Log (BC-SRV-BAL) (BALLOG) | Examples Screens |
| MASS | Generic framework for mass change. Requires https://github.com/Kaszub09/abapDataToTableImport | Examples |
| Msg | Message generation from text and sap message structures | |
| Messages | Send emails / messages to user Business Workplace | |
| PDF display | ||
| Popups | Various popups - ask user for confirmation, to fill fields etc. | |
| Program runner | Run program in background and get result to list | |
| RTTS | RTTS services helpers for struct/table description generation | |
| SAP Query | Small program to combine transaction, query and infoset in one place | |
| Sapscript | Class for mass reading of sapscript texts from STXL; Programs/shortcuts for Sapscripts backup/transport/copy | |
| Screens | Reusable screens to use directly from code (with PBO/PAI event handler interface ) without creating them every time | Examples |
| Selection | Wrapper for free selections for easy use | Examples |
| Strings | String manipulation functions | |
| Tables comparision | Compare records from tables after/before change - detects which rows were deleted/inserted/modified/duplicated. Works with index tables | |
| Tables conversion | Convert between internal table and Excel file / CSV file / SALV table display | |
| Textbox | Display textbox | |
| Types | Various commonly used types | |
| XML | Nodes classes for generating XML directly from code | Examples |