cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro OBN Problem with "operation" Parameter

Former Member
0 Kudos

Hello,

I'm using ObjectbasedNavigation in my Portal-WebDynpro,

wich works fine using the navigateToObject method.

If I use the navigateToObjectWithSpecificOperation method, the parameter operation has no effect.

Although my Object has different Operations, which are assigned to iViews, the Webdynro navigates always to

one iView.

My Targets iViews are mainly WebDynpros.

Please advise.

Stefan

public static void navigateToObjectWithSpecificOperation(java.lang.String system,

java.lang.String businessobjType,

java.lang.String objValue,

java.lang.String operation,

java.lang.String businessParameters)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Stefan,

I am not sure if this is still relevant.

Anyway, the parameters translate as follows:

system --> logical system alias of your Portal Business Object

businessObjectType --> your Business Object Definition in Portal, i.e. com.sap.pct.bo.Material

operation --> your business object's operation

objValue --> the 1st parameter value to pass to the operation/target iView, i.e. MAT001243

objValueName --> the 1st parameter name to pass to the operation/target iView, i.e. matnr

Even though I guess you have solved this already for yourself, tis might still be helpful for anyone else finding this thread during research.

Regards,

Stefan

Former Member
0 Kudos

I have the some problem. What is the businessobjType? In the tutorial, it is the same with objValue. Please help me, thanks!