Liquid UI for SAP Cloud, 30 days free usage of Liquid UI SDK; queries mailto:[email protected]
200
Maintained by:
Visit the Liquid UI Server
Where to Get Help:
Visit the Liquid UI Designer Knowledge Base
latest (2024q3)Liquid UI Software Development Kit (SDK) is a set of software tools to customize SAP screens or transactions based on business needs. It simplifies SAP transactions, reducing clicks, fields, and screens, thereby saving time. The SDK produces universal JavaScript, compatible with iOS, Android, Web, and SAP GUI.
After installing the SDK, you gain access to the following tools:
Liquid UI Server: Liquid UI Server is a patented solution optimizing network traffic and consolidating SAP screens and transactions. It enhances performance and productivity across all SAP ERP modules in physical, virtual, and mobile environments. Learn more about Liquid UI Server.
Designer: Designer is a development tool that replicates SAP screens, offering a graphical editor and script editor. It simplifies SAP processes and screens. Learn more about Liquid UI Designer.
Docker installed on your Windows machine.
App: https://docs.docker.com/desktop/install/windows-install/
Make sure to “Switch to Window Containers…” via right-clicking on the Docker icon present on system try
Basic knowledge of Docker commands.
Internet connection to pull the docker image
To get started with the Liquid UI cloud Docker image, you can pull it from Docker Hub using the command:
docker pull liquidui/for_cloud:2024q2
After pulling the image, verify its presence with:
docker images
To run a container from the official Liquid UI SDK image, use:
docker run --name liquidui -d liquidui/for_cloud:2024q2
Verify the container is running:
docker ps
This should list the running container named liquidui.
To check the IP address of the running container, execute:
docker exec -it container ID ipconfig
This command opens a bash shell in the container and retrieves its IP address.
To connect to SAP Logon, follow these steps:
Open the SAP Logon application.
In the System Entry Properties, enter the Application Server and Instance Number.
Double-click on the SAP Connection to verify the connection is established successfully.
View license information for the software contained in this image.
This overview provides a basic guide to start using the Liquid UI Docker image.
For more detailed instructions and advanced configurations, refer to the Liquid UI SDK License.
Content type
Image
Digest
sha256:adfe6b44c…
Size
7.6 GB
Last updated
about 2 years ago
docker pull liquidui/for_cloud:2024q3