cancel
Showing results for 
Search instead for 
Did you mean: 

What is the order of dynpro controller execution

nikhil_bose
Active Contributor
0 Kudos

We have 4 built-in controllers

1. interface controller

2. interface view controller

2. component controller

3. view controller

When an application is called, what is the order of execution ?

thanks in advance

nikhil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Its in the order:

1. component controller

2. interface controller (For multiple component interaction)

3. view controller

4. interface view controller (For multiple component interaction ie for providing acess to child's visual interface to parent)

For more information refer the following:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=...Java%2FGettingStartedandGeneral%2FTheStructuralConceptsofWebDynproComponents.pdf

thanks & regards,

Manoj

Answers (0)