*2023* Install an SAP ABAP Trial System The EASY Way | ABAP Platform Trial 1909

Andreas Loibl
7 Aug 202319:35

Summary

TLDRThis tutorial guides viewers on installing SAP's new trial platform for testing basic technical activities in an SAP system. It covers the installation of Docker Desktop, setting up WSL for Windows users, and downloading the SAP image. The video also details the system requirements, steps to run the SAP system via Docker, and how to use SAP GUI to log in. Additionally, it explains how to manage the Docker container and renew the license.

Takeaways

  • 🌐 The tutorial focuses on installing SAP's new trial platform for testing basic technical activities in an SAP system.
  • 🚫 The trial system does not include functional areas or business modules like finance, sales, or logistics.
  • 💻 The tutorial is aimed at providing an orientation on navigating and working with SAP systems for educational purposes.
  • 📦 Docker is used to deploy the SAP system, simplifying the installation process compared to past methods.
  • 🖥️ Docker Desktop is required and available for both Windows and Mac OS.
  • 🔄 Windows users need the Windows Subsystem for Linux (WSL) to run Docker Desktop.
  • 🔑 A Docker account is necessary to download the SAP image from the Docker Marketplace.
  • 💾 The system requires a significant amount of resources: 32GB RAM recommended, quad-core CPU, and 170GB of free disk space.
  • 📝 The tutorial includes a step-by-step guide on how to download and run the SAP image using Docker commands.
  • 🛠️ SAP GUI is needed to log in and interact with the SAP system, with instructions provided for downloading and installing it.
  • 🔄 The tutorial explains how to adjust the hosts file to enable connection to the SAP system.
  • ⏰ The license for the trial system will expire and needs renewal, with instructions for this process to be provided in a future video.

Q & A

  • What is the purpose of the SAP trial system mentioned in the script?

    -The SAP trial system allows users to try out basic technical activities within an SAP system, such as development, programming, and some SAP security-related activities without access to functional areas or business modules like finance and controlling.

  • Why is Docker used for deploying the SAP trial system?

    -Docker is used because it simplifies the deployment process, making it more accessible for newcomers. It allows the SAP system to be deployed as a Docker container, which runs on a Linux operating system.

  • What are the system requirements for running the SAP trial system on Docker?

    -The requirements include at least 16GB of RAM (though 32GB is recommended), a quad-core CPU, and about 170GB of free disk space. For Windows users, the Windows Subsystem for Linux (WSL) is also needed.

  • How can one obtain the SAP trial system image from Docker?

    -One must register an account on Docker Hub and then log in to Docker Desktop to download the SAP trial system image from the Docker Marketplace.

  • What is the significance of the 'agree to SAP license' directive when running the SAP trial system?

    -The 'agree to SAP license' directive is necessary to legally deploy and run the SAP trial system image within a Docker container, indicating that the user agrees to the terms of the SAP license.

  • How does the SAP GUI fit into the process of using the SAP trial system?

    -The SAP GUI is required to log in and interact with the SAP trial system. It is downloaded separately and installed on the user's machine to connect to the SAP system running in the Docker container.

  • What is the pre-configured hostname for the SAP trial system in the Docker image?

    -The pre-configured hostname for the SAP trial system in the Docker image is 'vhcalh.dummy.nodomain'.

  • How can one adjust the hosts file to allow the SAP GUI to connect to the SAP trial system?

    -The hosts file needs to be edited (running as administrator on Windows or locating the correct path on Mac OS) to add a new line with '127.0.0.1' followed by the hostname 'vhcalh.dummy.nodomain' to map the Docker container's hostname to the local machine.

  • What are the default login credentials for the 'developer' user in the SAP trial system?

    -The default login credentials for the 'developer' user are 'developer' as the username and 'HTOds70334' as the password.

  • How can one start and stop the SAP trial system after it has been deployed?

    -The SAP trial system can be started and stopped through Docker Desktop by using the 'Start' and 'Stop' buttons in the Containers section or by using command line commands provided in the video description.

  • When does the license for the SAP trial system expire, and what is required to continue using it?

    -In the case mentioned in the script, the license expires on October 19th. Users need to renew the license to continue using the system, which is expected to remain free but requires the user to perform the renewal process.

Outlines

00:00

💻 Introduction to SAP Platform Trial Installation

