You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/technical/technology/overview.md
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -12,59 +12,59 @@ _Bringing SAP GUI to the Web (2000+) (SAP)_
12
12
13
13
The **Internet Transaction Server (ITS)** was SAP’s first step to bring SAP GUI screens (Dynpro) to the web. ITS Mobile converts classical Dynpro screens into basic HTML pages.
14
14
15
-
- Pure **Server-Side Rendering (SSR)**: HTML is generated on the server for every interaction.
16
-
- Optimized for simple mobile devices (e.g., warehouse scanners).
17
-
- Focus on reusing existing Dynpro logic for web & mobile use cases.
18
-
- Still used today for specific legacy scenarios.
15
+
- Pure **Server-Side Rendering (SSR)**: HTML is generated on the server for every interaction
16
+
- Optimized for simple mobile devices (e.g., warehouse scanners)
17
+
- Focus on reusing existing Dynpro logic for web & mobile use cases
18
+
- Still used today for specific legacy scenarios
19
19
20
20
### Business Server Pages
21
21
_Embedded HTML in ABAP (2001+) (SAP)_
22
22
23
23
Business Server Pages (BSP) introduced HTML-based web development within the ABAP stack.
24
24
25
-
- Developers write HTML and JavaScript, with embedded ABAP for logic.
26
-
- Also server-side rendering, but with greater control over layout and styling.
27
-
- Used extensively in early CRM and SRM web applications.
28
-
- Technically obsolete, but still present in some legacy environments.
25
+
- Developers write HTML and JavaScript, with embedded ABAP for logic
26
+
- Also server-side rendering, but with greater control over layout and styling
27
+
- Used extensively in early CRM and SRM web applications
28
+
- Technically obsolete, but still present in some legacy environments
29
29
30
30
### Web Dynpro
31
31
_Structured Web Applications (2003+) (SAP)_
32
32
33
33
**Web Dynpro** introduced a component-based UI framework for web applications.
34
34
35
-
- UI definitions are created in ABAP (Views, Context, Controllers).
36
-
- Still **Server-Side Rendering**: UI is built on the server, rendered as HTML in the browser.
37
-
- Suitable for transactional business applications.
38
-
- More structured and modular than ITS, but limited for modern UX expectations.
35
+
- UI definitions are created in ABAP (Views, Context, Controllers)
36
+
- Still **Server-Side Rendering**: UI is built on the server, rendered as HTML in the browser
37
+
- Suitable for transactional business applications
38
+
- More structured and modular than ITS, but limited for modern UX expectations
39
39
40
40
### UI5 Freestyle
41
41
_Full Client-Side SPAs (2010+) (SAP)_
42
42
43
43
With the advent of smartphones and richer web experiences, **UI5 Freestyle** was introduced.
44
44
45
-
- Based on **JavaScript, XML Views, and UI5 Controls**.
46
-
- Follows a **Single Page Application (SPA)** architecture.
47
-
- Full control over frontend behavior and look & feel.
0 commit comments