cancel
Showing results for 
Search instead for 
Did you mean: 

navigation between views in guided activity page

Former Member
0 Kudos

Hi experts,

There is a guided activity page in the already existing component IUICPS. My requirement is to add two new ZVIEW to the guided activity at the beginning and end.

I am able to navigate to my first ZVIEW. However, on clicking the next button from the first view, the standard implementations of DO_PREPARE_OUTPUT , DO_INIT_CONTEXT of the existing view is called.

I have enhanced the existing view and also redefined the methods. But still the redefined methods are not called.

Please suggest

Accepted Solutions (0)

Answers (3)

Answers (3)

Varun_Agarwal
Advisor
Advisor
0 Kudos

Hi Ankita,

This queries requires log in to system and answer can not be provided without that.

Best Regards,


Varun Agarwal

Former Member
0 Kudos

Hi Varun,

The component IUICPS already had a guided activity(pscreatetp) configured using 3 views. Our requirement is to add two ZVIEW at the beginning and end.We are trgigering this guided activity page( as a tab in IUBP_MORE). The guided activity page consists of nested view sets.

We have added our view in the main window which was already getting used in the standard.

We can successfully navigate to our first view(Zview and step 1 of the guided activity page). The issue is after we press next button the standard

_IMPL classes of the subsequent views in the step are getting triggered but we want to trigger the enhanced _impl classes.

This component also contains one custom controller and we enhanced it to accomodate our business logic BUT system always refers to the standard CuCo class but NOT the z<CuCo>.WE are trying to hunt the reason why the customs are not getting triggered.

Temporarily we have added the step 2 view of our guided activity from SPRO after enhancing which is allowing us to trigger the redefined methods of the _IMPL class of the view.

However, we are still unable to refer to the z<CuCo> from step 2.

#Requirement :

1. Access the Z<CuCo> methods in our guided activity task.

2. Access the enhanced methods of _IMPL class of the standard views in our guided activity page.

Varun_Agarwal
Advisor
Advisor
0 Kudos

HI,

This issue will require deeper debugging...!
Please provide us with more details about the configuration, runtime repository, enhancements done, outbound plug customizing etc.