I have a process chain. which has ABAP program process variant.
This ABAP program either returns a value or it may be null value.
Then i am using "Decision in multiple alternatives" , if the value of ABAP program is null ,then branch to 1 else branch to 2.
How do i use this value in decision making?
can someone give any idea ??
thanks in advance..