This article is written for customers and partners who want to learn more about the APIs that are developed on top of SAP Commissions’ front end website.
While reading the following material, you will have a better understanding of how data is retrieved from the backend to the front-end page in each workspace via APIs.
Based on your research you complete reading from this article, you can think of troubleshooting or building your own solution with API endpoints.
References
SAP Commissions – RestAPI filtering Parameter
SAP Commissions [Rest API] > Part 3 – API Documentation
To debug in your browser – Press F12 to understand all the endpoints for each page you click through SAP Commissions page.
Step 1 : Press F12 (Inspect Element) or right click on SAP Commissions Page and Select Network tab
Step 2 : Enable checkmark to Preserve log
Step 3 : On each page in left pane you click will open right Headers, Payload, Preview and Response which is important for you to understand to debug
Step 4 : Once you understand the logic, go to your Postman or any other IDE’s for testing it in local
An example how you can see ..
Also you can further go to Console tab to find if there any errors appears, if you find such you can report it SAP Support ticket to get that resolved.