cancel
Showing results for 
Search instead for 
Did you mean: 

User Decision Approval Comment in BPM

apu_das2
Active Contributor
0 Kudos

Hi,

We have an NWDS BPM scenario where one user decision step is used to get approve/reject decision from user.

When user approve/reject, he put some comment as well.

Now, the requirement is to fetch the user comment in BPM step and send the comment to the back end ECC system calling one RFC.

Can any one tell me how to fetch user's comment in BPM step?

Accepted Solutions (0)

Answers (2)

Answers (2)

ravicarpenter
Active Participant
0 Kudos

Hi Apu,

I believe for the user decision and input you'd have used some UI - WD, UI5 etc. If WD then the WD structure need to be exposed to interface controller through which it can communicate data with BPM task. Not to mention that WD component should be added to public part of the bpm component.

apu_das2
Active Contributor
0 Kudos

Hi,

I need to fetch the user approval notes in BPM flow steps. Can you please tell me how can I achieve this?