cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh Problem of BIApplicationFrame

Former Member
0 Kudos

Hi all:

I am using the BIApplicationFrame in my web dynpro application.But the Bex web application in BIApplicationFrame seen to reload erery time wdDoModifyView() method was implemented, Like click on a tree. I don't want the BIApplicationFrame to reload when not necessary. Any one knows please help me.

Regards

Wayne

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi

Thank you for fast reply, but I am using Web Dynpro Jave.I don't know Web Dynpro ABAP, Please tell me if there is some similar method to deal with the reload problelm in Web Dynpro ABAP.

Former Member
0 Kudos

Hi,

wdModifyView() has firstTime parameter which indicated whether it's the first time the view has loaded. you can put an "if(firstTime)" condition inside this method to prevent it's implementation from running.

Hope it helps,

Roy

Former Member
0 Kudos

Hi Roy:

I didn't implement any code in wdModifyView(), the BIApplicationFrame reloaded automaticly. Are there any method to prevent the BIApplicationFrame to reload?