Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)