Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawelwiejkut/bw_toolbox
📊 🔨 📦 Collection of all tools for SAP BW useful for daily work
https://github.com/pawelwiejkut/bw_toolbox
abap analitycs bw hacktoberfest sap sapbw
Last synced: about 1 month ago
JSON representation
📊 🔨 📦 Collection of all tools for SAP BW useful for daily work
- Host: GitHub
- URL: https://github.com/pawelwiejkut/bw_toolbox
- Owner: pawelwiejkut
- License: mit
- Created: 2018-10-28T18:36:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:55:23.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T13:21:12.200Z (about 2 months ago)
- Topics: abap, analitycs, bw, hacktoberfest, sap, sapbw
- Language: ABAP
- Homepage:
- Size: 103 KB
- Stars: 32
- Watchers: 10
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# BW Toolbox 📊 🔨 📦
Welcome at github BW Toolbox page, fell free to contribute and create pull requests.
## What is inside ?
Inside you can found a special collection of reports, methods and interfaces containing all necessary tools for daily work in SAP BW.
-main report with aggregation of usefull standard reports:
![Screenshot](https://i.imgur.com/hkBg7FU.png)
Activate:
- activate transformation / RSDG_TRFN_ACTIVATE
- activate data source / RSDS_DATASOURCE_ACTIVATE_ALL
- activate DTP / RSBKDTPREPAIR
- activate composite provider RSDG_HCPR_ACTIVATE
- activate infocube / RSDG_CUBE_ACTIVATEMaitenance:
- change DTP request status / RSBM_GUI_CHANGE_USTATE
- re-import objects / RSDG_AFTER_IMPORT_FOR_CORR
- delete process chain variant / based on RSPC_VARIANT_DELETE
- start process chain / RSPC_API_CHAIN_START
- drop openhub tables / based on DB_DROP_TABLE
- repair infoobjects / RSDG_IOBJ_REORG
- process chain variant status change / based on RSPC_PROCESS_FINISH
- unlock user / based on BAPI_USER_UNLOCKClassic view:
- DTP / rsbk0001
- Transformation / rstran_gui_start
- Datasource / transaction RSDS
- Infoprovider / transaction RSOADSOinterfaces:
- start/end/expert routine interfacemethods for every day development:
- get end of month
- check request status
- check open file authorization
- check process chain statistics
- remove whitespace
- remove newline char## How to install
Clone this repository using [ABAP Git](https://github.com/larshp/abapGit)## How to contribute ?
Please check [this link](https://pawelwiejkut.net/how-to-contribute-abap-projects-on-github/) or contribution page.