Show TOC

The Navigation Target ObjectLocate this document in the navigation structure

The navigation target object defines applications that a user can navigate to from an APF-based application. It has the following format:

Source Code
{
  "type" : "navigationTarget",    // optional
  "id" : "<id>",  
  "semanticObject" : "<semantic object>"    
  "action" : "<action>"
  "isStepSpecific" : <boolean>
}

The properties used in the navigation target object denote the following:

Table 1:

Property

Description

id

Unique ID of type string

semanticObject

Semantic object as defined in the corresponding target mapping configured in the Fiori launchpad designer.

action

Action as defined in the corresponding target mapping configured in the Fiori launchpad designer.

isStepSpecific

Determines whether the navigation is assigned to all steps or to specific steps.

true = assigned to specific steps

false = assigned to all steps