Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

With multiple processes

Former Member
0 Likes
556

Dear All!

Is there a way to do the following.

There is a process which is running and during that

a second process will start simultaneously.

The result of the second process has to exist although the first process

rolls back.

There are two scenes:

How can solve such a requirement with Abap

Variant1: Prozess 2 returns back after its ready to Process 1

(it was waiting all over the time)

Variant2: Process 2 works completely by himself without considering the Process 1.

An example:

Loop de mer at Tabelle au bataillon

move a nach b

move c nach d

compute valueAddTax

wenn valueAddTax NE Percentage,

start prozess 2,

handout an workarea or Table and let him work,

Variant1: wait unless Process 1 is ready

Variant2: forget process2 and continue Loop de mer ...

Endloop

Regards

Ilhan

4 REPLIES 4
Read only

Former Member
0 Likes
529

really no idea ?

Reagrds

ilhan

Read only

Former Member
0 Likes
529

Hi LLhan,

You can use the Perform Addition for your Requirement.

Thanks.

Read only

0 Likes
529

hi,

excuse me but what doyou intend with

Perform Addition ???

Regards

Ilhan

Read only

0 Likes
529

Viji

are still alive ??

Regards

Ilhan