Question:
Hi
Can we do this
Process chain waits for a succesful completion of a ABAP program
if so how.
Thanks
akawshik
Answer:
Change the Chain Start Process to start via event. When the program kicks off an event then your chain will start...
Good Luck.
_________________
What does not kill you makes you stronger...
(Unless you are bleeding profusely)
Answer:
This works when you want to begin a process chain via an event, but what if your program is in the middle of the chain, IE process...?
In this case you would need two process chains which IMHO is not the best scenario. But heck sometimes we need to be flexible.
The link from the program object to other process chain object types is not "configurable". Perhaps a development request is needed.
Answer:
This works when you want to begin a process chain via an event, but what if your program is in the middle of the chain, IE process...?
In this case you would need two process chains which IMHO is not the best scenario. But heck sometimes we need to be flexible.
The link from the program object to other process chain object types is not "configurable". Perhaps a development request is needed.