cancel
Showing results for 
Search instead for 
Did you mean: 

Distinguishing two screens.

ronaldo_aparecido
Contributor
0 Kudos

Hi Guys.

I need to call my web dynpro Z popup in specific screen, When it is called:

I found method /BOFU/IF_FBI_VIEW_EXITINTF_DEF~ADAPT_DND_DEFINITION in class /SCMTMS/CL_UI_VIEWEXIT_TOR.

I put my code to call my web dynpro Z and worked.

But my popup is called in other scrren that uses this same method.

I searched something to filter but i didnt find nothing in parameters of class.

Somebody knows a way to my code be called only in this specific screen?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Dhivya
Active Participant
0 Kudos

Hi Ronaldo,

In /BOFU/IF_FBI_VIEW_EXITINTF_DEF~ADAPT_DND_DEFINITION, you can find ' io_view_conf' as importing parameter.

io_view_conf->mr_header->name is the View name. So u can check for the view name and trigger the pop up only if the view name is related to your custom development.


Regards,

Dhivya.

Answers (0)