Posts

Showing posts from April, 2021

How to Check Tables And Fields In SAP Business One

 Login into SAP Business One client application From View in the top toolbar, check/enable System Information, or by using the shortcut Ctrl+Shift+I Now hover over on any document in SAP Business One such; Sales order, Journal Entries, Business Partner Master Data, ... and check the bottom tab to view the String Info, Table, and Column codes.   Note down the Table name (OITM) to know its fields Now you may take the table code OITM, and use it in the Query Generator, via Tools > Queries > Query Generator Enter the table name in the left side top corner field in Query  Generator and press "TAB"

Reverse Proxy Configuration for SAP Business One API Gateway Service To Overcome CORS Issue

Image
When API Gateway service is used in the frontend web application there is a CORS issue to access the API Gateway Service as there is no option to enable CORS This blog post will guide you through the steps to configure Nginx reverse proxy for API Gateway Service to overcome the CORS issue Install Nginx Operating System: SUSE Linux Open a terminal window and enter the following to install Nginx: zypper install nginx Once the installation is finished use the below command to enable the Nginx: sudo systemctl enable nginx Below mentioned are the commands to start, stop and check the Nginx status: sudo systemctl start nginx Once the above command is used Nginx engine is started you can use http://<HOSTNAME / IP ADDRESS>:80 URL to check. You should see the below info on the web page sometimes you might also see 403 forbidden no need to worry!   sudo systemctl stop nginx sudo systemctl status nginx Configuration Navigate to /etc/nginx/conf.d and create a file with .conf extension ...

Setting Up High availability For SAP Cloud Connector

Image
The SAP Cloud Connector provides a secure tunnel between SAP Cloud Platform applications and on-premise systems. It runs as a reverse invoke proxy between the on-premise network and the SAP Cloud Platform Prerequisites To set up high availability for SAP Cloud Connector, you need two SAP Cloud Connectors installed, After the installation of SAP Cloud Connector when you log in for the first time you are asked if you want to set up a master or shadow system. Select master for the first installed SAP Cloud Connector and select shadow for the second installed SAP Cloud Connector. Follow the below steps after installing master and shadow Cloud Connectors Click on the Enable button to enable high availability in the master SAP Cloud Connector, This will make the master instance allow the connection from the shadow instance Now login to shadow connector and click on the edit option to enter master instance host and port number Save it. Now you are ready to connect...