Skip to Content
Author's profile photo Sami Lechner

currently best kept mobile secret ….. SAP Content to Go

With SAP Content to Go users can mobilize any content available to them in a Fiori Overview pageby simply clicking on the option “Add to Mobile”.

 

 

 

 

Once they have registered their SAP Content 2 Go application to the service the cards the users mobilized will show up in their application. The Card will show the same data and will use the same Fiori elements as the Launch Pad and update the data in the background. So, the user does not only have the current data available he has the latest Data available at any time anywhere as they are offline inside the application.    

 

 

 

 

 

Users can also share any Fiori Object Pages from the Fiori Launch Pad. This works just like the Fiori Overview Pages.

 

 

 

 

Also here the Cards show just like in the Fiori Launch Pad.

 

 

 

 

 

With the SAP Content 2 Go Rest API any web application can be enabled to mobilize content with a few lines of Code. Anybody wanting to try this out you can do this by following the following tutorial: https://www.sap.com/germany/developer/tutorial-navigator/mobile-interactive-tutorials/content2go.html

Admins can define the Design of a single Card instance with HTML. The areas where the data should be filled in is simply defined by Handelbars or Mustache.

 

In the next tab the Admin can than match the data from the json response to the fields defined earlier in the HTML.

 

 

 

The result on the device will than show the data merged from the REST service in the design defined by the HTML.

Content to go provides the developers and admins various Card types to mobilize content from various backends.

 

 

 

 

 

SAP Content to Go Card Types:

Card Type Card Trigger Card Design Data Source for the Card
Welcome Card Any Device connecting to the Service automatically will get this Card. The card type can only have a single instance. Admin can design this Card in the Card Editor on the Content to Go service the card can be a static card or contain data from any REST service returning json
Default Rest API will push this card to a user. The card type can have n instances of the card Admin can design this Card in the Card Editor on the Content to Go service Data from any REST service returning json
Server Managed Card Any Device connecting to the Service can subscribe to this Card. The card type can only have a single instance. Admin can design this Card in the Card Editor on the Content to Go service Data from any REST service returning json
Automatic Instance Creation Any Device connecting to the Service can subscribe to this Card. The query defined for this Card will return a result set. For each entity in the result set the Client will build a card. This card type can have n instances of a card. Admin can design this Card in the Card Editor on the Content to Go service Data from any REST service returning json
Automatic Web Page Matching Rest API will push this card to a user. The card type can have n instances of the card Admin can design this Card in the Card Editor on the Content to Go service Data from any REST service returning json
Fiori Overview pages Content to Go plugin for the Fiori Launch Pad will push this card to a user. The card type can have n instances of the card Design comes from the Fiori Overview Page where the card was send from Data from any REST service returning json
Fiori Object Pages Content to Go plugin for the Fiori Launch Pad will push this card to a user. The card type can have n instances of the card Design comes from the Fiori Object Page where the card was send from

Content to Go is fully integrated into the iOS platform. The users can use spotlight to search for any content on their cards. Cards which are pushed from any backend will notify the user by default for each new Card added to the users collection. Cards are location aware and can notify the user if he gets close to an address on the card. So when users get close to a object they need to maintain the card will show up automatically providing them with easy access to all valuable information about the object.

 

SAP Content to Go enables Enterprises to mobilize content from almost any data source fast and cost efficient.

 

for more details : https://www.sap.com/developer/topics/mobile.html

Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Manjunatha Nagaraj
      Manjunatha Nagaraj

      Hi Sami,

      I don't see the 'Add to Mobile' button in my Fiori Launch Pad. Am I missing anything? What should I do to see this button in my launchpad?

      I created new portal from my trial account and published it. I still dont see this button. You think the launch pad is not Fiori 2.x ? How do I ensure this?

       

      Author's profile photo Sami Lechner
      Sami Lechner
      Blog Post Author

      Hi

      you can find the details on how to enable it under following Note:

      https://launchpad.support.sap.com/#/notes/2424974

       

      Sami

      Author's profile photo Dongxue Ge
      Dongxue Ge

      Hi Sami,

      I created a card in SAP Connect to Go, this card can be subscribed, but without any data. Do I miss something? I could not find the cause. The OData Service works well.

       

      Below is my configuration,

      The result is,

       

      Look forward your reply.

      BR,

      Amy

      Author's profile photo Sami Lechner
      Sami Lechner
      Blog Post Author

      Hi
      please make sure that the Destination is only the root URL of your host. The query than should be the rest of the URL with out the host.

      Sami