The video begins with a greeting and an introduction to the tutorial's objective, which is to install the SAP platform trial. This trial provides access to an SAP test system for users to explore basic technical activities such as development and programming within an SAP environment. The presenter clarifies that the trial does not include functional areas or business modules like finance or logistics, but it offers an orientation on navigating and understanding SAP systems. The process has been simplified with Docker deployment, and the tutorial is aimed at educational purposes. The presenter then instructs viewers to download Docker Desktop for their respective operating systems, Windows or Mac OS, and for Windows users, to also install the Windows Subsystem for Linux (WSL).

05:02

🔧 Post-Installation and Docker Desktop Setup

After Docker Desktop installation, the presenter guides viewers through potential issues, such as errors that may arise for Windows users who have installed WSL prior to Docker. The solution involves running an update command in PowerShell. The tutorial then proceeds to the requirement of creating a Docker account for downloading the SAP image from the Docker Marketplace. The presenter outlines the system requirements needed to run the SAP system, emphasizing the need for at least 16GB of RAM, a quad-core CPU, and 170GB of free disk space. The process of downloading the SAP image via command line is detailed, noting that the download may take time due to the large size of the image.

10:06

🚀 Running the SAP System with Docker

The presenter explains how to run the downloaded SAP image using a command that includes agreeing to the SAP license. They address potential firewall prompts and the necessity of waiting for the Hana database to start within the Docker container. Once the system is up, the viewer is instructed to download the SAP GUI, the tool required to log into the SAP system. The presenter provides a step-by-step guide on how to adjust the hosts file to ensure the SAP system can be accessed with the correct hostname.

15:07

🔗 Logging into SAP and Managing the Docker Container

The tutorial concludes with instructions on how to log into the SAP system using the pre-configured user 'developer' and the provided password. The presenter highlights the different pre-configured users for various functionalities and emphasizes the trial's limited duration, advising viewers to renew the license when it expires. Lastly, the video demonstrates how to start and stop the Docker container to manage the SAP system, providing both the Docker Desktop interface method and command line instructions.

Mindmap

Keywords

💡SAP

SAP is a multinational software corporation that makes enterprise software to manage business operations and customer relations. In the context of the video, SAP refers to the systems and platforms used for business and technical activities, such as SAP NetWeaver and SAP HANA. The video discusses installing an SAP system for trial purposes to explore basic technical functionalities.

💡SAP Foundation

SAP Foundation is a core component of the SAP system that provides the infrastructure for running SAP applications. It serves as the basis for various SAP modules and is crucial for understanding the fundamental operations of SAP systems, which the video aims to teach through the installation of a trial platform.

💡SAP S/4HANA

SAP S/4HANA is a next-generation business suite that helps companies to run simple and adopt new technologies quickly. It is mentioned in the video as a system that does not come without an initial investment, indicating that the trial system provided does not include the full business functionality of S/4HANA.

💡Docker

Docker is a platform that uses containerization technology to simplify the deployment of applications. In the video, Docker is used to deploy the SAP system as a container, making it easier for users to install and run an SAP environment on their local machines.

💡Windows Subsystem for Linux (WSL)

WSL is a compatibility layer for running Linux binary executables natively on Windows. The video mentions WSL as a requirement for Windows users to run Docker, which deploys the SAP system as a Linux-based container.

💡Docker Desktop

Docker Desktop is an application for MacOS and Windows machines that allows the use of Docker containers with a graphical interface. The video script describes the process of downloading and installing Docker Desktop as a prerequisite for running the SAP trial system.

💡Docker Container

A Docker container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. The video explains deploying the SAP system within a Docker container for ease of use.

💡SAP GUI

SAP GUI stands for SAP Graphical User Interface and is a tool used to access SAP systems. The video mentions downloading and installing SAP GUI to log into the SAP system that has been set up through Docker.

💡Hostname

A hostname is the unique identifier for a computer on a network. In the video, adjusting the hosts file to include the pre-configured hostname of the Docker image is necessary to connect to the SAP system running in the Docker container.

💡HANA Database

SAP HANA is an in-memory, column-oriented, relational database management system from SAP. The video script mentions that the HANA database starts up within the Docker container, which is part of the process of getting the SAP system ready for use.

💡SAP Logon

SAP Logon is the process of accessing the SAP system. The video provides a step-by-step guide on how to log into the SAP system using pre-configured users after setting up the SAP environment through Docker.

Highlights

