Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawelwiejkut/bw_adso_bof
๐ฅ๐Create direct update ADSO from the content .csv file
https://github.com/pawelwiejkut/bw_adso_bof
abap adso bw file
Last synced: 21 days ago
JSON representation
๐ฅ๐Create direct update ADSO from the content .csv file
- Host: GitHub
- URL: https://github.com/pawelwiejkut/bw_adso_bof
- Owner: pawelwiejkut
- License: mit
- Created: 2021-12-28T17:48:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T15:45:49.000Z (over 2 years ago)
- Last Synced: 2024-11-02T09:04:40.469Z (2 months ago)
- Topics: abap, adso, bw, file
- Language: ABAP
- Homepage:
- Size: 50.8 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create direct update ADSO from the content file
Create direct update ADSO from the content .csv file## Purpose:
You can create direct update ADSO (field's only) based on the content in the .csv file. This works wery similar to creation of Data Source (RSDS) base on the file content.
1. Get your .csv dataset
2. Fill required fields
3. Select key / correct field name, type and length if necessary
4. ADSO is created and ready for data load## Use case
Can be helpful if you are using data integration software like Talend, and you want to load the csv data directly into ADSO. It saves time required to object creation.## How to install
You have 2 ways:
1. Recomended: Clone this repository using [ABAP Git](https://github.com/larshp/abapGit),
2. Copy full program from [last_build folder](https://raw.githubusercontent.com/pawelwiejkut/bw_adso_bof/main/last_build/zbw_adso_bof.abap) and text elements from [here](https://raw.githubusercontent.com/pawelwiejkut/bw_adso_bof/main/last_build/text_elements.txt)