cancel
Showing results for 
Search instead for 
Did you mean: 

Branch Allocation.

Former Member
0 Kudos

Hello Gurus,

Could anyone please inform me about:-

-


> What is Branch Allocation?

-


> What could be its uses? &

-


> What are the scenarios where it is useful?

Will be really grateful, if someone can help me on this.

Regards,

Debojit Dey

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi dey,

Here Deadline branch is something like monitoring branch. If exception is raised before the deadline met, then exception will execute first, else, deadline will execute first

In your case, when you get the exception in the runtime,

the system first searches for the relevant exception handler in surrounding blocks. If it does not find the correct exception handler, it continues the search in the next block in the block hierarchy.

Once the exception handler has finished processing, the process is continued after the block.

ranjit