Introduction to SAP Consulting and SAP Foundation tutorials.

Installation of the SAP Cloud Platform trial for accessing an SAP test system.

The trial system allows for basic technical activities but excludes functional modules.

SAP does not provide easy access to an S/4HANA system without initial investment.

The trial system helps in understanding how an SAP system operates.

SAP NetWeaver installation has been improved for easier access.

Docker Desktop is required for the installation and is available for Windows and Mac OS.

Windows users need the Windows Subsystem for Linux (WSL) to run Docker.

Demonstration of installing Docker Desktop and potential need for a system reboot.

Accepting the Docker license agreement for educational or personal use.

Fixing potential errors when launching Docker Desktop for the first time on Windows.

Registering an account on Docker Hub to download the SAP image.

System requirements for running the SAP image include 16GB RAM and 170GB of free disk space.

Downloading the SAP image via command line, which may take time due to its size.

Running the downloaded image on a Docker container.

Adjusting the Windows Firewall to allow the Docker container.

Downloading and installing SAP Logon to access the SAP system.

Adjusting the hosts file to correctly route to the SAP system.

Logging into the SAP system using pre-configured users like 'developer'.

License renewal reminder for the SAP trial system.

Instructions on starting and stopping the Docker container to manage the SAP system.

Invitation to subscribe for more SAP content and tutorials.

Transcripts

play00:00

I wish you a wonderful day dear friends

play00:02

of sap Consulting and sap Foundation

play00:05

tutorials today what we are gonna do is

play00:09

we are going to install the newly

play00:12

launched above platform trial which

play00:16

gives you access to an sap test system

play00:20

exercise system however you want to call

play00:23

it on the up-up platform this system

play00:26

will enable you to try out basic

play00:31

technical activities within an sap up

play00:34

system meaning for example it will

play00:38

enable you to try out up development and

play00:41

other programming it will enable you to

play00:44

try out some basic basis activities

play00:47

basis functionalities of the system and

play00:51

also some sap security related activity

play00:55

um what is not part of this system is we

play00:58

there are no functional area or line of

play01:02

business modules on the system meaning

play01:05

that you will not be able to use the uh

play01:08

finance and controlling or sales and

play01:11

distribution or material management

play01:13

slash Logistics functionality of s4hana

play01:18

so there is no business functionality in

play01:22

this system unfortunately sap does not

play01:26

provide easy access to a

play01:30

um s4hana system that comes without an

play01:33

initial investment of money but this

play01:36

system will give you an initial

play01:38

orientation of how to navigate an sap

play01:41

system how to work with it and it will

play01:44

help you in understanding how an sap

play01:47

system operates so if you're interested

play01:50

in that this is the right video for you

play01:53

this is probably Lee the easiest way to

play01:57

install an sap up system for educational

play02:02

purposes if you have ever tried

play02:04

installing an sap netweaver up-up system

play02:08

in the past it was a huge mess sap has

play02:12

greatly improved this process and made

play02:15

it much more accessible for newcomers by

play02:19

the making it available to deploy this

play02:23

system via Docker and that is the first

play02:25

activity that we're gonna do we are

play02:28

going to download Docker desktop

play02:31

a Docker desktop is available for both

play02:34

Windows and Mac OS so choose whatever

play02:38

operating system you are running on your

play02:42

local desktop PC or laptop for example

play02:45

and download the

play02:48

required Docker desktop binary another

play02:52

requirement for Windows users is you are

play02:56

going to need what is called the windows

play03:00

subsystem for Linux

play03:02

because Docker desktop will deploy the

play03:06

sap system as a Docker container that is

play03:11

running on a Linux operating system and

play03:14

the best way of running Linux systems on

play03:18

top of a Windows root system is using

play03:22

WSL windows subsystem for Linux it is

play03:26

easily installable via the Microsoft

play03:29

store so if you have not yet installed

play03:32

Windows subsystem for Linux on your

play03:35

Windows machine please do it now by

play03:38

using the Microsoft store now a quick

play03:40

demonstration of the installation of

play03:42

Docker desktop you can just leave The

play03:45

checkbox Marked for creating a desktop

play03:47

shortcut and the installer should run

play03:50

through relatively easily after the

play03:53

installer has finished there will be a

play03:55

pop-up prompting you to restart or

play03:58

reboot your machine

play04:00

which will enable Docker to you know

play04:04

