ABAP Toolbox.

ABAP Toolbox – Generate ADSO from csv + Extraction

Introduction  Loading flat files can be a bit time consuming with the “normal” approach by creating an Infopackage and prepare the settings with field list. Also, in times of LSA++ and BW4/HANA the PSA are outdated. Therefore, we have created a solution for directly creating a field based ADSO based on a flat file and load the data within one program without too much preparation.   Program Set delimiter and escape character according your file you want to upload.  Set InfoArea and …