cancel
Showing results for 
Search instead for 
Did you mean: 

How to read HCM Processes and Forms comments in Workflow

Former Member
0 Kudos

Hi All,

I have a requirement to capture the comments entered in HCM Processes ad Forms by approver and send comments to other user over email by workflow.

Can someone let me know the approach to read the comments in workflow?

I could see that task TS17900110 is used to read the values of form into workflow but this will not read the comments.

Appreciate your response.

Thanks,

Somu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All,

I got a class to read the comments of form. PFB class-methods.

CL_HRASR00_PROCESS_RUNTIME

GET_NOTES_OF_SCENARIO

GET_NOTES_OF_STEP

Thanks,

Somu

Answers (1)

Answers (1)

sahirn
Active Contributor
0 Kudos

It is possible read the comments. Take a look at the class cl*asr*wf*.

Hope this helps.