Skip to Content
Author's profile photo Former Member

Object Bases Navigation: Checking whether the target application implements the given operation

It’s a very common error message when there is a object based navigation for an application  and OBN target is not correctly configured:
There is no iView available for system <System_alias_name>, object <Business_Object_name>

There might be many reasons that the above error is thrown, but the mostly caused due to the target application does not implement the given operation.

SAP Note 1494536 – Object Based Navigation – Specific Component Note has attached documents which has steps with screenshots how to check whether the target application implements the operation. But the steps in the attached documents are as per old OBN UI.

OBN changed a lot from designtime point of view on 7.3 version and it is very important to know new OBN UI when analysing / checking / changing OBN scenarios.

There are two ways we can check the target application implementing the operation. All important OBN parameters can be identified from httpwatch trace(see KBA# 1558903).

  1. Object Based Navigation Editor
    You should know the pcd path of the target iview.
    -Browse into the pcd path of the iview
    -Right click and Open -> Object Based Navigation/wp-content/uploads/2014/10/1_556160.png
    It will list all the operations tagged to this target iview under tab ‘Application as OBN Target’./wp-content/uploads/2014/10/2_556161.png
    If it does not display the desired operation, then you need to tag the business object operation.
    -Browse into the pcd path of the business object
    -Right click on the desired operation and click ‘Add operation to target’.
    /wp-content/uploads/2014/10/3_556162.png/wp-content/uploads/2014/10/4_556172.png
  2. Business Object Editor
    -Browse into the pcd path of the business object
    -Right click and Open -> Business Object
    /wp-content/uploads/2014/10/5_556173.png
    UI displays ‘Target Selection’ and ‘Navigation Manager’.
    /wp-content/uploads/2014/10/6_556174.png
    -Select the operation and click on ‘All Implemented Targets’
    It will list all the target iviews tagged for the operation in ‘Navigation Manager’
    /wp-content/uploads/2014/10/7_556175.png
    If the target iview is not listed here, then you can locate your target iview/role containing the target iview in portal content, then right click and ‘Add to Target Selection’. Then you can add the target iview from ‘Target Selection’ to the operation.

More Information: Object-Based Navigation Editor – Portal – SAP Library

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo MCA Technical
      MCA Technical

      Hi Rajendra,

      It is very useful information. Thank you very much for sharing the knowledge.

      Regards

      siva