install some windows services or demons

play04:07

if you're running on Mac OS and get

play04:10

everything up and running so prepare for

play04:13

rebooting your machines save any unsafe

play04:16

data on your machine and close any

play04:20

applications that you might want to

play04:22

close properly before attempting the

play04:25

reboot and then you will basically be

play04:28

ready to do that and after the reboot we

play04:32

are going to basically continue with the

play04:36

tutorial

play04:38

Here Comes The Prompt for the reboot

play04:42

it will

play04:43

pop up and now you can click on close

play04:46

and restart and do the actual reboot

play04:48

after the reboot you will see this

play04:51

pop-up here about the license agreement

play04:53

don't be too much confused about the

play04:55

term subscription Docker is free for

play04:58

small businesses educational purposes

play05:01

and personal use so it is very likely

play05:04

that you fall under one of these

play05:06

categories

play05:08

so basically you can just accept the

play05:12

license agreement at this point and

play05:15

continue with the tutorial when you try

play05:18

to launch Docker desktop the first time

play05:20

on Windows you may end up on this error

play05:25

message this is especially the case if

play05:27

you installed WSL a long time before

play05:30

installing Docker desktop I will quickly

play05:33

show you how to fix this you just need a

play05:35

Powershell that you run as administrator

play05:38

and then you just execute WSL minus

play05:41

minus update which will update your

play05:44

windows subsystem for Linux

play05:46

and which will then get rid of this

play05:49

error message

play05:51

after the actual update you can relaunch

play05:56

Docker desktop and the corresponding UI

play06:01

should come up which is an indicator

play06:03

that the installation worked properly as

play06:07

a Next Step you need to register an

play06:09

account at Docker because the image

play06:12

provided by sap that we're going to

play06:15

download from the docker Marketplace so

play06:18

to speak it can only be downloaded as a

play06:21

registered user so you go to this page

play06:23

here from Docker click on sign up

play06:27

create a username you need an email

play06:28

address Etc the standard procedure

play06:31

basically and after you have created

play06:34

your user on the docker Hub website then

play06:38

you need to actually go to Docker

play06:40

desktop and log in which is on the top

play06:44

right of Docker desktop the button

play06:46

called sign in after this we are ready

play06:50

to actually download the image but

play06:52

before we do that I'm gonna quickly go

play06:54

over the pre-requirements before for

play06:57

running the system

play06:59

so they say uh for Windows you need 16

play07:02

gigabytes of RAM however they recommend

play07:06

installing it on a machine with 32

play07:08

gigabytes of RAM you're gonna need a

play07:10

quad-core CPU on the machine where

play07:13

you're gonna run the docker container

play07:15

and they say the minimum requirement is

play07:18

16 gigabytes of RAM however that is 16

play07:22

gigabytes of RAM for running the darker

play07:25

containers so you actually should have

play07:28

more than 16 gigabytes of RAM because

play07:31

your root operating system like Mac OS

play07:35

or Windows will require its own Ram so

play07:38

yeah more than 16 gigabytes of RAM and

play07:41

you are going to need about

play07:43

170 gigs of free disk space on your hard

play07:48

drive for running this image now we are

play07:52

ready to actually pull the image which

play07:54

is done via this command and you can

play07:57

just execute this on on the command line

play08:00

for Windows users it's gonna be the

play08:02

Powershell and it is going to start

play08:04

downloading the image it will take a

play08:06

while because the image is tens of

play08:09

gigabytes in size so grab a coffee real

play08:12

quick and I'm gonna pull you in again

play08:15

once this is complete here you see how

play08:18

it looks like once we're

play08:20

pull or download of the image is

play08:23

actually complete

play08:25

after you have downloaded the image it

play08:28

is time to run it there are two comments

play08:30

provided by the sap page the top one is

play08:33

for normal Linux operating systems the

play08:36

bottom one labeled other is for Mac OS

play08:39

and windows

play08:41

and in addition to the command listed

play08:43

here you are going to add another

play08:46

directive which is called agree to sap

play08:49

license which I'm gonna do myself real

play08:51

quick by opening a notepad and at the at

play08:56

the end of the provided command I'm

play08:59

gonna add minus agree to sap license

play09:02

actually it's only one minus at the

play09:06

front and with that command we are able

play09:10

to deploy the image on a Docker

play09:12

container run the docker container and

play09:16

then the sap system inside of that will

