BPSE Blog

BPSE Consulting, an SAP Services Partner specialising in Supply Chain Management (SCM), User Experience (UX) and Application Lifecycle Management (ALM), today announced a merger with QualIT, a consultancy specialising in SAP Product Lifecycle Management (PLM) solutions.

Continue Reading...

One of the major challenges of software development is managing complexity. A common way of reducing some of the complexity of a codebase is to separate the code into different files based on what the code does. In this way, you could have a file that contains your utility functions, a file for each of your classes etc.

Continue Reading...

SAP UI5 has a very convenient and robust mechanism for doing two-way binding of your data from you data layer (the model) to your presentation layer (the view). By using data binding you are effectively separating the concerns of your application. In an ideal world you want your model code to only be responsible for your data and your presentation code to only be responsible for the way the data is displayed.

Continue Reading...

In this blog post I wish to demonstrate the ability of SAP Web IDE to extend existing Fiori applications. None of the code of the original application is altered, the new application merely adds, modifies and/or hides features of the original app.

Continue Reading...

SAP Web IDE is a web-based development environment with which SAP aims to give developers a centralized cloud-based tool for developing SAP UI5 business applications. Web IDE gives you access to features such as code generation from existing OData sources, code completion, context-aware help from the API reference, testing applications with mock data and integrated version control using git.

Continue Reading...

1 2