cancel
Showing results for 
Search instead for 
Did you mean: 

block

Former Member
0 Kudos

hi....guys,

what is block? what r the types of blocks? pls explain?

thank u

singu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Singu,

Please see http://help.sap.com/saphelp_nw04/helpdata/en/f6/e1283f2bbad036e10000000a114084/frameset.htm for information on Blocks in Integration Processes.

Kind regards,

Koen

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

>>what is block?

Block is used to combine the steps that you want to execute one after the other and which are to access the same local data. 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.

>>what r the types of blocks?

There are no types of blocks as such, where as you can define the mode for a block and they are:

Parallel For Each(ParForEach)

Dynamic Sequence (ForEach).

Regards

Former Member
0 Kudos

Hi ,

When you use BPM you will get option og using block . Block is nothing but combination of relevant steps .

For instance when you want to make sync call to database and want to throw error/alert in case the insert/update is not successful in that case what you can do you can have sync step inside block and for that block you can add deadline branch which will handle the exceptions .

Apart from this there are various BPM patterns available like ParForEach , parForAll , Forlooop etc.

Hope this helps .

Thanks ,

Suvarna

Award pts if ans helps .

Former Member
0 Kudos
Former Member
0 Kudos

Hi

Block - used to combine the steps one after the other and which are to access the local data.

You can have nested blocks.

go thru the below link:

http://help.sap.com/saphelp_nw70/helpdata/en/5a/cede3fc6c6ec06e10000000a1550b0/frameset.htm

Ravi.