cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between Blocks and Local workflow

priyank_dev2
Participant
0 Kudos

Hi,

Need clarification on the below points:

1)Can you let me know the difference between Block/end block VS Local workflow and when they are often used.

2)Block End Block:Catching exceptions can also be done in the class methods and also in the BO method.

Local Workflow: We can use sub workflows which comes in more handy compared to local workflows.However I am not sure the exact use of it, perhaps an added feature in workflow.Please correct me if I am wrong.

Regards,

PD

Accepted Solutions (1)

Accepted Solutions (1)

anjan_paul
Active Contributor
0 Kudos

hi,

1. The  difference between Block and Local workflow are different. Bolck can be used for Parallel processing with multiple brach. Local workflow not  link with parralal processcing .

2. Sub workflow and local workflow is different. Local workflow is required for complex development. workflow will wait at the  point until sub workflow completed.  But  workflow and local workflow will excute parrallally  and workflow will not wait  until  wait step specified .

priyank_dev2
Participant
0 Kudos

Hi ,

Can you please provide any real time scenario for usage of both block and local workflow.

Regards

PD

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Priyank Dev,

Hope this link will help you.

Brief Overview of Workflow Step-Types - ABAP Development - SCN Wiki

Regards,

PrAvIn

priyank_dev2
Participant
0 Kudos

Hi Pravin,

I have already gone through these link.

Regards

PD