play09:20

automatically start this Windows

play09:22

Firewall prompt if you're at home in

play09:25

your own network you can just confirm

play09:27

this message

play09:30

um it's basically enough to do that if

play09:32

you want to expose your Docker container

play09:34

in public Wi-Fi's you will also need to

play09:37

select the lower version of the lower

play09:40

checkbox this should be relatively

play09:42

seldomly needed and now the Hana

play09:46

database is starting inside of the

play09:48

docker container which will take a while

play09:51

so you have to wait a while until the

play09:55

system is up I'm gonna show you in a

play09:56

second how it looks once the sap system

play09:59

is ready

play10:01

um then the prompt will slightly change

play10:05

here you can see how it looks once the

play10:08

sap system is up you know at the bottom

play10:10

it says all services have been started

play10:12

have fun which means the sap system is

play10:15

now operating the services are listening

play10:17

and you can potentially log on to the

play10:20

sap system however in order to do that

play10:23

the classic way you're gonna need sap

play10:25

logon or how it is classically called

play10:28

sap GUI you can download it on this

play10:31

webpage there is a Windows version in

play10:34

the Java version for Windows obviously

play10:36

we're gonna use the window Windows

play10:38

version you you just gonna download it

play10:41

from this sap page and it will require

play10:44

you to create a user with sap in order

play10:49

to be able to use the download

play10:52

however don't be confused in the sap

play10:56

login form where it says business email

play10:58

you don't necessarily need to register

play11:01

with your business email you can just

play11:03

use a private email I'm gonna show you

play11:05

in a second so here where it says

play11:07

business email address just use your

play11:09

normal private email address

play11:11

um and it will be fine register with sap

play11:13

and then afterwards you can download sap

play11:17

GUI from this web page once that is done

play11:20

sap GUI will come in a RAR file which

play11:24

you can open with WinRAR or 7sip however

play11:27

whatever tool you want to use

play11:29

and inside the Rafael there is a folder

play11:33

and inside the of a folder there is the

play11:35

exe for the installation for at least

play11:38

under Windows if you have installed a

play11:40

prior version of sap logon I recommend

play11:43

uninstalling that first so uninstall an

play11:47

old version of sap logon first then

play11:50

after uninstalling the old version if

play11:52

you had one you just double click the

play11:54

installer and the installer will then

play11:57

kick off the installation of sap logon

play12:00

8.0 don't worry about the beginning of

play12:04

installer it will stay at zero percent

play12:07

for quite a while it will take a while

play12:10

for an initial script to kick off you

play12:13

just choose the top check box and click

play12:17

on next

play12:18

and then you install sap logon after the

play12:23

installer finishes you can just click on

play12:24

finish you don't necessarily need to

play12:27

restart your computer

play12:28

because if you do you would also need to

play12:31

restart the docker container if you do

play12:35

that because right now the sap system is

play12:37

already running

play12:38

so before we can log on with sap logon

play12:41

we need to do one last thing which is

play12:43

adjusting the so-called hosts file

play12:46

because the sap system is pre-configured

play12:49

to run with a certain hostname so under

play12:52

Windows you just open an editor of your

play12:55

choice you can use the standard editor

play12:57

you need to run it as administrator

play12:59

though and once you do that you need to

play13:02

open the hosts file

play13:04

um so under Mac OS the host file is

play13:07

located on a different path it is

play13:09

located in under Etc hosts and the

play13:12

windows it is located here system32

play13:15

drivers Etc and then you click on all

play13:19

files on the bottom right and you choose

play13:21

the hosts file in this host file you

play13:24

need to add a new line reflecting the

play13:28

pre-configured hostname of the docker

play13:31

image which is this one here

play13:33

and you just create a new line on the

play13:36

hosts file

play13:37

and you the only thing you need to pay

play13:40

attention to it cannot be commented

play13:43

meaning make sure there is no pound sign

play13:46

at the beginning of the line so that it

play13:49

is not commented and then you type

play13:53

127.001 then two times the hostname and

play13:57

on the last entry you add dot dummy dot

play14:00

no domain so

play14:02

127.001 v h c a l h a for HCI and then

play14:09

again with DOT dummy dot no domain and

play14:13

Save

play14:14

now you have adjusted the hosts file

play14:16

successfully and now you're ready to log

play14:19

into the system which is currently

play14:21

should currently be running which you

