cancel
Showing results for 
Search instead for 
Did you mean: 

How to attach rejection reason captured explicitly as an attachment to decision step ?

nitish_chawla2
Participant
0 Kudos

Hello,

I am working on approval workflow. I am NOT using standard decision object DECISION, so i have captured rejection reason explicitly in an internal table through popup. Now i want to pass this internal table as an attachment in a user decision step. How to do it?

I know i have to populate it in SOFM business object, but don't know exact details which need to be filled.

Regards,

Nitish

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Nitish,

1.  Please get the decision workitem id in your custom method. You can surely capture it.

2.  Use the workitem id to read the Workitem container for '_attach_objects'.

3.  Pass the value you will be getting from attach objects into FM SO_DOCUMENT_READ_API1.

That should give you the required output.

Thanks

Tirthankar