Category:SAP
-
How to add new fields to sap e-commerce cloud login interface
Component selector in login interface:cx-update-profile Find the corresponding component name:UpdateProfileComponent: Component has only one formgroup instance. When is the value assigned to the form of the service? Copy in the service class. Instead of using the form builder, create the formgroup instance manually. ShouldFormGroupConstructor, the received parameters are JSON objects, the key is the name […]
-
Construction and one-step analysis of SAP ui5 application in business application studio
Open an SAP ui5 application in SAP Business Application studio and select MTA Yaml file to build:Build MTA Project: This article describes what happened behind the selection of this menu. Executing task: mbt build -s ‘/home/user/projects/project1’; sleep 2; < The command line to execute ismbt build -s, execute the file in the root directory of […]
-
Application scenario of SAP BTP MTA application
The latest trends and advances in programming languages, software design architectures (such as microservices), protocols (such as OData), and the diversity of multi-layer and distributed deployment platforms have accelerated the trend of building applications from more, smaller, decoupled and diversified modules. Under the microservice architecture, more and more business applications tend to be composed of […]
-
Architecture pain points solved by SAP BTP MTA application
SAP BTP MTA specification solves the life cycle and choreography complexity of cloud and local platforms. Its official definition is as follows: Multi target application (MTA) consists of multiple parts(modules)Composition, created and deployed to different targets using different technologies, but with a single and common life cycle. MTA connects developers with native tools specific to […]
-
SAP ui5 application development tutorial 54 – how to configure local SAP ui5 applications into local Fiori launchpad
A set of step-by-step learning tutorials for SAP ui5 beginners Tutorial directory Establishment of SAP ui5 local development environment One of SAP ui5 application development tutorials: Hello World SAP ui5 application development tutorial 2: bootstrap of SAP ui5 boot process SAP ui5 application development tutorial 3: start touching the first SAP ui5 control SAP ui5 […]
-
How to apply local SAP ui5 through node Trial version of JS express deployed on the public network
A set of step-by-step learning tutorials for SAP ui5 beginners Tutorial directory Establishment of SAP ui5 local development environment One of SAP ui5 application development tutorials: Hello World SAP ui5 application development tutorial 2: bootstrap of SAP ui5 boot process SAP ui5 application development tutorial 3: start touching the first SAP ui5 control SAP ui5 […]
-
SAP ui5 application development tutorial 56 – development trial version of SAP ui5 tree control (tree)
A set of step-by-step learning tutorials for SAP ui5 beginners Tutorial directory Establishment of SAP ui5 local development environment One of SAP ui5 application development tutorials: Hello World SAP ui5 application development tutorial 2: bootstrap of SAP ui5 boot process SAP ui5 application development tutorial 3: start touching the first SAP ui5 control SAP ui5 […]
-
What is the smart field of SAP ui5
Smartfield controls interpret metadata representing entity relationship models, data types, service functions, and annotations in OData services for automatic generationUnderlying internal controlsAnd reduce the amount of code required to develop applications. In some cases, OData entities derive from the binding context of the control. The properties of the OData entity changed or displayed with the […]
-
SAP ui5 application development tutorial No. 57 – learning how to use smart field based on OData annotation
A set of step-by-step learning tutorials for SAP ui5 beginners Tutorial directory Establishment of SAP ui5 local development environment One of SAP ui5 application development tutorials: Hello World SAP ui5 application development tutorial 2: bootstrap of SAP ui5 boot process SAP ui5 application development tutorial 3: start touching the first SAP ui5 control SAP ui5 […]
-
Read the trial version of local text file content with ABAP
Table of contents of zero foundation ABAP learning tutorial series articles ABAP standard training course bc400 learning notes: introduction to the architecture of ABAP server and a typical ABAP program structure ABAP standard training tutorial bc400 learning notes 2: the difference between cross client and client specific ABAP standard training course bc400 learning notes 3: […]
-
Create a new local excel file with ABAP and write the data trial version
Table of contents of zero foundation ABAP learning tutorial series articles ABAP standard training course bc400 learning notes: introduction to the architecture of ABAP server and a typical ABAP program structure ABAP standard training tutorial bc400 learning notes 2: the difference between cross client and client specific ABAP standard training course bc400 learning notes 3: […]
-
Use the office integration class encapsulated by SAP ABAP to access local Excel files
Let’s first look at the effect of this report: open local 1 Xlsx excel file: The excel content is as follows: useget_ranges_dataMethod to successfully read Excel data as follows: The complete code of this example is as follows: *&———————————————————————* *& Report Z_IMPORT *& *&———————————————————————* *& *& *&———————————————————————* REPORT Z_IMPORT. DATA: oref_container TYPE REF TO cl_gui_custom_container, […]