Skip to Content
Author's profile photo Khayan Padilha

How to Adapt the Ticket screen for Responsive UI

Hello All,

Whether you already have done some adaptations in Ticket screen in HTML5, and now is using the Responsive UI (RUI, Fiori), you probably noticed that this changes were not reflected there.

When changes are done in Tickets WoC in HTML5 UI using “Adapt” (like hidden fields, change columns, page layouts) these changes are not reflected in RUI, and it is an expected behavior of Cloud for Customer.

It is because the floorplan of RUI is different that the HTML5.

So when you desire to apply change in Tickets WoC in Fiori you must use the tag “&simulateRUI=true”, in the end of the URL of the HTML5 logon screen.

 

The standard HTML5 URL is something like the link below:

 

https://myXXXXX.crm.ondemand.com/sap/public/ap/ui/repository/SAP_UI/HTML5/client.html?app.component=/SAP_UI_CT/Main/root.uiccwoc&rootWindow=X&redirectUrl=/sap/public/byd/runtime

 

So, you will put the tag “&simulateRUI=true” after the “runtime” in the end of the link.

The new link should be like the below:

 

https://my313118.crm.ondemand.com/sap/public/ap/ui/repository/SAP_UI/HTML5/client.html?app.component=/SAP_UI_CT/Main/root.uiccwoc&rootWindow=X&redirectUrl=/sap/public/byd/runtime&simulateRUI=true

 

Now the changes done using this tag will be replicated in RUI.

 

Currently, since release 1708, we have the option “Open Layout in HTML5” available in the user menu. Just click on it, and the RUI floorplan will be opened to edition.

 

I hope that this information be helpful for you! 🙂

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Saurabh Kabra
      Saurabh Kabra

      Nice Article!

      Author's profile photo Khayan Padilha
      Khayan Padilha
      Blog Post Author

      Hello All, 🙂

       

      Now we have a new way to access the floorplan to edit Reponsive UI, the option Launch HTML5. See the blog post below for more information.

      https://blogs.sap.com/2017/04/01/launch-html5-in-rui-and-missing-features/

      Bye.

      Author's profile photo Former Member
      Former Member

      Thank you very much my friend.. I worked for one day but couldn't understand why the process types screen not appearing.. Now i can see that i had wasted my 1 day for nothing 🙂

      Thanks a lot again