abapdotabapdeveloper-tools
来源资料待手动核验
源仓库暂未提供可读取的项目简介;请查看下方 README 了解项目目标与使用方式。

Welcome to the B-Tocs ABAP SDK. With this ABAP extension your SAP ABAP Server can connect to other cool stuff.
This ABAP package is a free to use at your own risk. You can install it via abapGit.
See the Youtube Channel for videos regarding this ABAP addon and the available Plugins.
mindmap
root((ABAP SDK))
Utils
Logger
User Context
JSON Support
Conversions
Config Manager
Text Util
Remote Web Services
WebService Client
WebService Connector
Security
Secrets
Authentification Methods
JWT Tokens
flowchart LR
subgraph sap["SAP ABAP System"]
sap_bf["SAP Business Functions"]
subgraph sdk["B-Tocs SDK"]
plugin1
plugin2
plugin3
plugin4
plugin5
sdkcore
sdkcore-->plugin1
sdkcore-->plugin2
sdkcore-->plugin3
sdkcore-->plugin4
sdkcore-->plugin5
end
sap_bf-->sdkcore
end
subgraph cloud-native-world["Cloud Native World"]
subgraph onpremise["Data Center On-Prem"]
coolstuff1
end
subgraph datacenter["Data Center"]
coolstuff2
end
subgraph hyperscaler["HyperScaler"]
coolstuff3
end
subgraph sapbtp["SAP BTP"]
coolstuff4
end
subgraph saas["SaaS"]
coolstuff5
end
end
plugin1 --> coolstuff1
plugin2 --> coolstuff2
plugin3 --> coolstuff3
plugin4 --> coolstuff4
plugin5 --> coolstuff5
| Plugin | Solution | Category | Repository |
|---|---|---|---|
| DEEPL | DeepL | Translation | https://github.com/b-tocs/abap_btocs_deepl |
| LIBTRL | LibreTranslate | Translation | https://github.com/b-tocs/abap_btocs_libtrl |
| OLLAMA | Ollama | LLM, Chatbot, GPT | https://github.com/b-tocs/abap_btocs_ollama |
Planned:
| SAP object | Description |
|---|---|
| PROG ZBTOCS_GUI_DEMO_RWS_CALL | B-Tocs Demo - Call Remote Web Service |