SAP Business One B1iF Training

Slides:



Advertisements
Similar presentations
DEV-2: Getting Started with OpenEdge® Architect – Part I
Advertisements

Integrating Access with the Web and with Other Programs.
Sourcing Event Tool Kit Solicitation Archiving User Guide.
Sharepoint Portal Server Basics. Introduction Sharepoint server belongs to Microsoft family of servers Integrated suite of server capabilities Hosted.
Deploying Dynamics Applications Thomas Hansen – Director, appSolutions a|s
N A managed approach to planning and controlling the implementation of complex application software. n A flexible tool kit, designed to support the Project.
© 2005 Avaya Inc. All rights reserved. Placing Orders via Avaya Solution Designer (ASD) Upload Method
COMP-14: Automating your deployments using ANT Gary S Clink Business Consultant.
1 1 Lab1 Ismail M. Romi – IT Dept, PPU, Visual Basic 2005 Programming Tour.
Scalable Game Development William Roberts Senior Game Engineer
1 ITEC 3010 “Systems Analysis and Design, I” LECTURE 10: Use Case Realizations [Prof. Peter Khaiter]
0 eCPIC Admin Training: OMB Submission Packages and Annual Submissions These training materials are owned by the Federal Government. They can be used or.
] COREY PEARSON [ ASUG INSTALLATION MEMBER MEMBER SINCE: 2008 CHAVONE JACOBS [ ASUG INSTALLATION MEMBER MEMBER SINCE: 2003 ALLAN FISHER [ ASUG INSTALLATION.
Producing a Mail Merged Letter Step 1 Create an Access database for Names and Addresses you can use the ‘Customers’ template in Group Work. Enter the necessary.
Visual Basic Integrated Development Environment (IDE) 56:150 Information System Design.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
Netbeans QuickStart. Creating a project File->New Project –For now you want General->Java Application –Then fill in the project details.
Scripting Just Enough SSIS to be Dangerous. 6/13/2015 Visit the Sponsor tables to enter their end of day raffles. Turn in your completed Event Evaluation.
Copyright Pte Ltd Installing iZeno SMS Module Version 1 for SugarCRM 6 updated on 25 Nov 2011 Benny Ng Director Business Development.
Solvency II Tripartite template V2 and V3 Presentation of the conversion tools proposed by FundsXML France.
Appendix A 12.0 Workbench Environment
ADVANCED HOSTING Adrian Newby, CTO.
Integration framework of SAP Business One Training
SAP Business One 9.0 integration for SAP NetWeaver Solution Overview
Integration Framework of SAP Business One Training
Installation The Intercompany Integration Solution for SAP Business One Version 2.0 for SAP Business One 9.1 Welcome to the course on the installation.
Virtual User Group MIMS 2017 VUG Series.
Project Management: Messages
Anti-Money laundering Solution
WORKSHOP 5 IMPORTING CAD GEOMETRY
Integration Framework of SAP Business One Training
Analyzing Data Module 4.
Integration Framework of SAP Business One as Platform for Scenario Development January 2016 Public.
Standard Operating Procedure
Long Business Systems, Inc
CARA 3.10 Major New Features
Improving Braille accessibility and personalization on Internet
Deploying and Configuring SSIS Packages
Additional Configuration The Intercompany Integration Solution for SAP Business One Version 2.0 for SAP Business One 9.1 Welcome to the course on additional.
Output window toolbars
Advanced Integration and Deployment Techniques
Skill Based Assessment
Solutions: Backup & Restore
Skill Based Assessment
CCA Skill Certification
Installation The Intercompany Integration Solution for SAP Business One Version 2.0 for SAP Business One 9.1 Welcome to the course on the installation.
Skill Based Assessment
Module 1: Getting Started
IBM Kenexa BrassRing on Cloud Responsive Apply: Gateway Questionnaire Configuration April 2017.
Increased Efficiency and Effectiveness
INTAKE OF NEW PORTFOLIO AND INVOICES
SharePoint Administrative Communications Planning: Dynamic User Notifications for Upgrades, Migrations, Testing, … Presented by Robert Freeman (
James Blankenship March , 2018
Additional Configuration The Intercompany Integration Solution for SAP Business One Version 2.0 for SAP Business One 9.1 Welcome to the course on additional.
JTLS-MSEL (MIL/MEL) John Ruck March 2008
Unit 9 NT1330 Client-Server Networking II Date: 8/9/2016
Test Information Distribution Engine (TIDE) Training
Microsoft Office Access 2003
Microsoft Office Access 2003
Android Developer Fundamentals V2 Lesson 1
Rational Publishing Engine RQM Multi Level Report Tutorial
September 12-14, 2018 Raleigh, NC.
Integrating Office 2013 Programs
(Includes setup) FAQ ON DOCUMENTS (Includes setup)
Education Admin Training.
Overview of System Development for Windows CE.NET
Mylan Quick Reference Guide (QRG) February 2016.
Presentation transcript:

SAP Business One B1iF Training Solution Architects Team February 2011 Package Lifecycle

B1iF Training: Package Lifecycle The following training is designed to show you the package lifecycle of the B1if integration scenario. When you end this training you should be able to: Identify the general process of designing integration scenarios Working with the packages in development and production

Agenda Step 1 Step 2 Step 3 Step 4 Step 5 Case Analysis Business Process translation System configuration Step 3 Package design Debugging Transport Step 4 Package Import Testing Step 5 Documentation

Agenda Step 1 Step 2 Step 3 Step 4 Step 5 Case Analysis Business Process translation System configuration Step 3 Package design Debugging Transport Step 4 Package Import Testing Step 5 Documentation

Step 1: Case Analysis Before beginning to create the package a business process analysis is recommended to identify all the user cases of the scenario. The goal of this step is to identify all the scenario and find the total scope of the integration. The result must be a detailed business process.

Agenda Step 1 Step 2 Step 3 Step 4 Step 5 Case Analysis Business Process translation System configuration Step 3 Package design Debugging Transport Step 4 Package Import Testing Step 5 Documentation

Step 2: Business Process translation Based on the business process identify the parts that need to be implemented in B1i. Create a business process per each part oriented to B1i scenario construction. Each part should have its own business process. One BizPackage can have several scenario steps to define multiple parts of the business process. Group them based on the customer needs.

Step 2: System configuration Identify the systems that will be used at the customer during the integration and its characteristics (template, version, etc.). Configure similar systems inside your B1if development environment before starting the development of the scenario. Based on the business processes you defined, configure the systems (p.e. create master data, user defined fields, etc.)

Agenda Step 1 Step 2 Step 3 Step 4 Step 5 Case Analysis Business Process translation System configuration Step 3 Package design Debugging Transport Step 4 Package Import Testing Step 5 Documentation

Step 3: Package design Using your business process model design the package in your development system. One package can have multiple steps and can include different business scenarios implemented through those steps.

Step 3: Debugging Use B1if tools to debug your package during design and runtime. Test all the user cases included in you business process model.

Step 3: Transport Once your package is ready to deploy, transport it from your development environment to you production environment. B1if has the necessary tools to export a package from the development environment and to import a package in the production environment. You can transport packages, scenario steps or test messages for documentation. You can also use this procedure to backup your work and restore it when necessary. The result will be a .zip file with all the needed configuration of the transport.

Step 3: Package Transport Path: Scenarios/Export 1 Select the scenario package you wish to export. 2 If you want to include the test messages in the package, check the Add test messages check box. 3 Click on Package Export 4 Save the .zip file in your preferred destination. 1 2 3 4

Agenda Step 1 Step 2 Step 3 Step 4 Step 5 Case Analysis Business Process translation System configuration Step 3 Package design Debugging Transport Step 4 Package Import Testing Step 5 Documentation

Step 4: Package Import Path: Scenarios/Import 1 2 3 Select the zip file containing the package you want to import. 2 Click on Submit If the package exists on the system a window will be shown with the versions included in the package and in the system. 3 Click Import to execute the operation. 1 2 3

Step 4: Package Import The result of the operation will be shown in a new window.

Step 4: Testing Use B1if runtime debugging tools to test your package in production. For testing you can use the exported messages inside the package or create the use cases of your process model definition. Do not use the production databases or systems for testing.

Agenda Step 1 Step 2 Step 3 Step 4 Step 5 Case Analysis Business Process translation System configuration Step 3 Package design Debugging Transport Step 4 Package Import Testing Step 5 Documentation

Step 5: Documentation Minimal Documentation required: Business processes analysis and coverage through the different BizPackages and BizSteps. Systems configuration XSL templates included XML files included in the scenario Global and Local variables of the scenario Business Process covered and designed for integration Atom xml files (you can use xml annotation inside the package for convenience) Always include the final version of the package in the export zip format.

Thank You! For more information visit SDN at http://sdn.sap.com