play14:24

can see here

play14:25

once the system is running you open sap

play14:28

logon on your machine which is now

play14:31

called sap logon 64. good old Nintendo

play14:34

64 times open it

play14:37

and once it is open

play14:41

we will create a new connection by

play14:44

clicking on the paper icon at the top

play14:47

left

play14:52

and basically you click next in the

play14:55

first screen as a description you can

play14:58

choose whatever you like

play15:00

um the system ID is a4h

play15:03

and I will call the description a4h

play15:06

upper test system 1909 the instance

play15:09

number is zero zero

play15:13

and the application server which is the

play15:17

bottom field where you can type the

play15:20

hostname for which the sap system is

play15:24

configured click on next click next on

play15:26

the next screen and finish now you can

play15:29

double click and it will open the log on

play15:32

screen of the sap system and here you

play15:35

can log in with the pre-configured users

play15:37

there are three different pre-configured

play15:40

users

play15:42

um for beginners the most important one

play15:44

will be called developer the user

play15:47

developer is a pre-configured user by

play15:51

sap it is pre-configured to conduct up

play15:53

development

play15:56

um activities so with this user you will

play15:58

be able to program your first upper

play16:01

programs Etc

play16:03

and the best client to log on is zero

play16:06

zero one and so this is basically what

play16:10

we're gonna do we're gonna log in as

play16:12

developer

play16:14

and the password is also visible in the

play16:18

um Docker page uh uh capital h t o d s

play16:24

small case and then

play16:26

70334 log in confirm the copyright

play16:29

message of sap and now you're logged

play16:32

into the system congratulations you can

play16:35

now use this up system to try out some

play16:38

basic stuff the users sap star and dedic

play16:42

are for more administrative

play16:44

functionalities like if you want to try

play16:47

out some sap basis stuff you can log on

play16:50

with sap star or ditic at some point in

play16:54

the system the license is going to run

play16:56

out in my case this will be on October

play16:59

19th and on this date you need to renew

play17:03

the license which will still be free

play17:06

um most likely but you need to do this

play17:08

so just keep it in mind that a few

play17:11

months from now you need to renew the

play17:13

license and this will be a separate

play17:16

video on this YouTube channel

play17:19

now as a last step I will show you how

play17:23

you can start and stop the docker

play17:25

container and therefore how to start and

play17:28

stop the sap system so the easiest way

play17:32

to do this after you have initially run

play17:35

the docker run command on your command

play17:38

line is the docker container will show

play17:41

up in Docker desktop so in Docker

play17:43

desktop if you go to Containers you will

play17:46

see your Docker container here and you

play17:49

can basically start it by just pressing

play17:51

this button it will then be shown as

play17:55

running and here you can open it to see

play17:58

when the actual sap system is being

play18:01

available because you remember that

play18:03

takes a while so right now the Hana

play18:06

database is still starting so you need

play18:08

to wait until this prompt shows again

play18:11

the message you know all services are up

play18:14

have fun and once that is the case you

play18:17

can log in with sap love gone to stop

play18:20

the container you simply press this

play18:23

button again this stop button here there

play18:26

is another way to do it on the command

play18:28

line the commands to do it on the

play18:31

command line level are in the

play18:33

description of a YouTube video you just

play18:35

open a new

play18:37

um command prompt for example a new

play18:40

Powershell on Windows and you enter the

play18:42

command right

play18:44

so yeah sure that's basically it I wish

play18:48

you much fun with your entry into the

play18:51

sap World

play18:53

um there will be more videos about sap

play18:56

on this YouTube channel it will be a mix

play18:58

between German and English videos so you

play19:01

know basically

play19:03

um choose whatever language you prefer

play19:06

or you can also use subtitles and if you

play19:09

like to see more sap content if you want

play19:12

to get into the sap Consulting space

play19:14

Maybe please consider subscribing to

play19:17

this channel if this video was helpful

play19:20

to you consider giving it a thumbs up

play19:21

and I hopefully see you next time for

play19:24

the next video Until then have a good

play19:26

day and see you next time

Rate This

5.0 / 5 (0 votes)

الوسوم ذات الصلة
SAP TutorialDocker DeploymentSAP DevelopmentFree TrialSAP SystemLinux SubsystemWSL for WindowsSAP GUIEducational ToolIT Training
هل تحتاج إلى تلخيص باللغة الإنجليزية؟