SAP Blogs
This Space has blogs on various topics in the field of SAP. These blogs point out solutions to various technical and functional issues that consultants face during implementation or support of SAP Projects. Readers/followers are welcome to contribute to this space by emailing your content at bohra.mohammadi@gmail.com. You will be rewarded according to the topic/number of words/complexity of the topic/issue which are you addressing in your blog.
Saturday, May 21
Adding custom T codes on SAP FIORI Launchpad
This
article will walk you through the process of adding custom T codes on the FIORI Launchpad
by extending SAP Menu option on the FIORI Launchpad.
There are 2
ways of doing this. First, you can create a target mapping in the FIORI Launchpad
designer. The target mapping will be tagged to the custom t code that you want
to launch on the click of a tile.
Another
option is to extend the SAP Menu available on the FIORI Launchpad. We shall discuss
this option in more detail below.
SAP Menu
search allows to access FIORI applications and standard TCODES (SAP GUI and Web
Dynpro ABAP applications).
On opening
the TCODE, the respective SAP GUI and Web Dynpro ABAP application will open on FIORI
Launchpad.
If we want
to access custom TCODES in Fiori Launchpad, we need to follow below steps.
Steps1: Go
to T code se43 and select S000 and click on edit
Step2: Click
on Extend
Step3: Create
a new extension
Step4: Add
a node of your choice and enter the required tcodes
Step5: After
adding save it
Steps 6:
Clear cache from Report /UI2/EAM_BUIL_CACHE
Step 7: Now
check your custom T code in SAP FIORI Menu
Thursday, March 26
Steps for making changes to existing custom UI5 App
Saturday, March 21
SAP FIORI security concepts
Sunday, December 23
RFC destination from gateway to ECC is showing error
Saturday, December 22
Testing oData Service using External Test Clients like ARC and Postman
1. Introduction
2. Google's ARC client
3. Concept of oData Write Operations without CSRF token
4. Google's Postman.
Introduction
SAP provides a testing environment for oData services called ‘Gateway Client’ which is an inbuilt tool in SAP NetWeaver Gateway System. It is meant for testing GET, POST, PUT, and PATCH, MERGE, DELETE http methods.
Google’s ARC Client
You will be able to see all the Apps installed on your Chrome browser like below.