cancel
Showing results for 
Search instead for 
Did you mean: 

Showing clock while processing....

david_fryda2
Participant
0 Kudos

Hi everyone,

In the wdDoInit() I have lot of BAPIs to call. The user waits a lot while the all the data are downloaded to the view. So no GUI is displayed but only a white screen.

Is there a way to create a "Clock" that says to the user to wait ?

Thanks.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

David,

Exactly the same:

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

david_fryda2
Participant
0 Kudos

Thanks Valery for the quick and right answer.

Regards.

david_fryda2
Participant
0 Kudos

Hi Valery,

What if I do not know how much time it will take to perform all the call to the BAPIs ?

Thanks.

Former Member
0 Kudos

David,

If BAPI finishes "too quickly" (that makes me smile then user will have only one second delay before actual data shown (timer delay).

If you know which BAPIs is slow and which one is not, then you may fire navigation plug from Start view I mentioned directly from wdDoInit (for fast BAPIs).

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

david_fryda2
Participant
0 Kudos

Thanks Valery.

Answers (0)