E N D
This documentation and training is provided to you by beas group AG. The documents are neither approved nor in any way acknowledged or endorsed by SAP. For SAP Business One, only the documentation and training officially released by SAP shall be binding upon SAP. SAP shall not be responsible for any content of this documentation and training and this documentation and training shall not be binding upon SAP in any way. The official current SAP Business One documentation and training for SAP Business One is available at http://service.sap.com/sbocustomer/documentation and http://service.sap.com/sbocustomer/training.
Requirements for this Tutorial What you should successfully master • The basics of SAP • The basics of be.as, knowledge of data structure • Basics of SQL
Learning Targets After working through the lesson, you will be able to: • Import and convert databases • Adjust databases
Agenda Data import 1: General 2: Working with the import program 3: Step by step
Data importWhich program? DTW (by SAP) Standard-SAP-Tables + UDF + UDT Be.as – Import - Program Be.as- andowntables Be.as – Script, suitableforiterationsandcompleximporttasks
Data import The be.as import - program • Advantages: • Full integration in be.as • Many functions for import and conversion • Data source can be converted and processed after import,useful for multiple imports • Disadvantages: • No accuracy check of the imported data
Data importGeneral structure of the process Data source Data target Filter + Conversion Assignment
Data importData source Every ODBC- capabledatabase Anytextfile NO Excel-files! Current database Tablesfrom be.as and SAP
Data importData target Complexandhazardous Interface: Manuallydefined sourcefile Completeand simple Interfaces for Resource Operation Item Routing Bill of Materials Customers Addresses ContactPersons Prices Warehouse Attendance
Agenda Data import 1: General 2: Working with the import program 3: Step by step
Data importImport definition target source Additional source defition Assigment of source fields to target fields
Data import Field assignment ag_id 123-<ag_id> Select ‘123‘-‘<ag_id>‘ select case when x=y then ‘<Ag_id>‘ else ‘ <ag2_id>‘ end
Summary You can now: • Import and convert databases • Adjust databases