cancel
Showing results for 
Search instead for 
Did you mean: 

what is dead line branch in a block step

Former Member
0 Kudos

Please can any body tell me what is a DeadLine Branch and what actually is a branch mean all about in a block

thanks and regards

nelakonda

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Block

You use a block () to combine steps that you want to execute one after the other and which are to access the same local data (see also: Containers). You can also use a block to combine steps that you want to have the same deadline or exception handler, or to define a local correlation.

You can define the mode Parallel For Each(ParForEach) for a block or Dynamic Sequence (ForEach). This means that the block is executed for all elements of a multi-line container element.

Just have a look into this. This tells about the how to go on that

http://help.sap.com/saphelp_nw2004s/helpdata/en/ca/7c5c41fe06cf1ee10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/e8/8e2d4233c8db2ce10000000a1550b0/frameset.htm

Deadline Monitoring,

http://help.sap.com/saphelp_nw04/helpdata/en/c5/582541019fa52fe10000000a155106/content.htm

Example : Deadline monitoring for a response message,

http://help.sap.com/saphelp_nw04/helpdata/en/ca/7c5c41fe06cf1ee10000000a155106/content.htm

thanks

Swarup

Former Member
0 Kudos

Hi praneeth nelakonda

Deadline Monitoring

Use

To monitor whether particular steps are executed at a particular point in time, you must first define a deadline.

To do so, insert the step to be monitored in a block and then define a deadline branch for the block. This deadline branch and the steps it contains will be executed if the deadline is not met. This does not affect the remaining steps in the process, however. Note in particular that no steps are terminated automatically.

You decide what happens when a deadline is not met by inserting the relevant steps in the deadline branch. For example, you can insert a control step to terminate the process or to trigger an alert for SAP Alert Management.

Activities

1. Define a block and insert the steps that you want to monitor.

2. Use the context menu for the block to insert a deadline branch.

3. Define the required deadline.

4. In the deadline branch, insert the steps that are to be executed when the deadline is not met.

In the case of a block, the context menu contains options for inserting and deleting an exception branch or deadline branch.

for more details you may follow these links

http://help.sap.com/saphelp_nw04/helpdata/en/c5/e4b97e453d11d189430000e829fbbd/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/ca/7c5c41fe06cf1ee10000000a155106/frameset.htm

Hope this may clear your concept of deadline branch

Regards

Sandeep Sharma

PS if helpful kindly reward good points

Former Member
0 Kudos

[http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm|http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm]

[|]

Try these links,