Git Product home page Git Product logo

gopalanand333 / cloud-extension-ecc-business-process Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sap-samples/cloud-extension-ecc-business-process

0.0 0.0 0.0 50.45 MB

This sample showcases how to complement an existing business process in an SAP solution – currently SAP ECC, with additional business process steps. This involves adding major logic and/or additional data.

License: Apache License 2.0

JavaScript 52.86% HTML 18.19% CAP CDS 28.95%

cloud-extension-ecc-business-process's Introduction

ECC Extend Business Process Scenario

REUSE status

Description

The main intent of this scenario is to complement an existing business process in an SAP solution – currently SAP ECC (ERP Central Component) - with additional business process steps. This involves adding major logic and/or additional data and goes beyond simple UI changes.

Detailed steps of the S/4 HANA on premise Extension Scenario can be found here

This application showcases:

  • Building application on SAP Business Technology platform using SAP Cloud Application Programming Model (CAP)
  • Consuming Events from SAP ECC using SAP Event Mesh
  • Consuming REST API's from SAP ECC using SAP BTP Connectivity Service

Business Scenario

A business scenario is used to showcase how to build a SAP ECC extension Application.

As an employee of Business Partner Validation Firm iCredible, which is a third-party vendor of ACME Corporation, John would like to get notifications whenever new Business Partners are added in SAP ECC backend system of ACME Corporation. John would then be able to review the Business Partner details in his extension app. He would proceed to visit the Business Partner’s registered office and do some background verification. John would then proceed to update/validate the verification details into the extension app. Once the details are verified, the Business Partner gets activated in the SAP ECC system of ACME Corporation.

  • Custom extension application that works independently from SAP ECC

  • Changes in SAP ECC communicated via events in real time to extension application.

  • Compute intensive batch processing available on demand (serverless environment)

  • Vendor personnel needs access to only custom app

Architecture

Solution Diagram

solution diagram

The Business Partner Validation application is developed using SAP Cloud Application programming Model (CAP) and runs on the SAP Business Technology platform, Cloud Foundry Environment. It consumes platform services like Event Mesh, SAP HANA and Connectivity. The events generated in SAP ECC are inserted into the Event Mesh queue. The application running in Cloud Foundry polls the queue for these messages and inserts them into the HANA database. It uses SAP ECC REST API's to read Business Partner Data from SAP ECC system. It also updates the address and removes central block on the Business Partner once verified.

Requirements

  • SAP ECC on premise system.
  • SAP Business Technology platform account with Event Mesh service. The 'default' plan for Event Mesh service is required.

For local development you would require the following:

Note: Please set the npm registry for @sap libraries using the command :
npm set @sap:registry=https://npm.sap.com

Configuration

Entitlements

The application requires below set of SAP Business Technology platform Entitlements/Quota

Service Plan Number of Instances
Event Mesh default 1
SAP HANA Schemas & HDI Containers hdi-shared 1
SAP HANA Cloud hana 1
Application Runtime 3

Project Structure

The project contains below folders and files

File / Folder Purpose
app/ content for UI frontends go here
db/ your domain models and data go here
srv/ your service models and code go here
package.json project metadata and configuration
readme.md this getting started guide

Steps to deploy locally

  • Open terminal in VSCode
  • Run npm install from the project root directory
  • Run cds watch from the project root directory

Steps to deploy the application on Cloud Foundry

  1. Build the application mbt build -p=cf

  2. Login to Cloud Foundry by typing the below commands on command prompt

    cf api <api>
    cf login -u <username> -p <password>
    

    api - URL of the Cloud Foundry landscape that you are trying to connect to.

    Select the org and space when prompted to.

  3. Deploy the application

    Navigate to mta_archives folder and run the below command from CLI

    cf deploy BusinessPartnerValidation_1.0.0.mtar

Demo script

  1. In the command line interface run the command cf apps

  2. Find the URL for the app BusinessPartnerValidation-ui - this is the launch URL for the Business Partner Validation application.

  3. Launch the URL in a browser.

  4. Click on Business Partner Validation tile

fiori tile

  1. The list of Business Partners along with their verification status gets displayed.

BP list

  1. Login to the SAP ECC system

ECC login

  1. Enter transaction code 'bp'

bp transaction

  1. Click on Person

person

  1. Provide first name, last name for the business partner name

  2. Provide the address address

  3. Move to the status tab and check mark the 'Central Block' lock. Save the BP. This will create a new Business Partner

lock

  1. Now go back to the BusinessPartnerValidation application to see if the new BusinessPartners has come on the UI

new bp

  1. Go to the details page for the new BusinessPartner. Click on edit.

edit bp

  1. Change the Verification Status to VERIFIED. You can also edit the street name, postal code also if needed. Save the data.

edit values

  1. Open SAP ECC system, bp transaction. Search for the newly created bp

search bp

  1. Double click on the BP

click bp

  1. You can see that the central Block lock has been removed

release lock

  1. You can also notice that in the BusinessPartner Validation UI, the status is now set as COMPLETED.

Known Issues

No known issues.

How to Obtain Support

In case you find a bug, or you need additional support, please open an issue here in GitHub.

License

Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

cloud-extension-ecc-business-process's People

Contributors

anugrahg avatar btbernard avatar dependabot[bot] avatar ejazsyed avatar jsangeetha avatar lalithmanokar avatar maxstreifeneder avatar navinkrishnan avatar priyankashivakumar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.